Searched refs:cert_text_write_addr (Results 1 - 1 of 1) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_demo_hks.c | 799 hi_u32 cert_text_write_addr = cipher_store_addr + 0x5 * sizeof(hi_u32); in app_hks_encrypt_cert() local 801 ret = write_cert_text_to_flash(cert_text_write_addr, &enc_param, &blob_cipher1, &cipher_size_array[0], 0x0); in app_hks_encrypt_cert() 803 ret |= write_cert_text_to_flash(cert_text_write_addr, &enc_param, &blob_cipher2, &cipher_size_array[0], 0x1); in app_hks_encrypt_cert() 805 ret |= write_cert_text_to_flash(cert_text_write_addr, &enc_param, &blob_cipher3, &cipher_size_array[0], 0x2); in app_hks_encrypt_cert()
|
Completed in 2 milliseconds