Home
last modified time | relevance | path

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

/hostap-3.6.0/src/crypto/
Dtls_gnutls.c1680 const char *kx_str, *cipher_str, *mac_str; in tls_get_cipher() local
1694 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()