Searched refs:constant_time_select_int (Results 1 – 3 of 3) sorted by relevance
171 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()
317 static inline int constant_time_select_int(unsigned int mask, int a, int b) { in constant_time_select_int() function
122 return constant_time_select_int(good, 1, -1); in EVP_tls_cbc_remove_padding()