Home
last modified time | relevance | path

Searched refs:EVP_PKEY_OP_UNDEFINED (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/evp/
Dpmeth_fn.c48 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_sign_init()
82 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_init()
115 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_recover_init()
149 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_encrypt_init()
183 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_decrypt_init()
217 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_derive_init()
Dpmeth_gn.c32 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_paramgen_init()
82 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_keygen_init()
Dpmeth_lib.c154 ret->operation = EVP_PKEY_OP_UNDEFINED; in int_ctx_new()
382 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) { in EVP_PKEY_CTX_ctrl()
/third_party/openssl/include/openssl/
Devp.h1257 # define EVP_PKEY_OP_UNDEFINED 0 macro