Home
last modified time | relevance | path

Searched refs:IMPLEMENT_tls_meth_func (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
Dt1_meth.c74 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_method,
79 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_method,
84 IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_method,
Dt1_clnt.c78 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_client_method,
83 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_client_method,
88 IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_client_method,
Dt1_srvr.c79 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_server_method,
84 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_server_method,
89 IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_server_method,
Dssl_locl.h655 #define IMPLEMENT_tls_meth_func(version, func_name, s_accept, s_connect, \ macro
/external/openssl/ssl/
Dt1_meth.c74 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_method,
79 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_method,
84 IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_method,
Dt1_clnt.c78 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_client_method,
83 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_client_method,
88 IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_client_method,
Dt1_srvr.c79 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, TLSv1_2_server_method,
84 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, TLSv1_1_server_method,
89 IMPLEMENT_tls_meth_func(TLS1_VERSION, TLSv1_server_method,
Dssl_locl.h624 #define IMPLEMENT_tls_meth_func(version, func_name, s_accept, s_connect, \ macro