Searched refs:tc_sha256_update (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | hmac.c | 75 (void)tc_sha256_update(&dummy_state.hash_state, in tc_hmac_set_key() 85 (void)tc_sha256_update(&ctx->hash_state, key, key_size); in tc_hmac_set_key() 105 (void) tc_sha256_update(&ctx->hash_state, ctx->key, TC_SHA256_BLOCK_SIZE); in tc_hmac_init() 120 (void)tc_sha256_update(&ctx->hash_state, data, data_length); in tc_hmac_update() 138 (void)tc_sha256_update(&ctx->hash_state, in tc_hmac_final() 141 (void)tc_sha256_update(&ctx->hash_state, tag, TC_SHA256_DIGEST_SIZE); in tc_hmac_final()
|
A D | sha256.c | 65 int tc_sha256_update(TCSha256State_t s, const uint8_t *data, size_t datalen) in tc_sha256_update() function
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_crypto.c | 55 ret = tc_sha256_update(&sha256_ctx, (const uint8_t *)static_str, strlen(static_str)); in genie_crypto_get_auth() 132 ret = tc_sha256_update(&sha256_ctx, (const uint8_t *)static_str, strlen(static_str)); in genie_ais_get_cipher()
|
A D | genie_provision.c | 233 ret = tc_sha256_update(&sha256_ctx, tmp, 47); in genie_provision_ultra_prov_recv_random() 263 ret = tc_sha256_update(&sha256_ctx, tmp, 42); in genie_provision_ultra_prov_recv_random() 288 ret = tc_sha256_update(&sha256_ctx, tmp, 41); in genie_provision_ultra_prov_recv_random()
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | sha256.h | 105 int tc_sha256_update (TCSha256State_t s, const uint8_t *data, size_t datalen);
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 394 ret = tc_sha256_update(&sha256_ctx, (const uint8_t *)static_value, strlen(static_value)); in bt_mesh_profile_calculate_digest()
|
Completed in 10 milliseconds