/external/boringssl/src/ssl/ |
D | tls_method.cc | 228 const SSL_METHOD *TLS_method(void) { in TLS_method() 229 static const SSL_METHOD kMethod = { in TLS_method() 237 const SSL_METHOD *SSLv23_method(void) { in SSLv23_method() 241 const SSL_METHOD *TLS_with_buffers_method(void) { in TLS_with_buffers_method() 242 static const SSL_METHOD kMethod = { in TLS_with_buffers_method() 252 const SSL_METHOD *TLSv1_2_method(void) { in TLSv1_2_method() 253 static const SSL_METHOD kMethod = { in TLSv1_2_method() 261 const SSL_METHOD *TLSv1_1_method(void) { in TLSv1_1_method() 262 static const SSL_METHOD kMethod = { in TLSv1_1_method() 270 const SSL_METHOD *TLSv1_method(void) { in TLSv1_method() [all …]
|
D | dtls_method.cc | 137 const SSL_METHOD *DTLS_method(void) { in DTLS_method() 138 static const SSL_METHOD kMethod = { in DTLS_method() 146 const SSL_METHOD *DTLS_with_buffers_method(void) { in DTLS_with_buffers_method() 147 static const SSL_METHOD kMethod = { in DTLS_with_buffers_method() 157 const SSL_METHOD *DTLSv1_2_method(void) { in DTLSv1_2_method() 158 static const SSL_METHOD kMethod = { in DTLSv1_2_method() 166 const SSL_METHOD *DTLSv1_method(void) { in DTLSv1_method() 167 static const SSL_METHOD kMethod = { in DTLSv1_method() 177 const SSL_METHOD *DTLSv1_2_server_method(void) { in DTLSv1_2_server_method() 181 const SSL_METHOD *DTLSv1_server_method(void) { in DTLSv1_server_method() [all …]
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | tls_method.cc | 228 const SSL_METHOD *TLS_method(void) { in TLS_method() 229 static const SSL_METHOD kMethod = { in TLS_method() 237 const SSL_METHOD *SSLv23_method(void) { in SSLv23_method() 241 const SSL_METHOD *TLS_with_buffers_method(void) { in TLS_with_buffers_method() 242 static const SSL_METHOD kMethod = { in TLS_with_buffers_method() 252 const SSL_METHOD *TLSv1_2_method(void) { in TLSv1_2_method() 253 static const SSL_METHOD kMethod = { in TLSv1_2_method() 261 const SSL_METHOD *TLSv1_1_method(void) { in TLSv1_1_method() 262 static const SSL_METHOD kMethod = { in TLSv1_1_method() 270 const SSL_METHOD *TLSv1_method(void) { in TLSv1_method() [all …]
|
D | dtls_method.cc | 137 const SSL_METHOD *DTLS_method(void) { in DTLS_method() 138 static const SSL_METHOD kMethod = { in DTLS_method() 146 const SSL_METHOD *DTLS_with_buffers_method(void) { in DTLS_with_buffers_method() 147 static const SSL_METHOD kMethod = { in DTLS_with_buffers_method() 157 const SSL_METHOD *DTLSv1_2_method(void) { in DTLSv1_2_method() 158 static const SSL_METHOD kMethod = { in DTLSv1_2_method() 166 const SSL_METHOD *DTLSv1_method(void) { in DTLSv1_method() 167 static const SSL_METHOD kMethod = { in DTLSv1_method() 177 const SSL_METHOD *DTLSv1_2_server_method(void) { in DTLSv1_2_server_method() 181 const SSL_METHOD *DTLSv1_server_method(void) { in DTLSv1_server_method() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls_method.cc | 228 const SSL_METHOD *TLS_method(void) { in TLS_method() 229 static const SSL_METHOD kMethod = { in TLS_method() 237 const SSL_METHOD *SSLv23_method(void) { in SSLv23_method() 241 const SSL_METHOD *TLS_with_buffers_method(void) { in TLS_with_buffers_method() 242 static const SSL_METHOD kMethod = { in TLS_with_buffers_method() 252 const SSL_METHOD *TLSv1_2_method(void) { in TLSv1_2_method() 253 static const SSL_METHOD kMethod = { in TLSv1_2_method() 261 const SSL_METHOD *TLSv1_1_method(void) { in TLSv1_1_method() 262 static const SSL_METHOD kMethod = { in TLSv1_1_method() 270 const SSL_METHOD *TLSv1_method(void) { in TLSv1_method() [all …]
|
D | dtls_method.cc | 138 const SSL_METHOD *DTLS_method(void) { in DTLS_method() 139 static const SSL_METHOD kMethod = { in DTLS_method() 147 const SSL_METHOD *DTLS_with_buffers_method(void) { in DTLS_with_buffers_method() 148 static const SSL_METHOD kMethod = { in DTLS_with_buffers_method() 158 const SSL_METHOD *DTLSv1_2_method(void) { in DTLSv1_2_method() 159 static const SSL_METHOD kMethod = { in DTLSv1_2_method() 167 const SSL_METHOD *DTLSv1_method(void) { in DTLSv1_method() 168 static const SSL_METHOD kMethod = { in DTLSv1_method() 178 const SSL_METHOD *DTLSv1_2_server_method(void) { in DTLSv1_2_server_method() 182 const SSL_METHOD *DTLSv1_server_method(void) { in DTLSv1_server_method() [all …]
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 63 SSL_CTX* SSL_CTX_new(const SSL_METHOD *method, void *rngctx); 206 const SSL_METHOD* SSLv23_client_method(void); 215 const SSL_METHOD* TLSv1_client_method(void); 224 const SSL_METHOD* SSLv3_client_method(void); 233 const SSL_METHOD* TLSv1_1_client_method(void); 242 const SSL_METHOD* TLSv1_2_client_method(void); 251 const SSL_METHOD* TLS_client_method(void); 260 const SSL_METHOD* SSLv23_server_method(void); 269 const SSL_METHOD* TLSv1_1_server_method(void); 278 const SSL_METHOD* TLSv1_2_server_method(void); [all …]
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_methods.h | 52 const SSL_METHOD* func_name(void) { \ 53 static const SSL_METHOD func_name##_data LOCAL_ATRR = { \ 62 const SSL_METHOD* func_name(void) { \ 63 static const SSL_METHOD func_name##_data LOCAL_ATRR = { \
|
D | ssl_types.h | 64 typedef struct ssl_method_st SSL_METHOD; typedef 178 const SSL_METHOD *method; 219 const SSL_METHOD *method;
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 184 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void); 187 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void); 193 OPENSSL_EXPORT const SSL_METHOD *TLS_with_buffers_method(void); 197 OPENSSL_EXPORT const SSL_METHOD *DTLS_with_buffers_method(void); 201 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method); 4579 OPENSSL_EXPORT const SSL_METHOD *SSLv23_method(void); 4585 OPENSSL_EXPORT const SSL_METHOD *TLSv1_method(void); 4586 OPENSSL_EXPORT const SSL_METHOD *TLSv1_1_method(void); 4587 OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_method(void); 4588 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_method(void); [all …]
|
D | base.h | 472 typedef struct ssl_method_st SSL_METHOD; typedef
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | ssl.h | 184 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void); 187 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void); 193 OPENSSL_EXPORT const SSL_METHOD *TLS_with_buffers_method(void); 197 OPENSSL_EXPORT const SSL_METHOD *DTLS_with_buffers_method(void); 201 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method); 4579 OPENSSL_EXPORT const SSL_METHOD *SSLv23_method(void); 4585 OPENSSL_EXPORT const SSL_METHOD *TLSv1_method(void); 4586 OPENSSL_EXPORT const SSL_METHOD *TLSv1_1_method(void); 4587 OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_method(void); 4588 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_method(void); [all …]
|
D | base.h | 472 typedef struct ssl_method_st SSL_METHOD; typedef
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl.h | 189 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void); 192 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void); 198 OPENSSL_EXPORT const SSL_METHOD *TLS_with_buffers_method(void); 202 OPENSSL_EXPORT const SSL_METHOD *DTLS_with_buffers_method(void); 206 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method); 4435 OPENSSL_EXPORT const SSL_METHOD *SSLv23_method(void); 4441 OPENSSL_EXPORT const SSL_METHOD *TLSv1_method(void); 4442 OPENSSL_EXPORT const SSL_METHOD *TLSv1_1_method(void); 4443 OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_method(void); 4444 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_method(void); [all …]
|
D | base.h | 434 typedef struct ssl_method_st SSL_METHOD; typedef
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 188 SSL_CTX* SSL_CTX_new(const SSL_METHOD *method, void *rngctx) in SSL_CTX_new() 273 int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth) in SSL_CTX_set_ssl_version() 288 const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx) in SSL_CTX_get_ssl_method() 553 const SSL_METHOD *SSL_get_ssl_method(SSL *ssl) in SSL_get_ssl_method() 563 int SSL_set_ssl_method(SSL *ssl, const SSL_METHOD *method) in SSL_set_ssl_method()
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 726 SSL_METHOD *method; 738 method = (SSL_METHOD *)TLS_client_method(); 740 method = (SSL_METHOD *)TLSv1_2_client_method(); 742 method = (SSL_METHOD *)SSLv23_client_method();
|
D | openssl-server.c | 511 SSL_METHOD *method = (SSL_METHOD *)SSLv23_server_method();
|
/external/libpcap/ |
D | sslutils.c | 73 SSL_METHOD const *meth = in ssl_init_once()
|
/external/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 381 SSL_METHOD *method = (SSL_METHOD *)TLS_client_method(); in lws_tls_client_create_vhost_context()
|
D | mbedtls-server.c | 188 const SSL_METHOD *method = TLS_server_method(); in lws_tls_server_vhost_backend_init()
|
/external/grpc-grpc/test/core/handshake/ |
D | server_ssl_common.cc | 149 const SSL_METHOD* method = TLSv1_2_client_method(); in server_ssl_test()
|
D | client_ssl.cc | 143 const SSL_METHOD* method = TLSv1_2_server_method(); in server_thread()
|
/external/rust/crates/quiche/src/ |
D | tls.rs | 54 struct SSL_METHOD(c_void); struct 1256 fn TLS_method() -> *const SSL_METHOD; in TLS_method() 1259 fn SSL_CTX_new(method: *const SSL_METHOD) -> *mut SSL_CTX; in SSL_CTX_new()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/platform/ |
D | ssl_pm.c | 128 const SSL_METHOD *method = ssl->method; in ssl_pm_new()
|