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

/freebsd-13-stable/crypto/openssl/include/internal/
H A Dconstant_time.h88 static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a,
303 static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a, function
/freebsd-13-stable/crypto/openssl/crypto/ec/curve448/
H A Dfield.h134 x[0].limb[i] = constant_time_select_32(is_z, z[0].limb[i],

Completed in 64 milliseconds