| /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| pkcs11Session.c | 49 CK_SLOT_ID fw_st_id; /* id for accessing framework's slottable */ local 79 if (pkcs11_validate_and_convert_slotid(slotID, &fw_st_id) 83 true_id = TRUEID(fw_st_id); 84 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, flags, 102 rv = pkcs11_session_add(slottable->st_slots[fw_st_id], 103 fw_st_id, phSession, prov_sess); 170 CK_SLOT_ID fw_st_id; /* id for accessing framework's slottable */ local 195 if (pkcs11_validate_and_convert_slotid(slotID, &fw_st_id) != CKR_OK) { 199 slotp = slottable->st_slots[fw_st_id]; 200 true_id = TRUEID(fw_st_id); [all...] |
| metaSession.c | 226 rv = FUNCLIST(slot_session->fw_st_id)->C_GetOperationState( 316 rv = FUNCLIST(slot_session->fw_st_id)->C_GetOperationState( 381 rv = FUNCLIST(slot_session->fw_st_id)->C_SetOperationState( 389 rv = FUNCLIST(slot_session->fw_st_id)->C_SetOperationState( 515 CK_SLOT_ID true_id, fw_st_id; local 538 fw_st_id = login_session->fw_st_id; 539 rv = FUNCLIST(fw_st_id)->C_Login(login_session->hSession, userType, 559 true_id = TRUEID(fw_st_id); 560 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id, &token_info) [all...] |
| pkcs11SlotToken.c | 138 CK_SLOT_ID fw_st_id; /* id for accessing framework's slottable */ local 154 if (pkcs11_validate_and_convert_slotid(slotID, &fw_st_id) != CKR_OK) { 158 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(TRUEID(fw_st_id), pInfo); 172 CK_SLOT_ID fw_st_id; /* id for accessing framework's slottable */ local 188 if (pkcs11_validate_and_convert_slotid(slotID, &fw_st_id) != CKR_OK) { 192 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(TRUEID(fw_st_id), pInfo); 590 CK_SLOT_ID fw_st_id; /* id for accessing framework's slottable */ local 610 if (pkcs11_validate_and_convert_slotid(slotID, &fw_st_id) != CKR_OK) 727 CK_SLOT_ID fw_st_id; \/* id for accessing framework's slottable *\/ local 778 CK_SLOT_ID fw_st_id; \/* id for accessing framework's slottable *\/ local [all...] |
| metaMechManager.c | 342 CK_SLOT_ID fw_st_id, true_id; local 345 fw_st_id = meta_slotManager_get_framework_table_id(slotnum); 346 true_id = TRUEID(fw_st_id); 349 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, NULL, 363 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, 383 if (pkcs11_is_dismech(fw_st_id, tmp_slot_mechlist[i])) { 450 CK_SLOT_ID fw_st_id, true_id; local 453 fw_st_id = meta_slotManager_get_framework_table_id(slotnum); 454 true_id = TRUEID(fw_st_id); 461 if (pkcs11_is_dismech(fw_st_id, mech)) [all...] |
| metaObject.c | 212 rv = FUNCLIST(slot_session->fw_st_id)->C_CreateObject( 243 rv = FUNCLIST(slot_session->fw_st_id)->C_CreateObject( 437 rv = FUNCLIST(slot_session->fw_st_id)->C_CopyObject( 488 rv = FUNCLIST(slot_session->fw_st_id)->C_CopyObject( 697 rv = FUNCLIST(slot_session->fw_st_id)->C_GetAttributeValue( 770 rv = FUNCLIST(slot_session->fw_st_id)->\ 814 rv = FUNCLIST(slot_session->fw_st_id)->\ 851 slot_session->fw_st_id)-> 1039 CK_SLOT_ID fw_st_id = slot_session->fw_st_id; local [all...] |
| metaSlotManager.c | 111 slots[i].fw_st_id = i + 1; 162 (void) FUNCLIST(session->fw_st_id)->C_CloseSession( 173 (void) FUNCLIST(session->fw_st_id)->C_CloseSession( 236 CK_SLOT_ID true_id, fw_st_id; local 238 fw_st_id = slots[slot].fw_st_id; 239 true_id = TRUEID(fw_st_id); 242 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id, 258 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id, 287 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id 445 CK_SLOT_ID fw_st_id, true_id; local [all...] |
| metaUtil.c | 189 CK_SLOT_ID fw_st_id; local 239 fw_st_id = init_session->fw_st_id; 242 rv = FUNCLIST(fw_st_id)->C_EncryptInit( 247 rv = FUNCLIST(fw_st_id)->C_DecryptInit( 252 rv = FUNCLIST(fw_st_id)->C_DigestInit( 256 rv = FUNCLIST(fw_st_id)->C_SignInit( 261 rv = FUNCLIST(fw_st_id)->C_VerifyInit( 266 rv = FUNCLIST(fw_st_id)->C_SignRecoverInit( 271 rv = FUNCLIST(fw_st_id)->C_VerifyRecoverInit 333 CK_SLOT_ID fw_st_id; local 515 CK_SLOT_ID fw_st_id; local 767 CK_SLOT_ID fw_st_id; local 1033 CK_SLOT_ID fw_st_id; local [all...] |
| metaObjectManager.c | 287 CK_SLOT_ID fw_st_id = slot_session->fw_st_id; local 313 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession, hObject, 373 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession, hObject, 574 rv = FUNCLIST(obj_session->fw_st_id)->\ 727 CK_SLOT_ID fw_st_id; local 776 fw_st_id = session->fw_st_id; 779 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession, 830 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession [all...] |
| metaGlobal.h | 243 CK_SLOT_ID fw_st_id; /* used for accessing framework's slottable */ member in struct:slotsession 483 CK_SLOT_ID fw_st_id; /* framework slot table ID */ member in struct:slotdata
|