Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
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()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
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()