Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c1264 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/
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
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c449 return hmac_sha512(key, key_len, data, data_len, mac); in dpp_hmac()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_common.c263 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()
Ddpp_crypto.c157 return hmac_sha512(key, key_len, data, data_len, mac); in dpp_hmac()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c4679 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/
Dwpa.c5191 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11.c2756 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/
Dieee802_11.c4273 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()