Searched refs:constant_time_select_32 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/crypto/ml_dsa/ |
| H A D | ml_dsa_local.h | 114 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 D | constant_time.h | 92 static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a, 368 static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a, in constant_time_select_32() function
|
| /freebsd/crypto/openssl/test/ |
| H A D | constant_time_test.c | 176 if (!TEST_true(constant_time_select_32(CONSTTIME_TRUE_32, a, b) == a)) in test_select_32() 178 if (!TEST_true(constant_time_select_32(CONSTTIME_FALSE_32, a, b) == b)) in test_select_32()
|
| /freebsd/crypto/openssl/crypto/ec/curve448/ |
| H A D | field.h | 138 x[0].limb[i] = constant_time_select_32(is_z, z[0].limb[i], in gf_cond_sel()
|