Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/
HDconstant_time_locl.h75 static inline unsigned int constant_time_msb(unsigned int a);
129 static inline unsigned int constant_time_msb(unsigned int a) in constant_time_msb() function
136 return constant_time_msb(a ^ ((a ^ b) | ((a - b) ^ b))); in constant_time_lt()
156 return constant_time_msb(~a & (a - 1)); in constant_time_is_zero()