Searched refs:tc_sha256_final (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | hmac.c | 78 (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 D | sha256.c | 87 int tc_sha256_final(uint8_t *digest, TCSha256State_t s) in tc_sha256_final() function
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_crypto.c | 61 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 D | genie_provision.c | 239 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 D | sha256.h | 123 int tc_sha256_final(uint8_t *digest, TCSha256State_t s);
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 399 ret = tc_sha256_final((uint8_t *)digest, &sha256_ctx); in bt_mesh_profile_calculate_digest()
|
Completed in 7 milliseconds