Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_demo_hks.c62 hi_u32 get_cert_text_addr(hi_u32 start_addr, hi_u32 *len_array, hi_u32 cert_index) in get_cert_text_addr() argument
65 for (hi_u32 i = 0; i < cert_index; i++) { in get_cert_text_addr()
72 hi_u32 app_hks_get_cert_store_addr(hi_u32 *addr, hi_u32 *size, hi_u32 cert_index) in app_hks_get_cert_store_addr() argument
92 if (cert_index >= cert_key_cnt || cert_key_cnt > MAX_CERT_KEY_CNT) { in app_hks_get_cert_store_addr()
105 hi_u32 cert_key_plain_size = cert_len_array[cert_index]; in app_hks_get_cert_store_addr()
107 &cert_len_array[0], cert_index); in app_hks_get_cert_store_addr()
109 hi_at_printf("cert size invalid:%d\r\n", cert_index); in app_hks_get_cert_store_addr()
593 struct hks_blob *cipher_blob, hi_u32 cert_index) in hks_encrypt_cert_get_cipher()
599 hi_at_printf("cipher set blob fail:%d\r\n", cert_index); in hks_encrypt_cert_get_cipher()
608 hi_at_printf("encrypt cert fail:%d\r\n", cert_index); in hks_encrypt_cert_get_cipher()
592 hks_encrypt_cert_get_cipher(struct hks_crypt_param *param, struct hks_blob *plain_blob, struct hks_blob *cipher_blob, hi_u32 cert_index) hks_encrypt_cert_get_cipher() argument
632 write_cert_text_to_flash(hi_u32 base_addr, encrypt_param *param, struct hks_blob *cipher_blob, hi_u32 *size_array, hi_u32 cert_index) write_cert_text_to_flash() argument
[all...]

Completed in 1 milliseconds