Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_hmac.c87 struct tc_hmac_state_struct h; in test_1()
114 struct tc_hmac_state_struct h; in test_2()
145 struct tc_hmac_state_struct h; in test_3()
178 struct tc_hmac_state_struct h; in test_4()
206 struct tc_hmac_state_struct h; in test_5()
246 struct tc_hmac_state_struct h; in test_6()
294 struct tc_hmac_state_struct h; in test_7()
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Dhmac.h72 struct tc_hmac_state_struct { struct
78 typedef struct tc_hmac_state_struct *TCHmacState_t; argument
Dhmac_prng.h82 struct tc_hmac_state_struct h;
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h41 typedef struct tc_hmac_state_struct bootutil_hmac_sha256_context;
/mcuboot-latest/ext/tinycrypt/lib/source/
Dhmac.c64 struct tc_hmac_state_struct dummy_state; in tc_hmac_set_key()