Searched defs:entropy (Results 1 – 3 of 3) sorted by relevance
71 mbedtls_entropy_context entropy; member113 mbedtls_entropy_context *entropy, in mbedtls_psa_drbg_seed()
125 static void pool_add_entropy(uint8_t *entropy, uint32_t size) in pool_add_entropy()
202 uint8_t entropy[MAX_PRE_DF_LEN]; /* input entropy */ member567 static TEE_Result trng_check_seed(uint8_t *entropy, uint32_t len) in trng_check_seed()657 uint8_t entropy[TRNG_SEED_LEN] = { 0 }; in trng_reseed_internal_nodf() local