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

◆ ocrypto_constant_time_fill

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

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