Searched refs:SSL_CTX_get_ex_data (Results 1 – 15 of 15) sorted by relevance
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-ssl.c | 124 tcr = SSL_CTX_get_ex_data(vhost->tls.ssl_client_ctx, in lws_ssl_destroy_client_ctx() 371 context = (struct lws_context *)SSL_CTX_get_ex_data( in lws_ssl_info_callback() 375 context = (struct lws_context *)SSL_CTX_get_ex_data( in lws_ssl_info_callback()
|
/external/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-ssl.c | 203 context = (struct lws_context *)SSL_CTX_get_ex_data( in lws_ssl_info_callback()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 1169 void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx);
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 339 self = static_cast<TlsStream::TlsStreamImpl*>(SSL_CTX_get_ex_data( in OnCertVerifyResultsStatic()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 1118 void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx) in SSL_CTX_get_ex_data() function
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl.h | 3588 OPENSSL_EXPORT void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx); 4350 #define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx, 0))
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3671 OPENSSL_EXPORT void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx); 4422 #define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx, 0))
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 94 SSL_CTX_get_ex_data
|
D | BoringSSL-GRPC.podspec | 1646 '#define SSL_CTX_get_ex_data GRPC_SHADOW_SSL_CTX_get_ex_data',
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 1604 void* arg = SSL_CTX_get_ex_data(ssl_context, g_ssl_ctx_ex_factory_index); in server_handshaker_factory_new_session_callback()
|
D | grpc_shadow_boringssl.h | 122 #define SSL_CTX_get_ex_data GRPC_SHADOW_SSL_CTX_get_ex_data macro
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 1865 void* arg = SSL_CTX_get_ex_data(ssl_context, g_ssl_ctx_ex_factory_index); in server_handshaker_factory_new_session_callback()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.cc | 2631 void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx) { in SSL_CTX_get_ex_data() function
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_lib.cc | 2548 void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx) { in SSL_CTX_get_ex_data() function
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 96 #define SSL_CTX_get_ex_data BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_get_ex_data) macro
|