Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dhmac.c78 (void)tc_sha256_final(&dummy_state.key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key()
86 (void)tc_sha256_final(&ctx->key[TC_SHA256_DIGEST_SIZE], in tc_hmac_set_key()
135 (void) tc_sha256_final(tag, &ctx->hash_state); in tc_hmac_final()
142 (void)tc_sha256_final(tag, &ctx->hash_state); in tc_hmac_final()
A Dsha256.c87 int tc_sha256_final(uint8_t *digest, TCSha256State_t s) in tc_sha256_final() function
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_crypto.c61 ret = tc_sha256_final(g_auth, &sha256_ctx); in genie_crypto_get_auth()
138 ret = tc_sha256_final(g_ble_key, &sha256_ctx); in genie_ais_get_cipher()
A Dgenie_provision.c239 ret = tc_sha256_final(cfm_key, &sha256_ctx); in genie_provision_ultra_prov_recv_random()
269 ret = tc_sha256_final(p_prov_data_key, &sha256_ctx); in genie_provision_ultra_prov_recv_random()
294 ret = tc_sha256_final(p_ultra_prov_devkey, &sha256_ctx); in genie_provision_ultra_prov_recv_random()
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Dsha256.h123 int tc_sha256_final(uint8_t *digest, TCSha256State_t s);
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A Dali_vendormodel_profile.c399 ret = tc_sha256_final((uint8_t *)digest, &sha256_ctx); in bt_mesh_profile_calculate_digest()

Completed in 7 milliseconds