Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c140 int cmp_prime; in compute_password_element() local
210 cmp_prime = const_time_memcmp(prfbuf, prime_bin, primebytelen); in compute_password_element()
213 in_range = const_time_fill_msb((unsigned int) cmp_prime); in compute_password_element()
/external/wpa_supplicant_8/src/common/
Dsae.c152 int cmp_prime; in sae_test_pwd_seed_ecc() local
167 cmp_prime = const_time_memcmp(pwd_value, prime, sae->tmp->prime_len); in sae_test_pwd_seed_ecc()
170 in_range = const_time_fill_msb((unsigned int) cmp_prime); in sae_test_pwd_seed_ecc()