Home
last modified time | relevance | path

Searched refs:ses_slotid (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEmulate.h41 #define SLOT_THRESHOLD(sp) (slot_table[sp->ses_slotid]->sl_threshold)
43 (slot_table[sp->ses_slotid]->sl_hash_max_inlen)
45 (slot_table[sp->ses_slotid]->sl_hmac_max_inlen)
46 #define SLOT_HAS_LIMITED_HASH(sp) (slot_table[sp->ses_slotid]->sl_flags & \
48 #define SLOT_HAS_LIMITED_HMAC(sp) (slot_table[sp->ses_slotid]->sl_flags & \
H A DkernelSession.c129 kernel_delete_session(session_p->ses_slotid, session_p, B_FALSE, in C_CloseSession()
157 pslot = slot_table[session_p->ses_slotid]; in get_ses_state()
198 pInfo->slotID = session_p->ses_slotid; in C_GetSessionInfo()
236 if (slot_table[session_p->ses_slotid]->sl_flags & in kernel_get_operationstate()
466 pslot = slot_table[session_p->ses_slotid]; in C_Login()
553 pslot = slot_table[session_p->ses_slotid]; in C_Logout()
H A DkernelObject.c259 pslot = slot_table[session_p->ses_slotid]; in C_CopyObject()
371 pslot = slot_table[session_p->ses_slotid]; in C_DestroyObject()
781 pslot = slot_table[session_p->ses_slotid]; in C_FindObjectsInit()
859 pslot = slot_table[session_p->ses_slotid]; in C_FindObjects()
960 pslot = slot_table[session_p->ses_slotid]; in C_FindObjectsFinal()
H A DkernelSession.h82 CK_SLOT_ID ses_slotid; /* slotID saved from C_OpenSession() */ member
H A DkernelObjectUtil.c233 pslot = slot_table[sp->ses_slotid]; in kernel_add_object()
307 pslot = slot_table[sp->ses_slotid]; in kernel_add_object()
616 pslot = slot_table[sp->ses_slotid]; in search_for_objects()
H A DkernelKeys.c409 pslot = slot_table[session_p->ses_slotid]; in C_GenerateKey()
490 pslot = slot_table[session_p->ses_slotid]; in C_GenerateKey()
1468 pslot = slot_table[session_p->ses_slotid]; in C_GenerateKeyPair()
1624 pslot = slot_table[session_p->ses_slotid]; in C_GenerateKeyPair()
1788 pslot = slot_table[session_p->ses_slotid]; in C_UnwrapKey()
1943 pslot = slot_table[session_p->ses_slotid]; in C_UnwrapKey()
2377 pslot = slot_table[session_p->ses_slotid]; in C_DeriveKey()
2458 pslot = slot_table[session_p->ses_slotid]; in C_DeriveKey()
H A DkernelSessionUtil.c115 new_sp->ses_slotid = slotID; in kernel_add_session()
H A DkernelUtil.c938 pslot = slot_table[cur_sp->ses_slotid]; in process_found_objects()
H A DkernelAttributeUtil.c934 kernel_slot_t *pslot = slot_table[sp->ses_slotid]; in kernel_parse_common_attrs()
2889 kernel_slot_t *pslot = slot_table[sp->ses_slotid]; in kernel_set_common_key_attribute()