Lines Matching full:pwd_seed
173 static int sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed,
185 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
189 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
199 y_bit = pwd_seed[SHA256_MAC_LEN - 1] & 0x01;
217 static int sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed,
226 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
229 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
331 u8 pwd_seed[SHA256_MAC_LEN];
342 pwd_seed) < 0)
344 res = sae_test_pwd_seed_ecc(sae, pwd_seed,
398 u8 pwd_seed[SHA256_MAC_LEN];
409 pwd_seed) < 0)
411 res = sae_test_pwd_seed_ffc(sae, pwd_seed, sae->tmp->pwe_ffc);