Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha384.h13 #define SHA512_MAC_LEN 64 macro
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c269 if (*len < SHA512_MAC_LEN) { in crypto_hash_finish()
270 *len = SHA512_MAC_LEN; in crypto_hash_finish()
274 *len = SHA512_MAC_LEN; in crypto_hash_finish()