Lines Matching defs:operation
31 /* Actual operation */
32 int operation;
87 * call evp_pkey_ctx_use_delayed_data() when the operation has been set
112 /* Method associated with this operation */
580 * To support transparent execution of operation in backends other
584 * the same operation in that same provider.
700 * To support transparent execution of operation in backends other
704 * the same operation in that same provider.
710 * operation cache needs flushing.
723 ((ctx)->operation == EVP_PKEY_OP_SIGN \
724 || (ctx)->operation == EVP_PKEY_OP_SIGNCTX \
725 || (ctx)->operation == EVP_PKEY_OP_VERIFY \
726 || (ctx)->operation == EVP_PKEY_OP_VERIFYCTX \
727 || (ctx)->operation == EVP_PKEY_OP_VERIFYRECOVER)
730 ((ctx)->operation == EVP_PKEY_OP_DERIVE)
733 ((ctx)->operation == EVP_PKEY_OP_ENCRYPT \
734 || (ctx)->operation == EVP_PKEY_OP_DECRYPT)
737 ((ctx)->operation == EVP_PKEY_OP_PARAMGEN \
738 || (ctx)->operation == EVP_PKEY_OP_KEYGEN)
741 ((ctx)->operation == EVP_PKEY_OP_FROMDATA)
744 ((ctx)->operation == EVP_PKEY_OP_ENCAPSULATE \
745 || (ctx)->operation == EVP_PKEY_OP_DECAPSULATE)