Lines Matching full:operation
91 ctx->operation = EVP_PKEY_OP_SIGN;
96 ctx->operation = EVP_PKEY_OP_UNDEFINED;
110 if (ctx->operation != EVP_PKEY_OP_SIGN)
128 ctx->operation = EVP_PKEY_OP_VERIFY;
133 ctx->operation = EVP_PKEY_OP_UNDEFINED;
147 if (ctx->operation != EVP_PKEY_OP_VERIFY)
164 ctx->operation = EVP_PKEY_OP_VERIFYRECOVER;
169 ctx->operation = EVP_PKEY_OP_UNDEFINED;
183 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER)
201 ctx->operation = EVP_PKEY_OP_ENCRYPT;
206 ctx->operation = EVP_PKEY_OP_UNDEFINED;
220 if (ctx->operation != EVP_PKEY_OP_ENCRYPT)
238 ctx->operation = EVP_PKEY_OP_DECRYPT;
243 ctx->operation = EVP_PKEY_OP_UNDEFINED;
257 if (ctx->operation != EVP_PKEY_OP_DECRYPT)
276 ctx->operation = EVP_PKEY_OP_DERIVE;
281 ctx->operation = EVP_PKEY_OP_UNDEFINED;
294 if (ctx->operation != EVP_PKEY_OP_DERIVE && ctx->operation != EVP_PKEY_OP_ENCRYPT && ctx->operation != EVP_PKEY_OP_DECRYPT)
360 if (ctx->operation != EVP_PKEY_OP_DERIVE)