OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pwd_seed
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.c
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];
local
342
pwd_seed
) < 0)
344
res = sae_test_pwd_seed_ecc(sae,
pwd_seed
,
398
u8
pwd_seed
[SHA256_MAC_LEN];
local
[
all
...]
Completed in 53 milliseconds