Home
last modified time | relevance | path

Searched refs:hmac_sha512 (Results 1 – 12 of 12) 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.c274 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() function
Dcrypto_openssl.c1628 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/
Dhmac.rs39 pub fn hmac_sha512(key: &[u8], data: &[u8]) -> [u8; 64] { in hmac_sha512() function
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
Dhmac.rs39 pub fn hmac_sha512(key: &[u8], data: &[u8]) -> [u8; 64] { in hmac_sha512() function
/external/wpa_supplicant_8/src/common/
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()
Ddpp_crypto.c157 return hmac_sha512(key, key_len, data, data_len, mac); in dpp_hmac()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c6446 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c3465 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()