Home
last modified time | relevance | path

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

/external/rust/crates/ring/crypto/
Dinternal.h176 static inline crypto_word value_barrier_w(crypto_word a) { in value_barrier_w() function
243 return (value_barrier_w(mask) & a) | (value_barrier_w(~mask) & b); in constant_time_select_w()
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dinternal.h267 static inline crypto_word_t value_barrier_w(crypto_word_t a) { in OPENSSL_MSVC_PRAGMA()
408 return (value_barrier_w(mask) & a) | (value_barrier_w(~mask) & b); in OPENSSL_MSVC_PRAGMA()
Dconstant_time_test.cc161 EXPECT_EQ(word, value_barrier_w(word)); in TEST()
/external/boringssl/src/crypto/
Dinternal.h267 static inline crypto_word_t value_barrier_w(crypto_word_t a) { in OPENSSL_MSVC_PRAGMA()
408 return (value_barrier_w(mask) & a) | (value_barrier_w(~mask) & b); in OPENSSL_MSVC_PRAGMA()
Dconstant_time_test.cc161 EXPECT_EQ(word, value_barrier_w(word)); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn.c399 if (value_barrier_w((size_t)bn->width == words)) { in bn_resize_words()
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn.c392 if (value_barrier_w((size_t)bn->width == words)) { in bn_resize_words()