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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c350 CK_SLOT_ID fw_st_id, true_id; local
353 fw_st_id = meta_slotManager_get_framework_table_id(slotnum);
354 true_id = TRUEID(fw_st_id);
357 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, NULL,
371 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id,
391 if (pkcs11_is_dismech(fw_st_id, tmp_slot_mechlist[i])) {
458 CK_SLOT_ID fw_st_id, true_id; local
461 fw_st_id = meta_slotManager_get_framework_table_id(slotnum);
462 true_id = TRUEID(fw_st_id);
469 if (pkcs11_is_dismech(fw_st_id, mec
[all...]
H A DmetaSession.c225 rv = FUNCLIST(slot_session->fw_st_id)->C_GetOperationState(
316 rv = FUNCLIST(slot_session->fw_st_id)->C_GetOperationState(
406 rv = FUNCLIST(slot_session->fw_st_id)->C_SetOperationState(
414 rv = FUNCLIST(slot_session->fw_st_id)->C_SetOperationState(
596 CK_SLOT_ID true_id, fw_st_id; local
619 fw_st_id = login_session->fw_st_id;
620 rv = FUNCLIST(fw_st_id)->C_Login(login_session->hSession, userType,
640 true_id = TRUEID(fw_st_id);
641 rv = FUNCLIST(fw_st_id)
[all...]
H A DmetaSlotManager.c113 slots[i].fw_st_id = i + 1;
166 (void) FUNCLIST(session->fw_st_id)->C_CloseSession(
177 (void) FUNCLIST(session->fw_st_id)->C_CloseSession(
241 CK_SLOT_ID true_id, fw_st_id; local
243 fw_st_id = slots[slot].fw_st_id;
244 true_id = TRUEID(fw_st_id);
247 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id,
263 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id,
292 rv = FUNCLIST(fw_st_id)
450 CK_SLOT_ID fw_st_id, true_id; local
[all...]
H A DmetaObject.c215 rv = FUNCLIST(slot_session->fw_st_id)->C_CreateObject(
246 rv = FUNCLIST(slot_session->fw_st_id)->C_CreateObject(
440 rv = FUNCLIST(slot_session->fw_st_id)->C_CopyObject(
491 rv = FUNCLIST(slot_session->fw_st_id)->C_CopyObject(
700 rv = FUNCLIST(slot_session->fw_st_id)->C_GetAttributeValue(
773 rv = FUNCLIST(slot_session->fw_st_id)->\
817 rv = FUNCLIST(slot_session->fw_st_id)->\
854 slot_session->fw_st_id)->
1042 CK_SLOT_ID fw_st_id = slot_session->fw_st_id; local
[all...]
H A DmetaUtil.c38 CK_SLOT_ID fw_st_id = (session)->fw_st_id; \
40 (void) FUNCLIST(fw_st_id)->C_DestroyObject(hSession, \
202 CK_SLOT_ID fw_st_id; local
252 fw_st_id = init_session->fw_st_id;
255 rv = FUNCLIST(fw_st_id)->C_EncryptInit(
260 rv = FUNCLIST(fw_st_id)->C_DecryptInit(
265 rv = FUNCLIST(fw_st_id)->C_DigestInit(
269 rv = FUNCLIST(fw_st_id)
346 CK_SLOT_ID fw_st_id; local
528 CK_SLOT_ID fw_st_id; local
780 CK_SLOT_ID fw_st_id; local
1046 CK_SLOT_ID fw_st_id; local
[all...]
H A DmetaObjectManager.c291 CK_SLOT_ID fw_st_id = slot_session->fw_st_id; local
317 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession, hObject,
377 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession, hObject,
578 rv = FUNCLIST(obj_session->fw_st_id)->\
733 CK_SLOT_ID fw_st_id; local
782 fw_st_id = session->fw_st_id;
785 rv = FUNCLIST(fw_st_id)->C_GetAttributeValue(hSession,
836 rv = FUNCLIST(fw_st_id)
[all...]
H A DmetaGlobal.h244 CK_SLOT_ID fw_st_id; /* used for accessing framework's slottable */ member in struct:slotsession
485 CK_SLOT_ID fw_st_id; /* framework slot table ID */ member in struct:slotdata

Completed in 35 milliseconds