Searched refs:kx_str (Results 1 – 1 of 1) sorted by relevance
1680 const char *kx_str, *cipher_str, *mac_str; in tls_get_cipher() local1689 kx_str = gnutls_kx_get_name(kx); in tls_get_cipher()1690 if (!kx_str) in tls_get_cipher()1691 kx_str = ""; in tls_get_cipher()1702 kx_str, cipher_str, mac_str); in tls_get_cipher()