P11FUNC
P11FUNC(p, Finalize, (NULL));
ret = P11FUNC(p11rsa->p, SignInit, (session, &mechanism, key));
ret = P11FUNC(p11rsa->p, Sign,
ret = P11FUNC(p11rsa->p, DecryptInit, (session, &mechanism, key));
ret = P11FUNC(p11rsa->p, Decrypt,
ret = P11FUNC(p, GetMechanismList, (slot->id, NULL_PTR, &i));
ret = P11FUNC(p, GetMechanismList, (slot->id, slot->mechs.list, &i));
ret = P11FUNC(p, GetMechanismInfo, (slot->id, slot->mechs.list[i],
ret = P11FUNC(p, GetSlotInfo, (slot->id, &slot_info));
ret = P11FUNC(p, GetTokenInfo, (slot->id, &token_info));
ret = P11FUNC(p, OpenSession, (slot->id,
ret = P11FUNC(p, Login, (slot->session, CKU_USER,
ret = P11FUNC(p, FindObjectsInit, (session, search_data, num_search_data));
ret = P11FUNC(p, FindObjects, (session, &object, 1, &object_count));
ret = P11FUNC(p, GetAttributeValue,
ret = P11FUNC(p, GetAttributeValue,
ret2 = P11FUNC(p, FindObjectsFinal, (session));
ret = P11FUNC(p, GetAttributeValue,
ret = P11FUNC(p, GetAttributeValue,
ret = P11FUNC(p, Initialize, (NULL_PTR));
ret = P11FUNC(p, GetSlotList, (FALSE, NULL, &p->num_slots));
ret = P11FUNC(p, GetSlotList, (FALSE, slot_ids, &p->num_slots));
P11FUNC(p, CloseSession, (p->slot[i].session));