Home
last modified time | relevance | path

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

/external/boringssl/src/decrepit/dh/
Ddh_decrepit.c76 DH *ret = DH_new(); in DH_generate_parameters()
/external/openssh/
Ddh.c285 if ((dh = DH_new()) == NULL) in dh_new_group_asc()
305 if ((dh = DH_new()) == NULL) in dh_new_group()
/external/boringssl/src/crypto/dh/
Ddh.c75 DH *DH_new(void) { in DH_new() function
454 DH *ret = DH_new(); in DHparams_dup()
Ddh_asn1.c87 DH *ret = DH_new(); in DH_parse_parameters()
Ddh_test.cc115 bssl::UniquePtr<DH> a(DH_new()); in RunBasicTests()
143 bssl::UniquePtr<DH> b(DH_new()); in RunBasicTests()
Dparams.c192 DH *dh = DH_new(); in get_standard_parameters()
/external/boringssl/src/include/openssl/
Ddh.h78 OPENSSL_EXPORT DH *DH_new(void);
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c638 dh = DH_new(); in dh5_init()
685 dh = DH_new(); in dh5_init()
733 dh = DH_new(); in dh5_init_fixed()
765 dh = DH_new(); in dh5_init_fixed()
/external/boringssl/src/crypto/dsa/
Ddsa.c934 ret = DH_new(); in DSA_dup_DH()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c2470 if ((dh = DH_new()) == NULL)
2526 if ((dh = DH_new()) == NULL)
/external/boringssl/src/ssl/
Dhandshake_client.c1257 dh = DH_new(); in ssl3_get_server_key_exchange()