Home
last modified time | relevance | path

Searched refs:hmac_sha512_kdf (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha512.h23 int hmac_sha512_kdf(const u8 *secret, size_t secret_len,
Dsha512-kdf.c32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf() function
/external/wpa_supplicant_8/src/common/
Ddpp.c361 return hmac_sha512_kdf(secret, secret_len, NULL, in dpp_hkdf_expand()
7120 res = hmac_sha512_kdf(prk, hash_len, NULL, info, info_len, in dpp_pkex_derive_z()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c4645 res = hmac_sha512_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_resp()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c2773 res = hmac_sha512_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_req()