Searched refs:s_time_meth (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_time.c135 static const SSL_METHOD *s_time_meth = NULL; variable
158 s_time_meth = NULL;
294 s_time_meth = SSLv2_client_method();
298 s_time_meth = SSLv3_client_method();
364 s_time_meth = SSLv23_client_method();
371 if ((tm_ctx = SSL_CTX_new(s_time_meth)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_time.c135 static const SSL_METHOD *s_time_meth = NULL; variable
158 s_time_meth = NULL;
294 s_time_meth = SSLv2_client_method();
298 s_time_meth = SSLv3_client_method();
364 s_time_meth = SSLv23_client_method();
371 if ((tm_ctx = SSL_CTX_new(s_time_meth)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_time.c180 static SSL_METHOD *s_time_meth=NULL; variable
203 s_time_meth=NULL;
335 s_time_meth=SSLv2_client_method();
339 s_time_meth=SSLv3_client_method();
456 s_time_meth=SSLv23_client_method();
458 s_time_meth=SSLv3_client_method();
460 s_time_meth=SSLv2_client_method();
468 if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1);

Completed in 115 milliseconds