Searched refs:cipher_str (Results 1 – 1 of 1) sorted by relevance
1680 const char *kx_str, *cipher_str, *mac_str; in tls_get_cipher() local1684 cipher_str = gnutls_cipher_get_name(cipher); in tls_get_cipher()1685 if (!cipher_str) in tls_get_cipher()1686 cipher_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()