Home
last modified time | relevance | path

Searched refs:tc_hmac_init (Results 1 – 5 of 5) sorted by relevance

/mcuboot-latest/ext/tinycrypt/lib/source/
Dhmac_prng.c84 (void)tc_hmac_init(&prng->h); in update()
93 (void)tc_hmac_init(&prng->h); in update()
98 (void)tc_hmac_init(&prng->h); in update()
107 (void)tc_hmac_init(&prng->h); in update()
195 (void)tc_hmac_init(&prng->h); in tc_hmac_prng_generate()
Dhmac.c96 int tc_hmac_init(TCHmacState_t ctx) in tc_hmac_init() function
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Dhmac.h102 int tc_hmac_init(TCHmacState_t ctx);
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h59 rc = tc_hmac_init(ctx); in bootutil_hmac_sha256_set_key()
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_hmac.c58 (void)tc_hmac_init(h); in do_hmac_test()