Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c63 return (fast_funcs->C_OpenSession(TRUEID(slotID+1), in C_OpenSession()
81 true_id = TRUEID(fw_st_id); in C_OpenSession()
186 TRUEID(slotID+1))); in C_CloseAllSessions()
198 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.c106 true_id = TRUEID(metaslot_keystore_slotid); in meta_GetSlotInfo()
146 true_id = TRUEID(metaslot_keystore_slotid); in meta_GetTokenInfo()
H A Dpkcs11Slot.h118 #define TRUEID(slotID) (slottable->st_slots[(slotID)]->sl_id) macro
H A DmetaSlotManager.c237 true_id = TRUEID(fw_st_id); in meta_slotManager_find_object_token()
482 true_id = TRUEID(fw_st_id); in meta_get_slot_session()
H A DmetaMechManager.c344 true_id = TRUEID(fw_st_id); in meta_mechManager_update_slot()
452 true_id = TRUEID(fw_st_id); in update_slotmech()
H A DmetaSession.c559 true_id = TRUEID(fw_st_id); in meta_Login()