/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | sha512.h | 16 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data,
|
D | sha512.c | 100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
D | crypto_nettle.c | 236 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
D | crypto_gnutls.c | 206 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
D | crypto_wolfssl.c | 265 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
D | crypto_openssl.c | 1264 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha512.h | 16 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data,
|
D | sha512.c | 100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
D | crypto_nettle.c | 236 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
D | crypto_gnutls.c | 206 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
D | crypto_wolfssl.c | 265 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
D | crypto_openssl.c | 1191 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | wpa_common.c | 265 if (hmac_sha512(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 288 if (hmac_sha512(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
|
D | dpp.c | 449 return hmac_sha512(key, key_len, data, data_len, mac); in dpp_hmac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | wpa_common.c | 263 if (hmac_sha512(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 286 if (hmac_sha512(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
|
D | dpp_crypto.c | 157 return hmac_sha512(key, key_len, data, data_len, mac); in dpp_hmac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa.c | 4679 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa.c | 5191 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_11.c | 2756 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_11.c | 4273 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()
|