nrfxlib API 0.1.0
|
#define ocrypto_constant_time_copy | ( | x, | |
y, | |||
length | |||
) | memcpy(x, y, length) |
#include <crypto/nrf_oberon/include/ocrypto_constant_time.h>
Variable length copy.
x | Memory region to copy y to. |
y | Memory region to copy to x . |
length | Number of bytes to copy. |