Searched refs:TRNG_SEED_LEN (Results 1 – 1 of 1) sorted by relevance
140 #define TRNG_SEED_LEN 48 macro215 uint8_t dfout[TRNG_SEED_LEN]; /* output of the DF operation */467 for (index = 0; index < TRNG_SEED_LEN; index += BLK_SIZE) { in trng_df_algorithm()476 for (index = 0; index < TRNG_SEED_LEN; index += BLK_SIZE) { in trng_df_algorithm()657 uint8_t entropy[TRNG_SEED_LEN] = { 0 }; in trng_reseed_internal_nodf()667 if (trng_collect_random(trng, entropy, TRNG_SEED_LEN)) in trng_reseed_internal_nodf()670 if (trng_check_seed(entropy, TRNG_SEED_LEN)) in trng_reseed_internal_nodf()732 trng->len = TRNG_SEED_LEN; in trng_reseed_internal()1014 const uint8_t ext_seed[TRNG_SEED_LEN] = { in trng_kat_test()
Completed in 5 milliseconds