nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ ocrypto_constant_time_fill_zero

#define ocrypto_constant_time_fill_zero ( x,
length )

#include <crypto/nrf_oberon/include/ocrypto_constant_time.h>

Value:
memset(x, 0, length)

Variable length fill with zero.

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