Searched refs:sha256_prf (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha256.h | 18 int sha256_prf(const u8 *key, size_t key_len, const char *label,
|
D | sha256-prf.c | 30 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() function
|
D | crypto_module_tests.c | 1761 sha256_prf((u8 *) "abc", 3, "KDF test", (u8 *) "data", 4, in test_sha256()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 205 sha256_prf(pmk, pmk_len, label, data, sizeof(data), in wpa_pmk_to_ptk() 343 else if (sha256_prf(pmk, pmk_len, label, data, sizeof(data), in fils_pmk_to_ptk() 1140 if (sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0() 1211 if (sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, in wpa_derive_pmk_r1() 1256 if (sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, in wpa_pmk_r1_to_ptk()
|
D | sae.c | 814 if (sha256_prf(keyseed, sizeof(keyseed), "SAE KCK and PMK", in sae_derive_keys()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 430 sha256_prf(sta->sae->pmk, sizeof(sta->sae->pmk), "AEK Derivation", in mesh_rsn_derive_aek() 491 sha256_prf(sta->sae->pmk, SAE_PMK_LEN, in mesh_rsn_derive_mtk()
|
/external/wpa_supplicant_8/src/ap/ |
D | peerkey_auth.c | 295 sha256_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf), in wpa_smk_m3()
|
D | wpa_auth.c | 1376 sha256_prf(gmk, WPA_GMK_LEN, label, data, sizeof(data), gtk, gtk_len); in wpa_gmk_to_gtk()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | tdls.c | 434 sha256_prf(key_input, SHA256_MAC_LEN, "TDLS PMK", data, sizeof(data), in wpa_tdls_generate_tpk()
|