Home
last modified time | relevance | path

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

/crypto/
A Dconstant_time_test.cc97 EXPECT_EQ(FromBool8(a == b), constant_time_eq_int_8(a, b)); in TEST()
A Dinternal.h370 static inline uint8_t constant_time_eq_int_8(int a, int b) { in constant_time_eq_int_8() function
/crypto/kyber/
A Dkyber.cc791 constant_time_eq_int_8(CRYPTO_memcmp(ciphertext, expected_ciphertext, in KYBER_decap()
/crypto/fipsmodule/mlkem/
A Dmlkem.cc.inc804 uint8_t mask = constant_time_eq_int_8(

Completed in 15 milliseconds