Searched refs:OP_SIGN (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEmulate.c74 ((opflag & OP_SIGN) ? &(session_p->sign) : &(session_p->verify));
126 opp = (opflag & OP_SIGN) ? &(session_p->sign) : &(session_p->verify);
165 } else if (opflag & (OP_SIGN | OP_VERIFY)) {
166 opp = (opflag & OP_SIGN) ?
H A DkernelSoftCommon.h44 #define OP_SIGN 0x20 macro
H A DkernelSoftCommon.c139 key_p, opflag & OP_SIGN);
158 pData, ulDataLen, opflag & OP_SIGN));
236 if (opflag & OP_SIGN) {
H A DkernelSign.c147 &(sign_init.si_key), OP_SIGN);
234 free_soft_ctx(get_sp(&session_p->sign), OP_SIGN);
331 rv = emulate_update(session_p, pPart, ulPartLen, OP_SIGN);
H A DkernelSessionUtil.c316 free_soft_ctx(get_sp(&session_p->sign), OP_SIGN);

Completed in 69 milliseconds