Home
last modified time | relevance | path

Searched refs:constant_time_select_int (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/
Dconstant_time_test.c171 int selected = constant_time_select_int(CONSTTIME_TRUE, a, b); in test_select_int()
179 selected = constant_time_select_int(CONSTTIME_FALSE, a, b); in test_select_int()
Dinternal.h317 static inline int constant_time_select_int(unsigned int mask, int a, int b) { in constant_time_select_int() function
/external/boringssl/src/crypto/cipher/
Dtls_cbc.c122 return constant_time_select_int(good, 1, -1); in EVP_tls_cbc_remove_padding()