Searched defs:timingsafe_bcmp (Results 1 – 2 of 2) sorted by relevance
25 timingsafe_bcmp(const void *b1, const void *b2, size_t n) in timingsafe_bcmp() function
15 #define timingsafe_bcmp(a, b, c) (!consttime_memequal((a), (b), (c))) macro