Searched refs:g_ssl_ex_verified_root_cert_index (Results 1 – 2 of 2) sorted by relevance
153 static int g_ssl_ex_verified_root_cert_index = -1; variable217 g_ssl_ex_verified_root_cert_index = SSL_get_ex_new_index( in init_openssl()219 GPR_ASSERT(g_ssl_ex_verified_root_cert_index != -1); in init_openssl()960 SSL_get_ex_data(ssl, g_ssl_ex_verified_root_cert_index))); in RootCertExtractCallback()962 SSL_set_ex_data(ssl, g_ssl_ex_verified_root_cert_index, root_cert); in RootCertExtractCallback()1433 SSL_get_ex_data(impl->ssl, g_ssl_ex_verified_root_cert_index)); in ssl_handshaker_result_extract_peer()
147 static int g_ssl_ex_verified_root_cert_index = -1; variable198 g_ssl_ex_verified_root_cert_index = in init_openssl()200 GPR_ASSERT(g_ssl_ex_verified_root_cert_index != -1); in init_openssl()937 SSL_set_ex_data(ssl, g_ssl_ex_verified_root_cert_index, root_cert); in RootCertExtractCallback()1200 SSL_get_ex_data(impl->ssl, g_ssl_ex_verified_root_cert_index)); in ssl_handshaker_result_extract_peer()