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

/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c171 static int sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, argument
183 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
187 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
197 y_bit = pwd_seed[SHA256_MAC_LEN - 1] & 0x01;
215 static int sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, argument
224 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
227 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
329 u8 pwd_seed[SHA256_MAC_LEN]; local
340 pwd_seed) < 0)
342 res = sae_test_pwd_seed_ecc(sae, pwd_seed,
396 u8 pwd_seed[SHA256_MAC_LEN]; local
[all...]
/external/wpa_supplicant_8/src/common/
H A Dsae.c171 static int sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, argument
183 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
187 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
197 y_bit = pwd_seed[SHA256_MAC_LEN - 1] & 0x01;
215 static int sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, argument
224 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
227 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
329 u8 pwd_seed[SHA256_MAC_LEN]; local
340 pwd_seed) < 0)
342 res = sae_test_pwd_seed_ecc(sae, pwd_seed,
396 u8 pwd_seed[SHA256_MAC_LEN]; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c171 static int sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, argument
183 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
187 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
197 y_bit = pwd_seed[SHA256_MAC_LEN - 1] & 0x01;
215 static int sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, argument
224 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN);
227 sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
329 u8 pwd_seed[SHA256_MAC_LEN]; local
340 pwd_seed) < 0)
342 res = sae_test_pwd_seed_ecc(sae, pwd_seed,
396 u8 pwd_seed[SHA256_MAC_LEN]; local
[all...]

Completed in 147 milliseconds