Searched refs:OP_DIGEST (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEmulate.c73 opp = (opflag & OP_DIGEST) ? &(session_p->digest) : \
136 if ((opflag) & OP_DIGEST) { \
160 if (opflag & OP_DIGEST) {
206 if (opflag & OP_DIGEST) {
H A DkernelSoftCommon.h43 #define OP_DIGEST 0x10 macro
H A DkernelDigest.c83 rv = emulate_buf_init(session_p, EDIGEST_LENGTH, OP_DIGEST);
345 rv = emulate_update(session_p, pPart, ulPartLen, OP_DIGEST);
508 ulPartLen, OP_DIGEST);
H A DkernelSoftCommon.c72 free_soft_ctx(session_p, OP_DIGEST);
H A DkernelSessionUtil.c299 free_soft_ctx(get_sp(&session_p->digest), OP_DIGEST);
H A DkernelSession.c392 rv = emulate_buf_init(session_p, indata_len, OP_DIGEST);

Completed in 68 milliseconds