Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A 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()

Completed in 5 milliseconds