Searched refs:true_id (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaSlotManager.c | 236 CK_SLOT_ID true_id, fw_st_id; in meta_slotManager_find_object_token() local 239 true_id = TRUEID(fw_st_id); in meta_slotManager_find_object_token() 242 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id, in meta_slotManager_find_object_token() 258 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id, in meta_slotManager_find_object_token() 287 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id, in meta_slotManager_find_object_token() 319 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id, in meta_slotManager_find_object_token() 445 CK_SLOT_ID fw_st_id, true_id; in meta_get_slot_session() local 484 true_id = TRUEID(fw_st_id); in meta_get_slot_session() 498 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, flags, NULL, NULL, in meta_get_slot_session() 504 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, in meta_get_slot_session()
|
H A D | metaSlotToken.c | 88 CK_SLOT_ID true_id; in meta_GetSlotInfo() local 108 true_id = TRUEID(metaslot_keystore_slotid); in meta_GetSlotInfo() 110 rv = FUNCLIST(metaslot_keystore_slotid)->C_GetSlotInfo(true_id, in meta_GetSlotInfo() 139 CK_SLOT_ID true_id; in meta_GetTokenInfo() local 148 true_id = TRUEID(metaslot_keystore_slotid); in meta_GetTokenInfo() 150 rv = FUNCLIST(metaslot_keystore_slotid)->C_GetTokenInfo(true_id, in meta_GetTokenInfo()
|
H A D | pkcs11Session.c | 48 CK_SLOT_ID true_id; in C_OpenSession() local 83 true_id = TRUEID(fw_st_id); in C_OpenSession() 84 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, flags, in C_OpenSession() 169 CK_SLOT_ID true_id; in C_CloseAllSessions() local 200 true_id = TRUEID(fw_st_id); in C_CloseAllSessions() 202 rv = FUNCLIST(fw_st_id)->C_CloseAllSessions(true_id); in C_CloseAllSessions()
|
H A D | pkcs11SlotToken.c | 57 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 D | metaMechManager.c | 342 CK_SLOT_ID fw_st_id, true_id; in meta_mechManager_update_slot() local 346 true_id = TRUEID(fw_st_id); in meta_mechManager_update_slot() 349 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, NULL, in meta_mechManager_update_slot() 363 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, in meta_mechManager_update_slot() 450 CK_SLOT_ID fw_st_id, true_id; in update_slotmech() local 454 true_id = TRUEID(fw_st_id); in update_slotmech() 473 rv = FUNCLIST(fw_st_id)->C_GetMechanismInfo(true_id, mech, &info); in update_slotmech()
|
H A D | metaSession.c | 515 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()
|