Home
last modified time | relevance | path

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

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