Searched refs:tls_dhe1024 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c593 static DH *tls_dhe1024 = NULL; /* generating these takes a while, so do it just once */ variable
629 if (tls_dhe1024 != NULL)
630 DH_free(tls_dhe1024);
631 tls_dhe1024 = dhparams;
731 if (tls_dhe1024 == NULL) {
742 if (tls_dhe1024 == NULL)
746 if (!SSL_CTX_set_tmp_dh(ret, tls_dhe1024))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c593 static DH *tls_dhe1024 = NULL; /* generating these takes a while, so do it just once */ variable
629 if (tls_dhe1024 != NULL)
630 DH_free(tls_dhe1024);
631 tls_dhe1024 = dhparams;
731 if (tls_dhe1024 == NULL) {
742 if (tls_dhe1024 == NULL)
746 if (!SSL_CTX_set_tmp_dh(ret, tls_dhe1024))

Completed in 99 milliseconds