Searched refs:constant_time_ge_s (Results 1 – 1 of 1) sorted by relevance
198 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function211 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()
Completed in 4 milliseconds