Home
last modified time | relevance | path

Searched refs:true_id (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c234 CK_SLOT_ID true_id, fw_st_id; in meta_slotManager_find_object_token() local
237 true_id = TRUEID(fw_st_id); in meta_slotManager_find_object_token()
240 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id, in meta_slotManager_find_object_token()
256 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id, in meta_slotManager_find_object_token()
285 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id, in meta_slotManager_find_object_token()
317 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id, in meta_slotManager_find_object_token()
443 CK_SLOT_ID fw_st_id, true_id; in meta_get_slot_session() local
482 true_id = TRUEID(fw_st_id); in meta_get_slot_session()
496 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, flags, NULL, NULL, in meta_get_slot_session()
502 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, in meta_get_slot_session()
H A Dpkcs11SlotToken.c57 CK_SLOT_ID true_id; in C_GetSlotList() local
100 true_id = TRUEID(i); in C_GetSlotList()
102 C_GetSlotInfo(true_id, pinfo); in C_GetSlotList()
589 CK_SLOT_ID true_id; in C_GetMechanismList() local
615 true_id = fw_st_id; in C_GetMechanismList()
619 true_id = TRUEID(fw_st_id); in C_GetMechanismList()
643 rv = prov_funcs->C_GetMechanismList(true_id, in C_GetMechanismList()
658 rv = prov_funcs->C_GetMechanismList(true_id, in C_GetMechanismList()
726 CK_SLOT_ID true_id; in C_GetMechanismInfo() local
749 true_id = fw_st_id; in C_GetMechanismInfo()
[all …]
H A DmetaSlotToken.c86 CK_SLOT_ID true_id; in meta_GetSlotInfo() local
106 true_id = TRUEID(metaslot_keystore_slotid); in meta_GetSlotInfo()
108 rv = FUNCLIST(metaslot_keystore_slotid)->C_GetSlotInfo(true_id, in meta_GetSlotInfo()
137 CK_SLOT_ID true_id; in meta_GetTokenInfo() local
146 true_id = TRUEID(metaslot_keystore_slotid); in meta_GetTokenInfo()
148 rv = FUNCLIST(metaslot_keystore_slotid)->C_GetTokenInfo(true_id, in meta_GetTokenInfo()
H A Dpkcs11Session.c46 CK_SLOT_ID true_id; in C_OpenSession() local
81 true_id = TRUEID(fw_st_id); in C_OpenSession()
82 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, flags, in C_OpenSession()
167 CK_SLOT_ID true_id; in C_CloseAllSessions() local
198 true_id = TRUEID(fw_st_id); in C_CloseAllSessions()
200 rv = FUNCLIST(fw_st_id)->C_CloseAllSessions(true_id); in C_CloseAllSessions()
H A DmetaMechManager.c340 CK_SLOT_ID fw_st_id, true_id; in meta_mechManager_update_slot() local
344 true_id = TRUEID(fw_st_id); in meta_mechManager_update_slot()
347 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, NULL, in meta_mechManager_update_slot()
361 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, in meta_mechManager_update_slot()
448 CK_SLOT_ID fw_st_id, true_id; in update_slotmech() local
452 true_id = TRUEID(fw_st_id); in update_slotmech()
471 rv = FUNCLIST(fw_st_id)->C_GetMechanismInfo(true_id, mech, &info); in update_slotmech()
H A DmetaSession.c515 CK_SLOT_ID true_id, fw_st_id; in meta_Login() local
559 true_id = TRUEID(fw_st_id); in meta_Login()
560 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id, &token_info); in meta_Login()