Searched defs:constant_time_compare (Results 1 – 3 of 3) sorted by relevance
298 fn constant_time_compare(a: &Self::Output, b: &Self::Output) -> bool; in constant_time_compare() method324 fn constant_time_compare(a: &Self::Output, b: &Self::Output) -> bool { in constant_time_compare() method352 fn constant_time_compare(a: &Self::Output, b: &Self::Output) -> bool { in constant_time_compare() method380 fn constant_time_compare(a: &Self::Output, b: &Self::Output) -> bool { in constant_time_compare() method
21 pub fn constant_time_compare(a: &[u8], b: &[u8]) -> bool { in constant_time_compare() function