Home
last modified time | relevance | path

Searched refs:const_time_eq (Results 1 – 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dconst_time.h48 static inline unsigned int const_time_eq(unsigned int a, unsigned int b) in const_time_eq() function
57 return (u8) const_time_eq(a, b); in const_time_eq_u8()
Dutils_module_tests.c1098 if (const_time_eq(test->a, test->b) != test->expected) { in const_time_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dconst_time.h48 static inline unsigned int const_time_eq(unsigned int a, unsigned int b) in const_time_eq() function
57 return (u8) const_time_eq(a, b); in const_time_eq_u8()
Dutils_module_tests.c1099 if (const_time_eq(test->a, test->b) != test->expected) { in const_time_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddragonfly.c172 mask = const_time_eq(res, check); in dragonfly_is_quadratic_residue_blind()
Dsae.c420 is_eq = const_time_eq(pwd_seed_odd, x_y[prime_len - 1] & 0x01); in sae_derive_pwe_ecc()
687 m_is_zero = const_time_eq(crypto_bignum_is_zero(t1), 1); in sswu()
749 is_qr = const_time_eq(crypto_bignum_is_zero(t1) | in sswu()
779 is_eq = const_time_eq(bin1[prime_len - 1] & 0x01, in sswu()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddragonfly.c172 mask = const_time_eq(res, check); in dragonfly_is_quadratic_residue_blind()
Dsae.c426 is_eq = const_time_eq(pwd_seed_odd, x_y[prime_len - 1] & 0x01); in sae_derive_pwe_ecc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_pwd_common.c284 is_eq = const_time_eq(is_odd, x_y[primebytelen - 1] & 0x01); in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_pwd_common.c284 is_eq = const_time_eq(is_odd, x_y[primebytelen - 1] & 0x01); in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c1619 mask = const_time_eq(BN_is_word(tmp, 1), 1); in crypto_bignum_legendre()
1621 mask = const_time_eq(BN_is_zero(tmp), 1); in crypto_bignum_legendre()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c1692 mask = const_time_eq(BN_is_word(tmp, 1), 1); in crypto_bignum_legendre()
1694 mask = const_time_eq(BN_is_zero(tmp), 1); in crypto_bignum_legendre()