nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_constant_time_fill_zero

#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.

Parameters
xMemory region to be filled with zero.
lengthNumber of bytes to fill.