nrfxlib API 0.1.0
|
#define ocrypto_constant_time_fill_zero | ( | x, | |
length | |||
) | memset(x, 0, length) |
#include <crypto/nrf_oberon/include/ocrypto_constant_time.h>
Variable length fill with zero.
x | Memory region to be filled with zero. |
length | Number of bytes to fill. |