nrfxlib API 0.1.0
|
#define ocrypto_constant_time_fill | ( | x, | |
val, | |||
length | |||
) | memset(x, val, length) |
#include <crypto/nrf_oberon/include/ocrypto_constant_time.h>
Variable length fill with a fixed value.
x | Memory region to be filled with value. |
val | Value filled into memory. |
length | Number of bytes to fill. |