Searched refs:constant_time_select_64 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/internal/
H A Dconstant_time.h92 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a,
309 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a, function
/freebsd-13-stable/crypto/openssl/crypto/ec/curve448/
H A Dfield.h138 x[0].limb[i] = constant_time_select_64(is_z, z[0].limb[i],

Completed in 133 milliseconds