Searched refs:dummy_state (Results 1 – 1 of 1) sorted by relevance
64 struct tc_hmac_state_struct dummy_state; in tc_hmac_set_key() local74 (void)tc_sha256_init(&dummy_state.hash_state); in tc_hmac_set_key()75 (void)tc_sha256_update(&dummy_state.hash_state, in tc_hmac_set_key()78 (void)tc_sha256_final(&dummy_state.key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key()79 &dummy_state.hash_state); in tc_hmac_set_key()
Completed in 3 milliseconds