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

/freebsd-10.0-release/crypto/openssl/crypto/
H A Dconstant_time_locl.h79 static inline unsigned int constant_time_msb(unsigned int a);
130 static inline unsigned int constant_time_msb(unsigned int a) function
137 return constant_time_msb(a^((a^b)|((a-b)^b)));
157 return constant_time_msb(~a & (a - 1));

Completed in 156 milliseconds