Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dhmac.c64 struct tc_hmac_state_struct dummy_state; in tc_hmac_set_key() local
74 (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