Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dhmac.c77 (void)tc_sha256_final(&dummy_state.key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key()
85 (void)tc_sha256_final(&ctx->key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key()
134 (void) tc_sha256_final(tag, &ctx->hash_state); in tc_hmac_final()
141 (void)tc_sha256_final(tag, &ctx->hash_state); in tc_hmac_final()
Dsha256.c87 int tc_sha256_final(uint8_t *digest, TCSha256State_t s) in tc_sha256_final() function
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Dsha256.h123 int tc_sha256_final(uint8_t *digest, TCSha256State_t s);