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

/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11_err.h317 OP_DIGEST, enumerator in enum:PK11_OPTYPE_ENUM
H A Dhw_pk11.c1533 case OP_DIGEST:
1669 case OP_DIGEST:
1737 case OP_DIGEST:
1786 case OP_DIGEST:
2683 if ((sp = pk11_get_session(OP_DIGEST)) == NULL)
2696 pk11_return_session(sp, OP_DIGEST);
2724 pk11_return_session(state->sp, OP_DIGEST);
2748 pk11_return_session(state->sp, OP_DIGEST);
2760 pk11_return_session(state->sp, OP_DIGEST);

Completed in 75 milliseconds