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

◆ ocrypto_constant_time_copy

#define ocrypto_constant_time_copy (   x,
  y,
  length 
)    memcpy(x, y, length)

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

Variable length copy.

Parameters
xMemory region to copy y to.
yMemory region to copy to x.
lengthNumber of bytes to copy.