![]() |
nrfxlib API 3.3.99
|
Timing-invariant helper functions. More...
#include <stddef.h>#include <string.h>Go to the source code of this file.
Macros | |
| #define | ocrypto_constant_time_copy(x, y, length) |
| #define | ocrypto_constant_time_fill_zero(x, length) |
| #define | ocrypto_constant_time_fill(x, val, length) |
Functions | |
| int | ocrypto_constant_time_equal (const void *x, const void *y, size_t length) |
| int | ocrypto_constant_time_is_zero (const void *x, size_t length) |
| void | ocrypto_constant_time_xor (void *r, const void *x, const void *y, size_t length) |
Timing-invariant helper functions.