Home
last modified time | relevance | path

Searched refs:hmac_sha512 (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha512.h16 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data,
Dsha512.c100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
Dcrypto_nettle.c236 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
Dcrypto_gnutls.c206 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
Dcrypto_wolfssl.c265 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
Dcrypto_openssl.c1191 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
/external/wpa_supplicant_8/src/common/
Dwpa_common.c265 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()
Ddpp.c393 return hmac_sha512(key, key_len, data, data_len, mac); in dpp_hmac()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c4627 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c2748 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()