Lines Matching defs:operation
72 * operation, this flag is cleared by their Init function, and set again
82 int operation;
88 * sign_setup() methods which are then passed to the sign operation.
100 * Normal operation will loop to choose a new k if the signature is not
101 * valid - but for this mode of operation it forces a failure instead.
129 const OSSL_PARAM params[], int operation)
143 if (!ossl_ec_check_key(ctx->libctx, ec, operation == EVP_PKEY_OP_SIGN))
151 ctx->operation = operation;
240 sha1_allowed = (ctx->operation != EVP_PKEY_OP_SIGN);
283 int operation)
290 if (!ecdsa_signverify_init(vctx, ec, params, operation)