Lines Matching defs:sign
43 * Allocate a DSA context for the active sign or verify operation.
49 boolean_t sign)
57 if (sign) {
108 if (sign) {
109 session_p->sign.context = dsa_ctx;
110 session_p->sign.mech.mechanism = pMechanism->mechanism;
230 soft_dsa_ctx_t *dsa_ctx = session_p->sign.context;
266 * Do not terminate the active sign operation flag and do not
280 free(session_p->sign.context);
281 session_p->sign.context = NULL;
305 soft_dsa_ctx_t *dsa_ctx = session_p->sign.context;
313 * Do not terminate the active sign operation flag and do not
325 * Do not terminate the active sign operation flag and do not
347 * Now, we are ready to sign the data