Searched refs:cipher_size_array (Results 1 – 1 of 1) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
D | at_demo_hks.c | 774 hi_u32 cipher_size_array[0x3] = {blob_cipher1.size, blob_cipher2.size, blob_cipher3.size}; in app_hks_encrypt_cert() local 775 …hi_u32 cipher_text_total_len = cipher_size_array[0x0] + cipher_size_array[0x1] + cipher_size_array… in app_hks_encrypt_cert() 793 cipher_size_array[i] += sizeof(encrypt_param); in app_hks_encrypt_cert() 796 (const hi_u8*)&cipher_size_array, HI_TRUE); in app_hks_encrypt_cert() 801 …te_cert_text_to_flash(cert_text_write_addr, &enc_param, &blob_cipher1, &cipher_size_array[0], 0x0); in app_hks_encrypt_cert() 803 …te_cert_text_to_flash(cert_text_write_addr, &enc_param, &blob_cipher2, &cipher_size_array[0], 0x1); in app_hks_encrypt_cert() 805 …te_cert_text_to_flash(cert_text_write_addr, &enc_param, &blob_cipher3, &cipher_size_array[0], 0x2); in app_hks_encrypt_cert()
|