Home
last modified time | relevance | path

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

/tinycrypt-latest/lib/source/
Dhmac.c63 struct tc_hmac_state_struct dummy_state; in tc_hmac_set_key() local
73 (void)tc_sha256_init(&dummy_state.hash_state); in tc_hmac_set_key()
74 (void)tc_sha256_update(&dummy_state.hash_state, in tc_hmac_set_key()
77 (void)tc_sha256_final(&dummy_state.key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key()
78 &dummy_state.hash_state); in tc_hmac_set_key()