Searched refs:pwd_seed (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 261 static int sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, in sae_test_pwd_seed_ecc() argument 274 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ecc() 278 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking", in sae_test_pwd_seed_ecc() 310 static int sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, in sae_test_pwd_seed_ffc() argument 319 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ffc() 322 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking", in sae_test_pwd_seed_ffc() 477 u8 pwd_seed[SHA256_MAC_LEN]; in sae_derive_pwe_ecc() local 488 pwd_seed) < 0) in sae_derive_pwe_ecc() 491 res = sae_test_pwd_seed_ecc(sae, pwd_seed, in sae_derive_pwe_ecc() 500 pwd_seed_odd = pwd_seed[SHA256_MAC_LEN - 1] & 0x01; in sae_derive_pwe_ecc() [all …]
|