Searched refs:ses_slotid (Results 1 - 12 of 12) sorted by relevance

/osnet-11/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.c128 kernel_delete_session(session_p->ses_slotid, session_p, B_FALSE,
157 pslot = slot_table[session_p->ses_slotid];
200 pInfo->slotID = session_p->ses_slotid;
241 if (slot_table[session_p->ses_slotid]->sl_flags &
479 pslot = slot_table[session_p->ses_slotid];
566 pslot = slot_table[session_p->ses_slotid];
H A DkernelSession.h81 CK_SLOT_ID ses_slotid; /* slotID saved from C_OpenSession() */ member in struct:session
H A DkernelObject.c257 pslot = slot_table[session_p->ses_slotid];
369 pslot = slot_table[session_p->ses_slotid];
779 pslot = slot_table[session_p->ses_slotid];
857 pslot = slot_table[session_p->ses_slotid];
958 pslot = slot_table[session_p->ses_slotid];
H A DkernelObjectUtil.c233 pslot = slot_table[sp->ses_slotid];
307 pslot = slot_table[sp->ses_slotid];
616 pslot = slot_table[sp->ses_slotid];
H A DkernelKeys.c414 pslot = slot_table[session_p->ses_slotid];
495 pslot = slot_table[session_p->ses_slotid];
1473 pslot = slot_table[session_p->ses_slotid];
1629 pslot = slot_table[session_p->ses_slotid];
1793 pslot = slot_table[session_p->ses_slotid];
1948 pslot = slot_table[session_p->ses_slotid];
2382 pslot = slot_table[session_p->ses_slotid];
2463 pslot = slot_table[session_p->ses_slotid];
H A DkernelSessionUtil.c113 new_sp->ses_slotid = slotID;
H A DkernelUtil.c1049 pslot = slot_table[cur_sp->ses_slotid];
H A DkernelAttributeUtil.c963 kernel_slot_t *pslot = slot_table[sp->ses_slotid];
2946 kernel_slot_t *pslot = slot_table[sp->ses_slotid];
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h82 CK_SLOT_ID ses_slotid; /* slotID saved from C_OpenSession() */ member in struct:session
H A DkmsSession.c192 pInfo->slotID = session_p->ses_slotid;
H A DkmsSessionUtil.c132 new_sp->ses_slotid = slotID;

Completed in 36 milliseconds