Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls_method.cc123 const SSL_METHOD *TLS_method(void) { in TLS_method()
124 static const SSL_METHOD kMethod = { in TLS_method()
132 const SSL_METHOD *SSLv23_method(void) { in SSLv23_method()
138 const SSL_METHOD *TLSv1_2_method(void) { in TLSv1_2_method()
139 static const SSL_METHOD kMethod = { in TLSv1_2_method()
147 const SSL_METHOD *TLSv1_1_method(void) { in TLSv1_1_method()
148 static const SSL_METHOD kMethod = { in TLSv1_1_method()
156 const SSL_METHOD *TLSv1_method(void) { in TLSv1_method()
157 static const SSL_METHOD kMethod = { in TLSv1_method()
165 const SSL_METHOD *SSLv3_method(void) { in SSLv3_method()
[all …]
Ddtls_method.cc131 const SSL_METHOD *DTLS_method(void) { in DTLS_method()
132 static const SSL_METHOD kMethod = { in DTLS_method()
142 const SSL_METHOD *DTLSv1_2_method(void) { in DTLSv1_2_method()
143 static const SSL_METHOD kMethod = { in DTLSv1_2_method()
151 const SSL_METHOD *DTLSv1_method(void) { in DTLSv1_method()
152 static const SSL_METHOD kMethod = { in DTLSv1_method()
162 const SSL_METHOD *DTLSv1_2_server_method(void) { in DTLSv1_2_server_method()
166 const SSL_METHOD *DTLSv1_server_method(void) { in DTLSv1_server_method()
170 const SSL_METHOD *DTLSv1_2_client_method(void) { in DTLSv1_2_client_method()
174 const SSL_METHOD *DTLSv1_client_method(void) { in DTLSv1_client_method()
[all …]
Dssl_test.cc755 const SSL_METHOD *(*method)(void)) { in ExpectDefaultVersion()
1357 static bool TestSequenceNumber(bool is_dtls, const SSL_METHOD *method, in TestSequenceNumber()
1439 static bool TestOneSidedShutdown(bool is_dtls, const SSL_METHOD *method, in TestOneSidedShutdown()
1670 static bool TestGetPeerCertificate(bool is_dtls, const SSL_METHOD *method, in TestGetPeerCertificate()
1725 static bool TestRetainOnlySHA256OfCerts(bool is_dtls, const SSL_METHOD *method, in TestRetainOnlySHA256OfCerts()
2082 static bool TestSessionIDContext(bool is_dtls, const SSL_METHOD *method, in TestSessionIDContext()
2249 static bool TestSessionTimeout(bool is_dtls, const SSL_METHOD *method, in TestSessionTimeout()
2448 static bool TestSNICallback(bool is_dtls, const SSL_METHOD *method, in TestSNICallback()
2644 static bool TestVersion(bool is_dtls, const SSL_METHOD *method, in TestVersion()
2703 static bool TestALPNCipherAvailable(bool is_dtls, const SSL_METHOD *method, in TestALPNCipherAvailable()
[all …]
Dssl_lib.cc229 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) { in SSL_CTX_new()
/external/boringssl/src/include/openssl/
Dssl.h185 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void);
188 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);
192 OPENSSL_EXPORT const SSL_METHOD *TLS_with_buffers_method(void);
196 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
3440 OPENSSL_EXPORT const SSL_METHOD *SSLv23_method(void);
3446 OPENSSL_EXPORT const SSL_METHOD *TLSv1_method(void);
3447 OPENSSL_EXPORT const SSL_METHOD *TLSv1_1_method(void);
3448 OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_method(void);
3449 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_method(void);
3450 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_2_method(void);
[all …]
Dbase.h321 typedef struct ssl_method_st SSL_METHOD; typedef
/external/curl/lib/vtls/
Dcyassl.c139 SSL_METHOD* req_method = NULL; in cyassl_connect_step1()
Dopenssl.c1701 SSL_METHOD_QUAL SSL_METHOD *req_method = NULL; in ossl_connect_step1()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1257 static SSL_METHOD patch_ssl_method;
1258 static const SSL_METHOD *real_ssl_method;
/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc908 const SSL_METHOD* method; in SetupSSLContext()
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1220 SSL_METHOD = ssl_method_st variable
1286 ('method', POINTER(SSL_METHOD)),
1342 ('method', POINTER(SSL_METHOD)),