Home
last modified time | relevance | path

Searched refs:constant_time_is_zero_64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/curve448/arch_64/
H A Darch_intrinsics.h20 #define word_is_zero(a) constant_time_is_zero_64(a)
/freebsd/crypto/openssl/crypto/ec/
H A Decp_sm2p256.c97 return constant_time_is_zero_64(res); in is_zeros()
109 return constant_time_is_zero_64(res); in is_equal()
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h232 static ossl_inline uint64_t constant_time_is_zero_64(uint64_t a) in constant_time_is_zero_64() function