Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c141 int cmp_prime; in compute_password_element() local
207 cmp_prime = const_time_memcmp(prfbuf, prime_bin, primebytelen); in compute_password_element()
210 in_range = const_time_fill_msb((unsigned int) cmp_prime); in compute_password_element()
/freebsd/contrib/wpa/src/common/
H A Dsae.c154 int cmp_prime; in sae_test_pwd_seed_ecc() local
169 cmp_prime = const_time_memcmp(pwd_value, prime, sae->tmp->prime_len); in sae_test_pwd_seed_ecc()
172 in_range = const_time_fill_msb((unsigned int) cmp_prime); in sae_test_pwd_seed_ecc()