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

/external/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
142 return constant_time_msb(lt);
157 return constant_time_msb(ge);
167 return constant_time_msb(~a & (a - 1));

Completed in 156 milliseconds