Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.h604 const char *client_cipher_suite = "-"; variable
H A DHttpSM.cc563 client_cipher_suite = cipher ? cipher : "-"; in attach_client_session()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogAccess.cc2033 const char *cipher = m_http_sm->client_cipher_suite; in marshal_client_security_cipher_suite()