Searched refs:get_keystore_slotnum (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObject.c | 196 keystore_slotnum = get_keystore_slotnum(); in meta_CreateObject() 402 != get_keystore_slotnum())) { in meta_CopyObject() 415 slotnum = get_keystore_slotnum(); in meta_CopyObject() 1123 keystore_slotnum = get_keystore_slotnum(); in meta_FindObjectsInit()
|
H A D | metaObjectManager.c | 565 get_keystore_slotnum() == slotnum))) { in meta_object_dealloc() 987 if (dst_slot_session->slotnum == get_keystore_slotnum()) in clone_by_create() 1885 info->supporting_slots[0]->slotnum == get_keystore_slotnum()) in meta_freeobject_check() 1980 if (slot_num == get_keystore_slotnum()) { in meta_freetoken_set() 2099 keystore_slotnum = get_keystore_slotnum(); in meta_freeobject_clone() 2155 keystore_slotnum = get_keystore_slotnum(); in meta_freeobject_clone()
|
H A D | metaSession.c | 532 rv = meta_get_slot_session(get_keystore_slotnum(), &login_session, in meta_Login() 598 rv = meta_get_slot_session(get_keystore_slotnum(), &logout_session, in meta_Logout()
|
H A D | metaSessionManager.c | 271 rv = meta_get_slot_session(get_keystore_slotnum(), &slotsessp, in meta_session_deactivate()
|
H A D | metaSlotToken.c | 394 rv = meta_get_slot_session(get_keystore_slotnum(), &slot_session, in meta_SetPIN()
|
H A D | metaSlotManager.c | 361 get_keystore_slotnum() in get_keystore_slotnum() function
|
H A D | metaGlobal.h | 687 CK_ULONG get_keystore_slotnum(void);
|
H A D | metaUtil.c | 867 get_keystore_slotnum(), &mech_supported, in get_slotlist_for_mech()
|