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

/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEmulate.c75 ((opflag & OP_SIGN) ? &(session_p->sign) : &(session_p->verify));
127 opp = (opflag & OP_SIGN) ? &(session_p->sign) : &(session_p->verify);
164 } else if (opflag & (OP_SIGN | OP_VERIFY)) {
165 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.c146 &(sign_init.si_key), OP_SIGN);
233 free_soft_ctx(get_sp(&session_p->sign), OP_SIGN);
330 rv = emulate_update(session_p, pPart, ulPartLen, OP_SIGN);
H A DkernelSessionUtil.c323 free_soft_ctx(*sp, OP_SIGN);

Completed in 27 milliseconds