Searched defs:constant_time_ge_8 (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/
H A Dinternal.h263 /* constant_time_ge_8 acts like |constant_time_ge| but returns an 8-bit mask. */
264 static inline uint8_t constant_time_ge_8(unsigned int a, unsigned int b) { function

Completed in 89 milliseconds