Searched refs:OP_DIGEST (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelEmulate.c | 73 opp = (opflag & OP_DIGEST) ? &(session_p->digest) : \ in emulate_buf_init() 136 if ((opflag) & OP_DIGEST) { \ 160 if (opflag & OP_DIGEST) { in emulate_update() 206 if (opflag & OP_DIGEST) { in emulate_update()
|
H A D | kernelSoftCommon.h | 43 #define OP_DIGEST 0x10 macro
|
H A D | kernelDigest.c | 83 rv = emulate_buf_init(session_p, EDIGEST_LENGTH, OP_DIGEST); in common_digest_init() 345 rv = emulate_update(session_p, pPart, ulPartLen, OP_DIGEST); in C_DigestUpdate() 508 ulPartLen, OP_DIGEST); in C_DigestKey()
|
H A D | kernelSoftCommon.c | 72 free_soft_ctx(session_p, OP_DIGEST); in do_soft_digest()
|
H A D | kernelSessionUtil.c | 299 free_soft_ctx(get_sp(&session_p->digest), OP_DIGEST); in kernel_delete_session()
|
H A D | kernelSession.c | 392 rv = emulate_buf_init(session_p, indata_len, OP_DIGEST); in kernel_set_operationstate()
|