Searched refs:hmac_sha384 (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha384-tlsprf.c | 60 hmac_sha384(secret, secret_len, A, SHA384_MAC_LEN, A) < 0) in tls_prf_sha384()
|
D | sha384.h | 17 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data,
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 344 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 926 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
|
D | dpp.c | 159 return hmac_sha384(key, key_len, data, data_len, mac); in dpp_hmac()
|