Searched refs:EVP_PKEY_decapsulate_init (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | EVP_PKEY_decapsulate.pod | 5 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)
|
| HD | EVP_PKEY_CTX_ctrl.pod | 637 EVP_PKEY_encapsulate_init() or EVP_PKEY_decapsulate_init() to select the
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | evp_libctx_test.c | 548 && 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/ |
| HD | pkey.dot | 41 newed -> decapsulate [label="EVP_PKEY_decapsulate_init", fontcolor="#A16AE8", color="#A16AE8"];
|
| /freebsd-14-stable/crypto/openssl/crypto/evp/ |
| HD | kem.c | 210 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/ |
| HD | life_cycle-pkey.pod | 107 … | EVP_PKEY_decapsulate_init | | EVP_PKEY_decrypt_init | 174 …EVP_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/ |
| HD | evp.h | 1930 int EVP_PKEY_decapsulate_init(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]);
|
| /freebsd-14-stable/secure/lib/libcrypto/ |
| HD | Version.map | 4827 EVP_PKEY_decapsulate_init;
|
| /freebsd-14-stable/crypto/openssl/ssl/ |
| HD | s3_lib.c | 4861 if (EVP_PKEY_decapsulate_init(pctx, NULL) <= 0 in ssl_decapsulate()
|
| /freebsd-14-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 2123 MLINKS+= EVP_PKEY_decapsulate.3 EVP_PKEY_decapsulate_init.3
|
| /freebsd-14-stable/crypto/openssl/util/ |
| HD | libcrypto.num | 5251 EVP_PKEY_decapsulate_init 5379 3_0_0 EXIST::FUNCTION:
|