Home
last modified time | relevance | path

Searched refs:SAE_PMK_LEN (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.h13 #define SAE_PMK_LEN 32 macro
Dcommon_module_tests.c440 if (os_memcmp(pmk, sae.pmk, SAE_PMK_LEN) != 0) { in sae_tests()
Dsae.c1554 pmk_len = SAE_PMK_LEN; in sae_derive_keys()
1641 os_memcpy(sae->tmp->kek, keys + hash_len + SAE_PMK_LEN, in sae_derive_keys()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c509 sha256_prf(sta->sae->pmk, SAE_PMK_LEN, in mesh_rsn_derive_mtk()