Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c84 ctx->operation = EVP_PKEY_OP_UNDEFINED; in gen_init()
353 ctx->operation = EVP_PKEY_OP_UNDEFINED; in fromdata_init()
400 if (fromdata_init(ctx, EVP_PKEY_OP_UNDEFINED) == 1) in EVP_PKEY_fromdata_settable()
H A Dexchange.c348 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_derive_init_ex()
371 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_derive_init_ex()
H A Dpmeth_lib.c162 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) in evp_pkey_ctx_state()
347 ret->operation = EVP_PKEY_OP_UNDEFINED; in int_ctx_new()
603 if (rctx->operation == EVP_PKEY_OP_UNDEFINED) { in EVP_PKEY_CTX_dup()
1380 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) { in evp_pkey_ctx_ctrl_int()
1434 if (ret < 1 || ctx->operation == EVP_PKEY_OP_UNDEFINED) in EVP_PKEY_CTX_ctrl()
1496 if (ret < 1 || ctx->operation == EVP_PKEY_OP_UNDEFINED) in EVP_PKEY_CTX_ctrl_str()
H A Dkem.c175 ctx->operation = EVP_PKEY_OP_UNDEFINED; in evp_kem_init()
H A Dasymcipher.c211 ctx->operation = EVP_PKEY_OP_UNDEFINED; in evp_pkey_asym_cipher_init()
H A Dsignature.c615 ctx->operation = EVP_PKEY_OP_UNDEFINED; in evp_pkey_signature_init()
H A Dm_sigver.c288 locpctx->operation = EVP_PKEY_OP_UNDEFINED; in do_sigver_init()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1684 # define EVP_PKEY_OP_UNDEFINED 0 macro