Home
last modified time | relevance | path

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

/optee_os/core/pta/
H A Dsystem.c34 uint8_t *entropy_input = NULL; in system_rng_reseed() local
44 entropy_input = params[0].memref.buffer; in system_rng_reseed()
47 if (!entropy_sz || !entropy_input) in system_rng_reseed()
50 res = bb_memdup_user(entropy_input, entropy_sz, &seed_bbuf); in system_rng_reseed()