Home
last modified time | relevance | path

Searched refs:EVP_PKEY_decapsulate_init (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_decapsulate.pod5 EVP_PKEY_decapsulate_init, EVP_PKEY_decapsulate
12 int EVP_PKEY_decapsulate_init(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]);
19 The EVP_PKEY_decapsulate_init() function initializes a private key algorithm
38 After the call to EVP_PKEY_decapsulate_init() algorithm-specific parameters
43 EVP_PKEY_decapsulate_init() and EVP_PKEY_decapsulate() return 1 for
65 if (EVP_PKEY_decapsulate_init(ctx, NULL) <= 0)
HDEVP_PKEY_CTX_ctrl.pod637 EVP_PKEY_encapsulate_init() or EVP_PKEY_decapsulate_init() to select the
/freebsd-14-stable/crypto/openssl/test/
HDevp_libctx_test.c548 && TEST_int_eq(EVP_PKEY_decapsulate_init(rctx, NULL), 1) in kem_rsa_gen_recover()
623 && TEST_int_eq(EVP_PKEY_decapsulate_init(NULL, NULL), 0) in kem_rsa_params()
629 && TEST_int_eq(EVP_PKEY_decapsulate_init(pubctx, NULL), 1) in kem_rsa_params()
660 && TEST_int_eq(EVP_PKEY_decapsulate_init(privctx, NULL), 1) in kem_rsa_params()
/freebsd-14-stable/crypto/openssl/doc/life-cycles/
HDpkey.dot41 newed -> decapsulate [label="EVP_PKEY_decapsulate_init", fontcolor="#A16AE8", color="#A16AE8"];
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDkem.c210 int EVP_PKEY_decapsulate_init(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]) in EVP_PKEY_decapsulate_init() function
/freebsd-14-stable/crypto/openssl/doc/man7/
HDlife_cycle-pkey.pod107 … | EVP_PKEY_decapsulate_init | | EVP_PKEY_decrypt_init |
174EVP_PKEY_decapsulate_init decapsulate decapsulate decapsulate decapsulate decapsula…
504 <tr><th style="border:1px solid" align="left">EVP_PKEY_decapsulate_init</th>
/freebsd-14-stable/crypto/openssl/include/openssl/
HDevp.h1930 int EVP_PKEY_decapsulate_init(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]);
/freebsd-14-stable/secure/lib/libcrypto/
HDVersion.map4827 EVP_PKEY_decapsulate_init;
/freebsd-14-stable/crypto/openssl/ssl/
HDs3_lib.c4861 if (EVP_PKEY_decapsulate_init(pctx, NULL) <= 0 in ssl_decapsulate()
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile2123 MLINKS+= EVP_PKEY_decapsulate.3 EVP_PKEY_decapsulate_init.3
/freebsd-14-stable/crypto/openssl/util/
HDlibcrypto.num5251 EVP_PKEY_decapsulate_init 5379 3_0_0 EXIST::FUNCTION: