Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DEVP_KEYEXCH_free.pod5 EVP_KEYEXCH_fetch, EVP_KEYEXCH_free, EVP_KEYEXCH_up_ref,
15 EVP_KEYEXCH *EVP_KEYEXCH_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
34 EVP_KEYEXCH_fetch() fetches the key exchange implementation for the given
43 to EVP_KEYEXCH_fetch(). If the reference count drops to 0 then the
80 EVP_KEYEXCH_fetch() returns a pointer to a B<EVP_KEYEXCH> for success
DEVP_PKEY_derive.pod105 L<EVP_KEYEXCH_fetch(3)>
/third_party/openssl/crypto/evp/
Dexchange.c175 EVP_KEYEXCH *EVP_KEYEXCH_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, in EVP_KEYEXCH_fetch() function
290 EVP_KEYEXCH_fetch(ctx->libctx, supported_exch, ctx->propquery); in EVP_PKEY_derive_init_ex()
/third_party/openssl/ssl/
Dssl_ciph.c369 kex = EVP_KEYEXCH_fetch(ctx->libctx, "DH", ctx->propq); in ssl_load_ciphers()
374 kex = EVP_KEYEXCH_fetch(ctx->libctx, "ECDH", ctx->propq); in ssl_load_ciphers()
/third_party/openssl/include/openssl/
Devp.h2141 EVP_KEYEXCH *EVP_KEYEXCH_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
/third_party/openssl/doc/man7/
Dmigration_guide.pod851 L<EVP_KEYEXCH_fetch(3)> and L<EVP_KEYEXCH_do_all_provided(3)>
/third_party/openssl/util/
Dlibcrypto.num4632 EVP_KEYEXCH_fetch 4760 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md1740 by using the function EVP_KEYEXCH_fetch(). An EVP_KEYEXCH algorithm can be