Searched refs:constant_time_is_zero (Results 1 – 1 of 1) sorted by relevance
59 static ossl_inline unsigned int constant_time_is_zero(unsigned int a);214 static ossl_inline unsigned int constant_time_is_zero(unsigned int a) in constant_time_is_zero() function226 return (unsigned char)constant_time_is_zero(a); in constant_time_is_zero_8()242 return constant_time_is_zero(a ^ b); in constant_time_eq()
Completed in 7 milliseconds