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

/freebsd-13-stable/contrib/wpa/src/common/
H A Dsae.c142 u8 *pwd_value)
155 prime, sae->tmp->prime_len, pwd_value, bits) < 0)
158 buf_shift_right(pwd_value, sae->tmp->prime_len, 8 - bits % 8);
160 pwd_value, sae->tmp->prime_len);
162 cmp_prime = const_time_memcmp(pwd_value, prime, sae->tmp->prime_len);
170 x_cand = crypto_bignum_init_set(pwd_value, sae->tmp->prime_len);
192 u8 pwd_value[SAE_MAX_PRIME_LEN]; local
203 sae->tmp->dh->prime, sae->tmp->prime_len, pwd_value,
206 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-value", pwd_value,
210 res = const_time_memcmp(pwd_value, sa
140 sae_test_pwd_seed_ecc(struct sae_data *sae, const u8 *pwd_seed, const u8 *prime, const u8 *qr, const u8 *qnr, u8 *pwd_value) argument
[all...]

Completed in 97 milliseconds