Home
last modified time | relevance | path

Searched refs:constant_time_select_64 (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/bn/
H A Drsaz_exp.h64 r[i] = constant_time_select_64(mask, a[i], b[i]); in bn_select_words()
/openssl/include/internal/
H A Dconstant_time.h93 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 Dconstant_time_test.c195 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 Dfield.h143 x[0].limb[i] = constant_time_select_64(is_z, z[0].limb[i], in gf_cond_sel()

Completed in 12 milliseconds