Searched refs:constant_time_select_32 (Results 1 – 3 of 3) sorted by relevance
/openssl-master/include/internal/ |
A D | constant_time.h | 89 static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a, 309 static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a, in constant_time_select_32() function
|
/openssl-master/test/ |
A D | constant_time_test.c | 177 if (!TEST_true(constant_time_select_32(CONSTTIME_TRUE_32, a, b) == a)) in test_select_32() 179 if (!TEST_true(constant_time_select_32(CONSTTIME_FALSE_32, a, b) == b)) in test_select_32()
|
/openssl-master/crypto/ec/curve448/ |
A D | field.h | 139 x[0].limb[i] = constant_time_select_32(is_z, z[0].limb[i], in gf_cond_sel()
|
Completed in 5 milliseconds