Lines Matching defs:operation
73 * operation, this flag is cleared by their Init function, and set again
88 int operation;
127 int sha1_allowed = (ctx->operation != EVP_PKEY_OP_SIGN);
165 * AlgorithmIdentifier to be had, but the operation itself is
187 const OSSL_PARAM params[], int operation)
202 operation == EVP_PKEY_OP_SIGN)) {
212 pdsactx->operation = operation;
276 int operation)
283 if (!dsa_signverify_init(vpdsactx, vdsa, params, operation))