Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/dh/
Ddh_test.cc113 bssl::UniquePtr<DH> a(DH_new()); in RunBasicTests()
141 bssl::UniquePtr<DH> b(DH_new()); in RunBasicTests()
288 bssl::UniquePtr<DH> dh(DH_new()); in TestBadY()
Ddh_asn1.c87 DH *ret = DH_new(); in DH_parse_parameters()
Ddh.c75 DH *DH_new(void) { in DH_new() function
490 DH *ret = DH_new(); in DHparams_dup()
/external/boringssl/src/decrepit/dh/
Ddh_decrepit.c76 DH *ret = DH_new(); in DH_generate_parameters()
/external/openssh/
Ddh.c293 if ((dh = DH_new()) == NULL) in dh_new_group_asc()
313 if ((dh = DH_new()) == NULL) in dh_new_group()
/external/boringssl/src/include/openssl/
Ddh.h77 OPENSSL_EXPORT DH *DH_new(void);
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c760 dh = DH_new(); in dh5_init()
811 dh = DH_new(); in dh5_init()
864 dh = DH_new(); in dh5_init_fixed()
896 dh = DH_new(); in dh5_init_fixed()
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dbackend.py1927 dh_param_cdata = self._lib.DH_new()
1964 dh_cdata = self._lib.DH_new()
2010 dh_cdata = self._lib.DH_new()
2037 dh_cdata = self._lib.DH_new()
2055 dh_cdata = self._lib.DH_new()
/external/boringssl/src/crypto/dsa/
Ddsa.c947 DH *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/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1810 DH_new
DBoringSSL-GRPC.podspec3362 '#define DH_new GRPC_SHADOW_DH_new',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1838 #define DH_new GRPC_SHADOW_DH_new macro