Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/common/
HDsae.c140 static int sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, in sae_test_pwd_seed_ecc() argument
150 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ecc()
154 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking", in sae_test_pwd_seed_ecc()
189 static int sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, in sae_test_pwd_seed_ffc() argument
199 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ffc()
202 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking", in sae_test_pwd_seed_ffc()
354 u8 pwd_seed[SHA256_MAC_LEN]; in sae_derive_pwe_ecc() local
366 addr, len, pwd_seed) < 0) in sae_derive_pwe_ecc()
369 res = sae_test_pwd_seed_ecc(sae, pwd_seed, in sae_derive_pwe_ecc()
375 pwd_seed[SHA256_MAC_LEN - 1] & 0x01); in sae_derive_pwe_ecc()
[all …]