Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/src/common/
Ddragonfly.c172 mask = const_time_eq(res, check); in dragonfly_is_quadratic_residue_blind()
Dsae.c687 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()
789 is_eq = const_time_eq(bin1[prime_len - 1] & 0x01, in sswu()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c1607 mask = const_time_eq(BN_is_word(tmp, 1), 1); in crypto_bignum_legendre()
1609 mask = const_time_eq(BN_is_zero(tmp), 1); in crypto_bignum_legendre()