Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_demo_hks.c54 hi_u32 usr_partion_addr; in app_hks_get_cert_bin_start_store_addr() local
56 hi_get_usr_partition_table(&usr_partion_addr, &usr_partion_size); in app_hks_get_cert_bin_start_store_addr()
58 *addr = usr_partion_addr + CERT_STORE_START_ADDR; in app_hks_get_cert_bin_start_store_addr()
77 hi_u32 usr_partion_addr; in app_hks_get_cert_store_addr() local
79 hi_get_usr_partition_table(&usr_partion_addr, &usr_partion_size); in app_hks_get_cert_store_addr()
126 hi_u32 usr_partion_addr; in app_hks_get_key_store_addr() local
128 hi_get_usr_partition_table(&usr_partion_addr, &usr_partion_size); in app_hks_get_key_store_addr()
133 *addr = usr_partion_addr + KEY_STORE_START_ADDR + key_index * KEY_LEN; in app_hks_get_key_store_addr()
145 hi_u32 usr_partion_addr; in app_hks_get_usr_data_store_addr() local
147 hi_get_usr_partition_table(&usr_partion_addr, in app_hks_get_usr_data_store_addr()
[all...]

Completed in 2 milliseconds