Searched refs:cert_key_cnt (Results 1 – 1 of 1) sorted by relevance
91 hi_u32 cert_key_cnt = *((hi_u32 *)(HI_FLASH_BASE + cert_key_start_addr + 0x4)); in app_hks_get_cert_store_addr() local92 if (cert_index >= cert_key_cnt || cert_key_cnt > MAX_CERT_KEY_CNT) { in app_hks_get_cert_store_addr()97 hi_u32 *cert_len_array = (hi_u32 *)malloc(cert_key_cnt * sizeof(hi_u32)); in app_hks_get_cert_store_addr()101 for (hi_u32 i = 0; i < cert_key_cnt; i++) { in app_hks_get_cert_store_addr()106 hi_u32 cert_key_plain_addr = get_cert_text_addr(cert_key_start_addr + 0x8 + cert_key_cnt * 0x4, in app_hks_get_cert_store_addr()