Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Drsaz_exp.h63 r[i] = constant_time_select_64(mask, a[i], b[i]); in bn_select_words()
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h96 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a,
374 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a, in constant_time_select_64() function
/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c194 uint64_t selected = constant_time_select_64(CONSTTIME_TRUE_64, a, b); in test_select_64()
201 selected = constant_time_select_64(CONSTTIME_FALSE_64, a, b); in test_select_64()
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dfield.h142 x[0].limb[i] = constant_time_select_64(is_z, z[0].limb[i], in gf_cond_sel()