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

/external/boringssl/src/crypto/
H A Dinternal.h330 // constant_time_eq_8 acts like |constant_time_eq_w| but returns an 8-bit
332 static inline uint8_t constant_time_eq_8(crypto_word_t a, crypto_word_t b) { function
345 return constant_time_eq_8((crypto_word_t)(a), (crypto_word_t)(b));

Completed in 188 milliseconds