Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.c147 static int sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, in sae_test_pwd_seed_ecc() argument
157 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ecc()
161 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking", in sae_test_pwd_seed_ecc()
196 static int sae_test_pwd_seed_ffc(struct sae_data *sae, const u8 *pwd_seed, in sae_test_pwd_seed_ffc() argument
206 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ffc()
209 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking", in sae_test_pwd_seed_ffc()
352 u8 pwd_seed[SHA256_MAC_LEN]; in sae_derive_pwe_ecc() local
364 addr, len, pwd_seed) < 0) in sae_derive_pwe_ecc()
367 res = sae_test_pwd_seed_ecc(sae, pwd_seed, in sae_derive_pwe_ecc()
373 pwd_seed[SHA256_MAC_LE in sae_derive_pwe_ecc()
492 u8 pwd_seed[SHA256_MAC_LEN]; sae_derive_pwe_ffc() local
824 sae_pwd_seed(size_t hash_len, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier, u8 *pwd_seed) sae_pwd_seed() argument
870 u8 pwd_seed[64]; sae_derive_pt_ecc() local
974 u8 pwd_seed[64]; sae_derive_pt_ffc() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.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()
356 u8 pwd_seed[SHA256_MAC_LEN]; in sae_derive_pwe_ecc() local
368 addr, len, pwd_seed) < 0) in sae_derive_pwe_ecc()
371 res = sae_test_pwd_seed_ecc(sae, pwd_seed, in sae_derive_pwe_ecc()
377 pwd_seed[SHA256_MAC_LE in sae_derive_pwe_ecc()
504 u8 pwd_seed[SHA256_MAC_LEN]; sae_derive_pwe_ffc() local
[all...]

Completed in 3 milliseconds