Searched refs:hmac_sha512 (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/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 | 274 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
D | crypto_openssl.c | 1628 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function 1750 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
|
/external/boringssl/src/rust/bssl-crypto/src/ |
D | hmac.rs | 39 pub fn hmac_sha512(key: &[u8], data: &[u8]) -> [u8; 64] { in hmac_sha512() function
|
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
D | hmac.rs | 39 pub fn hmac_sha512(key: &[u8], data: &[u8]) -> [u8; 64] { in hmac_sha512() function
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 251 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()
|
D | dpp_crypto.c | 157 return hmac_sha512(key, key_len, data, data_len, mac); in dpp_hmac()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 6446 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 3465 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()
|