Home
last modified time | relevance | path

Searched refs:SSL_METHOD (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/ssl/
Ds3_meth.c80 const SSL_METHOD *TLS_method(void) { in TLS_method()
81 static const SSL_METHOD method = { in TLS_method()
88 const SSL_METHOD *SSLv23_method(void) { in SSLv23_method()
94 const SSL_METHOD *TLSv1_2_method(void) { in TLSv1_2_method()
95 static const SSL_METHOD method = { in TLSv1_2_method()
102 const SSL_METHOD *TLSv1_1_method(void) { in TLSv1_1_method()
103 static const SSL_METHOD method = { in TLSv1_1_method()
110 const SSL_METHOD *TLSv1_method(void) { in TLSv1_method()
111 static const SSL_METHOD method = { in TLSv1_method()
118 const SSL_METHOD *SSLv3_method(void) { in SSLv3_method()
[all …]
Dd1_meth.c80 const SSL_METHOD *DTLS_method(void) { in DTLS_method()
81 static const SSL_METHOD method = { in DTLS_method()
90 const SSL_METHOD *DTLSv1_2_method(void) { in DTLSv1_2_method()
91 static const SSL_METHOD method = { in DTLSv1_2_method()
98 const SSL_METHOD *DTLSv1_method(void) { in DTLSv1_method()
99 static const SSL_METHOD method = { in DTLSv1_method()
108 const SSL_METHOD *DTLSv1_2_server_method(void) { in DTLSv1_2_server_method()
112 const SSL_METHOD *DTLSv1_server_method(void) { in DTLSv1_server_method()
116 const SSL_METHOD *DTLSv1_2_client_method(void) { in DTLSv1_2_client_method()
120 const SSL_METHOD *DTLSv1_client_method(void) { in DTLSv1_client_method()
[all …]
Dssl_test.cc681 const SSL_METHOD *(*method)(void)) { in TestDefaultVersion()
Dssl_lib.c211 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) { in SSL_CTX_new()
/external/boringssl/src/include/openssl/
Dssl.h188 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void);
191 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);
195 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
2900 OPENSSL_EXPORT const SSL_METHOD *SSLv23_method(void);
2905 OPENSSL_EXPORT const SSL_METHOD *SSLv3_method(void);
2906 OPENSSL_EXPORT const SSL_METHOD *TLSv1_method(void);
2907 OPENSSL_EXPORT const SSL_METHOD *TLSv1_1_method(void);
2908 OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_method(void);
2909 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_method(void);
2910 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_2_method(void);
[all …]
Dbase.h238 typedef struct ssl_method_st SSL_METHOD; typedef
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dcertutils.py34 SSL_METHOD = None variable
44 SSL_METHOD = SSL.SSLv23_METHOD variable
53 def get_ssl_context(method=SSL_METHOD):
/external/boringssl/
Dandroid_compat_hacks.c68 int SSL_set_ssl_method(SSL *s, const SSL_METHOD *method) { in SSL_set_ssl_method()
/external/curl/lib/vtls/
Dcyassl.c105 SSL_METHOD* req_method = NULL; in cyassl_connect_step1()
Dopenssl.c1675 SSL_METHOD_QUAL SSL_METHOD *req_method = NULL; in ossl_connect_step1()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1259 static SSL_METHOD patch_ssl_method;
1260 static const SSL_METHOD *real_ssl_method;
/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc908 const SSL_METHOD* method; in SetupSSLContext()