Searched defs:tsi_ssl_client_handshaker_factory (Results 1 – 4 of 4) 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
95 struct tsi_ssl_client_handshaker_factory { struct96 tsi_ssl_handshaker_factory base;97 SSL_CTX* ssl_context;98 unsigned char* alpn_protocol_list;99 size_t alpn_protocol_list_length;100 grpc_core::RefCountedPtr<tsi::SslSessionLRUCache> session_cache;
87 tsi_ssl_client_handshaker_factory; typedef