Searched refs:OP_SIGN (Results 1 – 5 of 5) sorted by relevance
74 ((opflag & OP_SIGN) ? &(session_p->sign) : &(session_p->verify)); in emulate_buf_init()126 opp = (opflag & OP_SIGN) ? &(session_p->sign) : &(session_p->verify); in emulate_init()165 } else if (opflag & (OP_SIGN | OP_VERIFY)) { in emulate_update()166 opp = (opflag & OP_SIGN) ? in emulate_update()
138 key_p, opflag & OP_SIGN); in do_soft_hmac_init()157 pData, ulDataLen, opflag & OP_SIGN)); in do_soft_hmac_update()235 if (opflag & OP_SIGN) { in free_soft_ctx()
42 #define OP_SIGN 0x20 macro
147 &(sign_init.si_key), OP_SIGN); in C_SignInit()234 free_soft_ctx(get_sp(&session_p->sign), OP_SIGN); in C_Sign()331 rv = emulate_update(session_p, pPart, ulPartLen, OP_SIGN); in C_SignUpdate()
316 free_soft_ctx(get_sp(&session_p->sign), OP_SIGN); in kernel_delete_session()