Searched refs:entropy_input (Results 1 – 1 of 1) sorted by relevance
34 uint8_t *entropy_input = NULL; in system_rng_reseed() local44 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()