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

/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEmulate.c74 opp = (opflag & OP_DIGEST) ? &(session_p->digest) : \
137 if ((opflag) & OP_DIGEST) { \
161 if (opflag & OP_DIGEST) {
205 if (opflag & OP_DIGEST) {
H A DkernelSoftCommon.h43 #define OP_DIGEST 0x10 macro
H A DkernelDigest.c82 rv = emulate_buf_init(session_p, EDIGEST_LENGTH, OP_DIGEST);
344 rv = emulate_update(session_p, pPart, ulPartLen, OP_DIGEST);
507 ulPartLen, OP_DIGEST);
H A DkernelSoftCommon.c72 free_soft_ctx(session_p, OP_DIGEST);
H A DkernelSessionUtil.c302 free_soft_ctx(*sp, OP_DIGEST);
H A DkernelSession.c401 rv = emulate_buf_init(session_p, indata_len, OP_DIGEST);

Completed in 19 milliseconds