Searched defs:tsi_ssl_client_handshaker_factory (Results 1 – 2 of 2) sorted by relevance
92 struct tsi_ssl_client_handshaker_factory { struct93 tsi_ssl_handshaker_factory base;94 SSL_CTX* ssl_context;95 unsigned char* alpn_protocol_list;96 size_t alpn_protocol_list_length;97 grpc_core::RefCountedPtr<tsi::SslSessionLRUCache> session_cache;
84 tsi_ssl_client_handshaker_factory; typedef