Searched refs:tocopy (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/rng/
H A Darm_rndr.c49 int tocopy = min(sizeof(uint64_t), len); local
52 memcpy(data, &random, tocopy);
53 len -= tocopy;
54 data += tocopy;

Completed in 70 milliseconds