Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
212 * cmp_prime >= 0, but go through them regardless to minimize in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
212 * cmp_prime >= 0, but go through them regardless to minimize in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.c147 int cmp_prime; in sae_test_pwd_seed_ecc() local
162 cmp_prime = const_time_memcmp(pwd_value, prime, sae->tmp->prime_len); in sae_test_pwd_seed_ecc()
165 in_range = const_time_fill_msb((unsigned int) cmp_prime); in sae_test_pwd_seed_ecc()
167 * cmp_prime >= 0 (reutnr 0 here), but go through them regardless to in sae_test_pwd_seed_ecc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
174 * cmp_prime >= 0 (return 0 here), but go through them regardless to in sae_test_pwd_seed_ecc()

Completed in 7 milliseconds