Searched refs:trng_collect_random (Results 1 – 1 of 1) sorted by relevance
583 static TEE_Result trng_collect_random(struct versal_trng *trng, uint8_t *dst, in trng_collect_random() function667 if (trng_collect_random(trng, entropy, TRNG_SEED_LEN)) in trng_reseed_internal_nodf()703 if (trng_collect_random(trng, trng->dfin.entropy, trng->len)) in trng_reseed_internal_df()930 if (trng_collect_random(trng, p, len)) in trng_generate()
Completed in 6 milliseconds