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

◆ ocrypto_constant_time_fill

#define ocrypto_constant_time_fill ( x,
val,
length )

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

Value:
memset(x, val, length)

Variable length fill with a fixed value.

Parameters
xMemory region to be filled with value.
valValue filled into memory.
lengthNumber of bytes to fill.