Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/
Dssl_transport_security_test.cc101 ssl_tsi_test_fixture* ssl_fixture = in ssl_test_setup_handshakers() local
103 GPR_ASSERT(ssl_fixture != nullptr); in ssl_test_setup_handshakers()
104 GPR_ASSERT(ssl_fixture->key_cert_lib != nullptr); in ssl_test_setup_handshakers()
105 GPR_ASSERT(ssl_fixture->alpn_lib != nullptr); in ssl_test_setup_handshakers()
106 ssl_key_cert_lib* key_cert_lib = ssl_fixture->key_cert_lib; in ssl_test_setup_handshakers()
107 ssl_alpn_lib* alpn_lib = ssl_fixture->alpn_lib; in ssl_test_setup_handshakers()
112 if (ssl_fixture->force_client_auth) { in ssl_test_setup_handshakers()
126 if (ssl_fixture->session_cache != nullptr) { in ssl_test_setup_handshakers()
127 client_options.session_cache = ssl_fixture->session_cache; in ssl_test_setup_handshakers()
130 &client_options, &ssl_fixture->client_handshaker_factory) == in ssl_test_setup_handshakers()
[all …]