Lines Matching defs:operation
394 static int evp_pkey_signature_init(EVP_PKEY_CTX *ctx, int operation,
411 ctx->operation = operation;
455 * we're done and can perform the operation itself. If not, we perform
527 switch (operation) {
575 || (operation == EVP_PKEY_OP_SIGN && ctx->pmeth->sign == NULL)
576 || (operation == EVP_PKEY_OP_VERIFY && ctx->pmeth->verify == NULL)
577 || (operation == EVP_PKEY_OP_VERIFYRECOVER
583 switch (operation) {
615 ctx->operation = EVP_PKEY_OP_UNDEFINED;
641 if (ctx->operation != EVP_PKEY_OP_SIGN) {
685 if (ctx->operation != EVP_PKEY_OP_VERIFY) {
728 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER) {