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/src/crypto/
H A Dsha512.h16 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data,
H A Dsha512.c92 * hmac_sha512 - HMAC-SHA512 over data buffer (RFC 2104)
100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
H A Dcrypto_gnutls.c206 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
H A Dcrypto_nettle.c236 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
H A Dcrypto_openssl.c1191 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
H A Dcrypto_wolfssl.c265 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_standard/src/crypto/
H A Dsha512.h16 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data,
H A Dsha512.c92 * hmac_sha512 - HMAC-SHA512 over data buffer (RFC 2104)
100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
H A Dcrypto_gnutls.c206 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
H A Dcrypto_nettle.c236 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
H A Dcrypto_wolfssl.c265 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
H A 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/common/
H A 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()
H A 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/
H A Dwpa_common.c251 if (hmac_sha512(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
299 if (hmac_sha512(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
322 if (hmac_sha512(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
H A 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/
H A Dwpa.c4679 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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/
H A Dieee802_11.c4297 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c6413 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey),

Completed in 76 milliseconds