Searched refs:constant_time_select_64 (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 64 r[i] = constant_time_select_64(mask, a[i], b[i]); in bn_select_words()
|
/openssl/include/internal/ |
H A D | constant_time.h | 93 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a, 356 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a, in constant_time_select_64() function
|
/openssl/test/ |
H A D | constant_time_test.c | 195 uint64_t selected = constant_time_select_64(CONSTTIME_TRUE_64, a, b); in test_select_64() 202 selected = constant_time_select_64(CONSTTIME_FALSE_64, a, b); in test_select_64()
|
/openssl/crypto/ec/curve448/ |
H A D | field.h | 143 x[0].limb[i] = constant_time_select_64(is_z, z[0].limb[i], in gf_cond_sel()
|
Completed in 13 milliseconds