Searched refs:constant_time_msb_w (Results 1 – 5 of 5) sorted by relevance
201 static inline crypto_word constant_time_msb_w(crypto_word a) { in constant_time_msb_w() function218 return constant_time_msb_w(~a & (a - 1)); in constant_time_is_zero_w()
292 static inline crypto_word_t constant_time_msb_w(crypto_word_t a) { in OPENSSL_MSVC_PRAGMA()329 return constant_time_msb_w(a^((a^b)|((a-b)^a))); in OPENSSL_MSVC_PRAGMA()363 return constant_time_msb_w(~a & (a - 1)); in OPENSSL_MSVC_PRAGMA()
75 return constant_time_msb_w(aw - bw); in constant_time_lt_args_8()