HomeSort by relevance Sort by last modified time
    Searched refs:constant_time_lt_8 (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/
constant_time_test.c 252 num_failed += test_binary_op_8(&constant_time_lt_8, "constant_time_lt_8",
255 test_binary_op(&constant_time_lt, "constant_time_lt_8", b, a, b < a);
256 num_failed += test_binary_op_8(&constant_time_lt_8, "constant_time_lt_8",
internal.h 241 /* constant_time_lt_8 acts like |constant_time_lt| but returns an 8-bit mask. */
242 static inline uint8_t constant_time_lt_8(unsigned int a, unsigned int b) { function

Completed in 2237 milliseconds