Searched refs:EVP_KEM_fetch (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_KEM_free.pod | 5 EVP_KEM_fetch, EVP_KEM_free, EVP_KEM_up_ref, 15 EVP_KEM *EVP_KEM_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, 32 EVP_KEM_fetch() fetches the implementation for the given B<algorithm> from any 43 EVP_KEM_fetch(). If the reference count drops to 0 then the structure is freed. 78 EVP_KEM_fetch() returns a pointer to an B<EVP_KEM> for success or B<NULL> for
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | kem.c | 91 kem = EVP_KEM_fetch(ctx->libctx, supported_kem, ctx->propquery); in evp_kem_init() 404 EVP_KEM *EVP_KEM_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, in EVP_KEM_fetch() function
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | crypto.pod | 249 =item L<EVP_KEM_fetch(3)>
|
H A D | migration_guide.pod | 881 L<EVP_KEM_fetch(3)> and L<EVP_KEM_do_all_provided(3)>
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1880 EVP_KEM *EVP_KEM_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4506 EVP_KEM_fetch;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1838 MLINKS+= EVP_KEM_free.3 EVP_KEM_fetch.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5245 EVP_KEM_fetch 5373 3_0_0 EXIST::FUNCTION:
|