Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/se050/core/
H A Drng.c12 static TEE_Result do_rng_read(void *buf, size_t blen) in do_rng_read() function
36 return do_rng_read(buf, blen); in hw_get_random_bytes()
/optee_os/core/drivers/crypto/caam/
H A Dcaam_rng.c68 static TEE_Result do_rng_read(uint8_t *buf, size_t len) in do_rng_read() function
351 res = do_rng_read(buf, sizeof(buf)); in plat_rng_init()
371 return do_rng_read(buf, blen); in hw_get_random_bytes()