Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha384-tlsprf.c33 u8 A[SHA384_MAC_LEN]; in tls_prf_sha384()
34 u8 P[SHA384_MAC_LEN]; in tls_prf_sha384()
40 len[0] = SHA384_MAC_LEN; in tls_prf_sha384()
60 hmac_sha384(secret, secret_len, A, SHA384_MAC_LEN, A) < 0) in tls_prf_sha384()
64 if (clen > SHA384_MAC_LEN) in tls_prf_sha384()
65 clen = SHA384_MAC_LEN; in tls_prf_sha384()
Dsha384-prf.c60 u8 hash[SHA384_MAC_LEN]; in sha384_prf_bits()
80 if (plen >= SHA384_MAC_LEN) { in sha384_prf_bits()
84 pos += SHA384_MAC_LEN; in sha384_prf_bits()
Dsha384.h12 #define SHA384_MAC_LEN 48 macro
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c261 if (*len < SHA384_MAC_LEN) { in crypto_hash_finish()
262 *len = SHA384_MAC_LEN; in crypto_hash_finish()
266 *len = SHA384_MAC_LEN; in crypto_hash_finish()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c898 u8 hash[SHA384_MAC_LEN]; in wpa_eapol_key_mic()
1078 unsigned char hash[SHA384_MAC_LEN]; in rsn_pmkid_suite_b_192()