Searched refs:mac_str (Results 1 – 1 of 1) sorted by relevance
1680 const char *kx_str, *cipher_str, *mac_str; in tls_get_cipher() local1694 mac_str = gnutls_mac_get_name(mac); in tls_get_cipher()1695 if (!mac_str) in tls_get_cipher()1696 mac_str = ""; in tls_get_cipher()1699 res = os_snprintf(buf, buflen, "%s-%s", cipher_str, mac_str); in tls_get_cipher()1702 kx_str, cipher_str, mac_str); in tls_get_cipher()