Home
last modified time | relevance | path

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

/trusted-firmware-a/services/std_svc/trng/
A Dtrng_entropy_pool.h13 bool trng_pack_entropy(uint32_t nbits, uint64_t *out);
A Dtrng_main.c32 if (!trng_pack_entropy(nbits, &ent[0])) { in trng_rnd32()
68 if (!trng_pack_entropy(nbits, &ent[0])) { in trng_rnd64()
A Dtrng_entropy_pool.c66 bool trng_pack_entropy(uint32_t nbits, uint64_t *out) in trng_pack_entropy() function

Completed in 6 milliseconds