Searched refs:EVP_KEYEXCH_fetch (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | EVP_KEYEXCH_free.pod | 5 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
|
D | EVP_PKEY_derive.pod | 105 L<EVP_KEYEXCH_fetch(3)>
|
/third_party/openssl/crypto/evp/ |
D | exchange.c | 175 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/ |
D | ssl_ciph.c | 369 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/ |
D | evp.h | 2141 EVP_KEYEXCH *EVP_KEYEXCH_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 851 L<EVP_KEYEXCH_fetch(3)> and L<EVP_KEYEXCH_do_all_provided(3)>
|
/third_party/openssl/util/ |
D | libcrypto.num | 4632 EVP_KEYEXCH_fetch 4760 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES.md | 1740 by using the function EVP_KEYEXCH_fetch(). An EVP_KEYEXCH algorithm can be
|