Home
last modified time | relevance | path

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

/include/internal/
A Dconstant_time.h198 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() function
211 return (unsigned char)constant_time_ge_s(a, b); in constant_time_ge_8_s()

Completed in 4 milliseconds