Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Dpmeth_fn.c98 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_sign_init()
132 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_init()
165 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_recover_init()
199 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_encrypt_init()
233 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_decrypt_init()
267 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_derive_init()
H A Dpmeth_gn.c85 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_paramgen_init()
132 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_keygen_init()
H A Dpmeth_lib.c208 ret->operation = EVP_PKEY_OP_UNDEFINED; in int_ctx_new()
368 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) { in EVP_PKEY_CTX_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h964 #define EVP_PKEY_OP_UNDEFINED 0 macro