Searched defs:fw_st_id (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c49 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...]
H A DmetaMechManager.c342 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, mec
[all...]
H A DmetaSession.c226 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)
[all...]
H A DmetaSlotManager.c111 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)
445 CK_SLOT_ID fw_st_id, true_id; local
[all...]
H A Dpkcs11SlotToken.c138 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) !
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...]
H A DmetaObject.c212 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...]
H A DmetaUtil.c189 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)
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...]
H A DmetaObjectManager.c286 CK_SLOT_ID fw_st_id = slot_session->fw_st_id; local
312 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession, hObject,
372 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession, hObject,
573 rv = FUNCLIST(obj_session->fw_st_id)->\
726 CK_SLOT_ID fw_st_id; local
775 fw_st_id = session->fw_st_id;
778 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession,
829 rv = FUNCLIST(fw_st_id)
[all...]
H A DmetaGlobal.h243 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

Completed in 67 milliseconds