Home
last modified time | relevance | path

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

/external/rust/crates/ring/crypto/
Dinternal.h201 static inline crypto_word constant_time_msb_w(crypto_word a) { in constant_time_msb_w() function
218 return constant_time_msb_w(~a & (a - 1)); in constant_time_is_zero_w()
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dinternal.h292 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()
/external/boringssl/src/crypto/
Dinternal.h292 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()
/external/boringssl/src/crypto/base64/
Dbase64.c75 return constant_time_msb_w(aw - bw); in constant_time_lt_args_8()
/external/rust/crates/quiche/deps/boringssl/src/crypto/base64/
Dbase64.c75 return constant_time_msb_w(aw - bw); in constant_time_lt_args_8()