Home
last modified time | relevance | path

Searched refs:cipher_store_addr (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_demo_hks.c777 hi_u32 cipher_store_addr = 0; in app_hks_encrypt_cert() local
779 app_hks_get_cert_bin_start_store_addr(&cipher_store_addr, &cipher_store_size); in app_hks_encrypt_cert()
790 ret = hi_flash_write(cipher_store_addr, sizeof(hi_u32), (const hi_u8*)&cert_start_flag, HI_TRUE); in app_hks_encrypt_cert()
791 ret = hi_flash_write(cipher_store_addr + sizeof(hi_u32), sizeof(hi_u32), (const hi_u8*)&cert_total_cnt, HI_TRUE); in app_hks_encrypt_cert()
795 ret = hi_flash_write(cipher_store_addr + 0x2 * sizeof(hi_u32), 0x3 * sizeof(hi_u32), in app_hks_encrypt_cert()
799 hi_u32 cert_text_write_addr = cipher_store_addr + 0x5 * sizeof(hi_u32); in app_hks_encrypt_cert()

Completed in 2 milliseconds