Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c173 static int sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, in sae_test_pwd_seed_ecc() argument
185 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ecc()
189 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking", in sae_test_pwd_seed_ecc()
199 y_bit = pwd_seed[SHA256_MAC_LEN - 1] & 0x01; in sae_test_pwd_seed_ecc()
217 static int sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, in sae_test_pwd_seed_ffc() argument
226 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ffc()
229 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking", in sae_test_pwd_seed_ffc()
331 u8 pwd_seed[SHA256_MAC_LEN]; in sae_derive_pwe_ecc() local
342 pwd_seed) < 0) in sae_derive_pwe_ecc()
344 res = sae_test_pwd_seed_ecc(sae, pwd_seed, in sae_derive_pwe_ecc()
[all …]