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

◆ ocrypto_constant_time_copy

#define ocrypto_constant_time_copy ( x,
y,
length )

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

Value:
memcpy(x, y, length)

Variable length copy.

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