Searched refs:SSL_CTX_set_tmp_dh (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/src/ssl/
H A Ds3_lib.c277 int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) { function
/external/boringssl/include/openssl/
H A Dssl.h1814 /* SSL_CTX_set_tmp_dh configures |ctx| to use the group from |dh| as the group
1817 OPENSSL_EXPORT int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh);
4250 #define SSL_CTX_set_tmp_dh SSL_CTX_set_tmp_dh macro
/external/boringssl/src/include/openssl/
H A Dssl.h1814 /* SSL_CTX_set_tmp_dh configures |ctx| to use the group from |dh| as the group
1817 OPENSSL_EXPORT int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh);
4250 #define SSL_CTX_set_tmp_dh SSL_CTX_set_tmp_dh macro
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc753 if (!dh || !SSL_CTX_set_tmp_dh(ssl_ctx.get(), dh.get())) {
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c625 ret = SSL_CTX_set_tmp_dh (daemon->tls_context, dh);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c3050 if (SSL_CTX_set_tmp_dh(ssl_ctx, dh) != 1) {
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c3050 if (SSL_CTX_set_tmp_dh(ssl_ctx, dh) != 1) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c3050 if (SSL_CTX_set_tmp_dh(ssl_ctx, dh) != 1) {

Completed in 1546 milliseconds