Lines Matching defs:operation
79 int operation;
84 * operation, this flag is cleared by their Init function, and set again
291 int sha1_allowed = (ctx->operation != EVP_PKEY_OP_SIGN);
387 const OSSL_PARAM params[], int operation)
400 if (!ossl_rsa_check_key(prsactx->libctx, vrsa, operation))
409 prsactx->operation = operation;
847 int operation)
854 if (!rsa_signverify_init(vprsactx, vrsa, params, operation))
1222 if ((prsactx->operation
1296 if (prsactx->operation == EVP_PKEY_OP_VERIFY) {