OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_time_meth
(Results
1 - 1
of
1
) sorted by null
/external/openssl/apps/
s_time.c
132
static const SSL_METHOD *
s_time_meth
=NULL;
variable
155
s_time_meth
=NULL;
287
s_time_meth
=SSLv2_client_method();
291
s_time_meth
=SSLv3_client_method();
353
s_time_meth
=SSLv23_client_method();
355
s_time_meth
=SSLv3_client_method();
357
s_time_meth
=SSLv2_client_method();
365
if ((tm_ctx=SSL_CTX_new(
s_time_meth
)) == NULL) return(1);
Completed in 499 milliseconds