Home
last modified time | relevance | path

Searched refs:TRUEID (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c65 return (fast_funcs->C_OpenSession(TRUEID(slotID+1), in C_OpenSession()
83 true_id = TRUEID(fw_st_id); in C_OpenSession()
188 TRUEID(slotID+1))); in C_CloseAllSessions()
200 true_id = TRUEID(fw_st_id); in C_CloseAllSessions()
H A Dpkcs11SlotToken.c100 true_id = TRUEID(i); in C_GetSlotList()
158 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(TRUEID(fw_st_id), pInfo); in C_GetSlotInfo()
192 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(TRUEID(fw_st_id), pInfo); in C_GetTokenInfo()
347 if (*pSlot == TRUEID(j)) { in C_WaitForSlotEvent()
619 true_id = TRUEID(fw_st_id); in C_GetMechanismList()
753 true_id = TRUEID(fw_st_id); in C_GetMechanismInfo()
800 rv = FUNCLIST(fw_st_id)->C_InitToken(TRUEID(fw_st_id), pPin, ulPinLen, in C_InitToken()
H A DmetaSlotToken.c108 true_id = TRUEID(metaslot_keystore_slotid); in meta_GetSlotInfo()
148 true_id = TRUEID(metaslot_keystore_slotid); in meta_GetTokenInfo()
H A Dpkcs11Slot.h120 #define TRUEID(slotID) (slottable->st_slots[(slotID)]->sl_id) macro
H A DmetaSlotManager.c239 true_id = TRUEID(fw_st_id); in meta_slotManager_find_object_token()
484 true_id = TRUEID(fw_st_id); in meta_get_slot_session()
H A DmetaMechManager.c346 true_id = TRUEID(fw_st_id); in meta_mechManager_update_slot()
454 true_id = TRUEID(fw_st_id); in update_slotmech()
H A DmetaSession.c559 true_id = TRUEID(fw_st_id); in meta_Login()