Searched defs:tsi_ssl_client_handshaker_factory (Results 1 – 2 of 2) sorted by relevance
86 struct tsi_ssl_client_handshaker_factory { struct87 tsi_ssl_handshaker_factory base;88 SSL_CTX* ssl_context;89 unsigned char* alpn_protocol_list;90 size_t alpn_protocol_list_length;91 grpc_core::RefCountedPtr<tsi::SslSessionLRUCache> session_cache;
74 tsi_ssl_client_handshaker_factory; typedef