Home
last modified time | relevance | path

Searched refs:SLOT_HAS_LIMITED_HASH (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEmulate.h46 #define SLOT_HAS_LIMITED_HASH(sp) (slot_table[sp->ses_slotid]->sl_flags & \ macro
H A DkernelEmulate.c162 if (!SLOT_HAS_LIMITED_HASH(session_p)) in emulate_update()
H A DkernelDigest.c78 if (SLOT_HAS_LIMITED_HASH(session_p) && is_external_caller) { in common_digest_init()