| /external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
| D | ssl.h | 1282 int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, char *arg);
|
| /external/grpc-grpc/src/core/tsi/ |
| D | ssl_transport_security.cc | 2260 SSL_CTX_set_ex_data(ssl_context, g_ssl_ctx_ex_factory_index, impl); in tsi_create_ssl_client_handshaker_factory_with_options() 2332 SSL_CTX_set_ex_data(impl->ssl_context, g_ssl_ctx_ex_crl_provider_index, in tsi_create_ssl_client_handshaker_factory_with_options() 2529 SSL_CTX_set_ex_data(impl->ssl_contexts[i], in tsi_create_ssl_server_handshaker_factory_with_options() 2568 SSL_CTX_set_ex_data(impl->ssl_contexts[i], g_ssl_ctx_ex_factory_index, in tsi_create_ssl_server_handshaker_factory_with_options()
|
| /external/libbrillo/brillo/streams/ |
| D | tls_stream.cc | 371 SSL_CTX_set_ex_data(ctx_.get(), ssl_ctx_private_data_index, this); in Init()
|
| /external/libwebsockets/lib/tls/openssl/ |
| D | openssl-server.c | 543 SSL_CTX_set_ex_data(vhost->tls.ssl_ctx,
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/ |
| D | ssl_transport_security.cc | 1993 SSL_CTX_set_ex_data(ssl_context, g_ssl_ctx_ex_factory_index, impl); in tsi_create_ssl_client_handshaker_factory_with_options() 2279 SSL_CTX_set_ex_data(impl->ssl_contexts[i], g_ssl_ctx_ex_factory_index, in tsi_create_ssl_server_handshaker_factory_with_options()
|
| /external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/ |
| D | ssl.h | 3831 OPENSSL_EXPORT int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data); 4688 (SSL_CTX_set_ex_data(ctx, 0, (char *)(arg)))
|
| /external/cronet/stable/third_party/boringssl/src/include/openssl/ |
| D | ssl.h | 4279 OPENSSL_EXPORT int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data); 5214 (SSL_CTX_set_ex_data(ctx, 0, (char *)(arg)))
|
| /external/cronet/tot/third_party/boringssl/src/include/openssl/ |
| D | ssl.h | 4279 OPENSSL_EXPORT int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data); 5214 (SSL_CTX_set_ex_data(ctx, 0, (char *)(arg)))
|
| /external/boringssl/src/include/openssl/ |
| D | ssl.h | 4264 OPENSSL_EXPORT int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data); 5201 (SSL_CTX_set_ex_data(ctx, 0, (char *)(arg)))
|
| /external/rust/crates/openssl/src/ssl/ |
| D | mod.rs | 1582 #[corresponds(SSL_CTX_set_ex_data)] 1595 ffi::SSL_CTX_set_ex_data(self.as_ptr(), index.as_raw(), data); in set_ex_data_inner()
|
| /external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
| D | ssl_lib.cc | 2553 int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data) { in SSL_CTX_set_ex_data() function
|
| /external/cronet/tot/third_party/boringssl/src/ssl/ |
| D | ssl_lib.cc | 2681 int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data) { in SSL_CTX_set_ex_data() function
|
| /external/cronet/stable/third_party/boringssl/src/ssl/ |
| D | ssl_lib.cc | 2681 int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data) { in SSL_CTX_set_ex_data() function
|
| /external/boringssl/src/ssl/ |
| D | ssl_lib.cc | 2555 int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data) { in SSL_CTX_set_ex_data() function
|
| /external/grpc-grpc/src/boringssl/ |
| D | boringssl_prefix_symbols.h | 173 #define SSL_CTX_set_ex_data BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_set_ex_data) macro
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/src/boringssl/ |
| D | boringssl_prefix_symbols.h | 172 #define SSL_CTX_set_ex_data BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_set_ex_data) macro
|