Home
last modified time | relevance | path

Searched refs:rngbuf (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/
H A Datmel_trng.c50 uint8_t *rngbuf = buf; in hw_get_random_bytes() local
59 memcpy(rngbuf, &val, len_to_copy); in hw_get_random_bytes()
60 rngbuf += len_to_copy; in hw_get_random_bytes()
H A Dxiphera_trng.c72 uint8_t *rngbuf = buf; in hw_get_random_bytes() local
86 memcpy(rngbuf, &val, len_to_copy); in hw_get_random_bytes()
87 rngbuf += len_to_copy; in hw_get_random_bytes()
H A Dimx_rngb.c171 uint32_t *rngbuf = buf; in hw_get_random_bytes() local
187 memcpy(rngbuf, &val, sizeof(uint32_t)); in hw_get_random_bytes()
188 rngbuf++; in hw_get_random_bytes()
190 memcpy(rngbuf, &val, len); in hw_get_random_bytes()