Home
last modified time | relevance | path

Searched refs:constant_time_lt_32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_local.h114 return constant_time_select_32(constant_time_lt_32(x, ML_DSA_Q), x, x - ML_DSA_Q); in reduce_once()
139 return constant_time_select_32(constant_time_lt_32(x, 0x80000000), x, 0u - x); in abs_signed()
148 return constant_time_select_32(constant_time_lt_32(ML_DSA_Q_MINUS1_DIV2, x), in abs_mod_prime()
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h46 static ossl_inline uint32_t constant_time_lt_32(uint32_t a, uint32_t b);
139 static ossl_inline uint32_t constant_time_lt_32(uint32_t a, uint32_t b) in constant_time_lt_32() function
/freebsd/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c1143 quotient += 1 & constant_time_lt_32(kHalfPrime, remainder); in compress()
1144 quotient += 1 & constant_time_lt_32(kPrime + kHalfPrime, remainder); in compress()