Home
last modified time | relevance | path

Searched refs:g_ssl_ctx_ex_factory_index (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc145 static int g_ssl_ctx_ex_factory_index = -1; variable
194 g_ssl_ctx_ex_factory_index = in init_openssl()
196 GPR_ASSERT(g_ssl_ctx_ex_factory_index != -1); in init_openssl()
1892 void* arg = SSL_CTX_get_ex_data(ssl_context, g_ssl_ctx_ex_factory_index); in server_handshaker_factory_new_session_callback()
1910 void* arg = SSL_CTX_get_ex_data(ssl_context, g_ssl_ctx_ex_factory_index); in ssl_keylogging_callback()
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()
/aosp_15_r20/external/grpc-grpc/src/core/tsi/
H A Dssl_transport_security.cc150 static int g_ssl_ctx_ex_factory_index = -1; variable
209 g_ssl_ctx_ex_factory_index = in init_openssl()
211 GPR_ASSERT(g_ssl_ctx_ex_factory_index != -1); in init_openssl()
2155 void* arg = SSL_CTX_get_ex_data(ssl_context, g_ssl_ctx_ex_factory_index); in server_handshaker_factory_new_session_callback()
2173 void* arg = SSL_CTX_get_ex_data(ssl_context, g_ssl_ctx_ex_factory_index); in ssl_keylogging_callback()
2260 SSL_CTX_set_ex_data(ssl_context, g_ssl_ctx_ex_factory_index, impl); in tsi_create_ssl_client_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()