Go to the source code of this file.
Macros | |
| #define | consttime_memcmp GNUNET_memcmp_ct_ |
| #define | USE_VOLATILE_TEMPORARY 0 |
Functions | |
| int | GNUNET_memcmp_ct_ (const void *b1, const void *b2, size_t len) |
| Compare memory in b1 and b2 in constant time, suitable for private data. | |
| #define consttime_memcmp GNUNET_memcmp_ct_ |
Definition at line 28 of file consttime_memcmp.c.
| #define USE_VOLATILE_TEMPORARY 0 |
Definition at line 128 of file consttime_memcmp.c.