Home
last modified time | relevance | path

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

/optee_os/core/drivers/
A Datmel_trng.c56 uint8_t *rngbuf = buf; in crypto_rng_read() local
66 memcpy(rngbuf, &val, len_to_copy); in crypto_rng_read()
67 rngbuf += len_to_copy; in crypto_rng_read()
A Dimx_rngb.c171 uint32_t *rngbuf = buf; in crypto_rng_read() local
189 memcpy(rngbuf, &val, sizeof(uint32_t)); in crypto_rng_read()
190 rngbuf++; in crypto_rng_read()
192 memcpy(rngbuf, &val, len); in crypto_rng_read()
/optee_os/core/drivers/crypto/caam/
A Dcaam_rng.c285 uint8_t *rngbuf = buf; in do_rng_read() local
316 memcpy(rngbuf, &rng->data[rng->rdindex], in do_rng_read()
320 rngbuf += rng->size - rng->rdindex; in do_rng_read()
326 memcpy(rngbuf, &rng->data[rng->rdindex], remlen); in do_rng_read()

Completed in 9 milliseconds