Home
last modified time | relevance | path

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

12

/external/boringssl/src/ssl/
Dtls_method.cc228 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 …]
Ddtls_method.cc137 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/
Dtls_method.cc228 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 …]
Ddtls_method.cc137 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/
Dtls_method.cc228 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 …]
Ddtls_method.cc138 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/
Dssl.h63 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/
Dssl_methods.h52 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 = { \
Dssl_types.h64 typedef struct ssl_method_st SSL_METHOD; typedef
178 const SSL_METHOD *method;
219 const SSL_METHOD *method;
/external/boringssl/src/include/openssl/
Dssl.h184 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 …]
Dbase.h472 typedef struct ssl_method_st SSL_METHOD; typedef
/external/cronet/third_party/boringssl/src/include/openssl/
Dssl.h184 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 …]
Dbase.h472 typedef struct ssl_method_st SSL_METHOD; typedef
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h189 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 …]
Dbase.h434 typedef struct ssl_method_st SSL_METHOD; typedef
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c188 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/
Dopenssl-client.c726 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();
Dopenssl-server.c511 SSL_METHOD *method = (SSL_METHOD *)SSLv23_server_method();
/external/libpcap/
Dsslutils.c73 SSL_METHOD const *meth = in ssl_init_once()
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c381 SSL_METHOD *method = (SSL_METHOD *)TLS_client_method(); in lws_tls_client_create_vhost_context()
Dmbedtls-server.c188 const SSL_METHOD *method = TLS_server_method(); in lws_tls_server_vhost_backend_init()
/external/grpc-grpc/test/core/handshake/
Dserver_ssl_common.cc149 const SSL_METHOD* method = TLSv1_2_client_method(); in server_ssl_test()
Dclient_ssl.cc143 const SSL_METHOD* method = TLSv1_2_server_method(); in server_thread()
/external/rust/crates/quiche/src/
Dtls.rs54 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/
Dssl_pm.c128 const SSL_METHOD *method = ssl->method; in ssl_pm_new()

12