nrfxlib API 2.8.99
|
#define ocrypto_constant_time_fill | ( | 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. |