Home
last modified time | relevance | path

Searched refs:len_to_copy (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/
H A Datmel_trng.c52 size_t len_to_copy = 0; in hw_get_random_bytes() local
58 len_to_copy = MIN(len, sizeof(uint32_t)); in hw_get_random_bytes()
59 memcpy(rngbuf, &val, len_to_copy); in hw_get_random_bytes()
60 rngbuf += len_to_copy; in hw_get_random_bytes()
61 len -= len_to_copy; in hw_get_random_bytes()
H A Dxiphera_trng.c69 size_t len_to_copy = 0; in hw_get_random_bytes() local
80 len_to_copy = MIN(len, sizeof(uint32_t)); in hw_get_random_bytes()
81 memcpy(rngbuf, &val, len_to_copy); in hw_get_random_bytes()
82 rngbuf += len_to_copy; in hw_get_random_bytes()
83 len -= len_to_copy; in hw_get_random_bytes()