Home
last modified time | relevance | path

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

/mcuboot-3.4.0/ext/tinycrypt/lib/include/tinycrypt/
Dhmac_prng.h139 int tc_hmac_prng_reseed(TCHmacPrng_t prng, const uint8_t *seed,
/mcuboot-3.4.0/ext/tinycrypt/tests/
Dtest_hmac_prng.c108 if (tc_hmac_prng_reseed(&h, seed, sizeof(seed), additional_input, in main()
/mcuboot-3.4.0/ext/tinycrypt/lib/source/
Dhmac_prng.c138 int tc_hmac_prng_reseed(TCHmacPrng_t prng, in tc_hmac_prng_reseed() function