netatalk  4.5.0
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
constant_time.h
Go to the documentation of this file.
1#ifndef _ATALK_CONSTANT_TIME_H
2#define _ATALK_CONSTANT_TIME_H 1
3
4#include <stddef.h>
5
6extern int atalk_ct_memcmp(const void *, const void *, size_t);
7
8#endif
int atalk_ct_memcmp(const void *, const void *, size_t)
Constant-time memory equality check.
Definition constant_time.c:18