Searched refs:hmac_sha384_kdf (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha384.h | 26 int hmac_sha384_kdf(const u8 *secret, size_t secret_len,
|
D | sha384-kdf.c | 32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf() function
|
/external/wpa_supplicant_8/src/common/ |
D | dpp_crypto.c | 255 return hmac_sha384_kdf(secret, secret_len, NULL, in dpp_hkdf_expand() 2237 res = hmac_sha384_kdf(prk, hash_len, NULL, info, info_len, in dpp_pkex_derive_z()
|
D | sae.c | 565 return hmac_sha384_kdf(prk, prk_len, NULL, in hkdf_expand()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 5215 res = hmac_sha384_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_resp()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 4161 res = hmac_sha384_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_req()
|