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

  /external/boringssl/src/crypto/
constant_time_test.cc 96 EXPECT_EQ(FromBool8(a == 0), constant_time_is_zero_8(a));
internal.h 318 // constant_time_is_zero_8 acts like |constant_time_is_zero_w| but returns an
320 static inline uint8_t constant_time_is_zero_8(crypto_word_t a) { function
  /external/boringssl/src/ssl/
handshake_server.cc     [all...]

Completed in 190 milliseconds