Searched refs:tc_sha256_update (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | hmac.c | 74 (void)tc_sha256_update(&dummy_state.hash_state, in tc_hmac_set_key() 84 (void)tc_sha256_update(&ctx->hash_state, key, key_size); in tc_hmac_set_key() 104 (void) tc_sha256_update(&ctx->hash_state, ctx->key, TC_SHA256_BLOCK_SIZE); in tc_hmac_init() 119 (void)tc_sha256_update(&ctx->hash_state, data, data_length); in tc_hmac_update() 137 (void)tc_sha256_update(&ctx->hash_state, in tc_hmac_final() 140 (void)tc_sha256_update(&ctx->hash_state, tag, TC_SHA256_DIGEST_SIZE); in tc_hmac_final()
|
D | sha256.c | 65 int tc_sha256_update(TCSha256State_t s, const uint8_t *data, size_t datalen) in tc_sha256_update() function
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | sha256.h | 105 int tc_sha256_update (TCSha256State_t s, const uint8_t *data, size_t datalen);
|