$darkmode
#include <stddef.h>Go to the source code of this file.
Functions | |
| int | atalk_ct_memcmp (const void *, const void *, size_t) |
| Constant-time memory equality check. More... | |
| int atalk_ct_memcmp | ( | const void * | a, |
| const void * | b, | ||
| size_t | n | ||
| ) |
Constant-time memory equality check.
Compares exactly n bytes and returns 0 if the buffers are equal, non-zero if they differ.