Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_demo_hks.c758 struct hks_blob blob_cipher3 = {0}; in app_hks_encrypt_cert() local
768 ret |= hks_encrypt_cert_get_cipher(&blob_crypt_param_cert, &blob_plain3, &blob_cipher3, 0x2); in app_hks_encrypt_cert()
770 free_ciphert_text_blob(&blob_cipher1, &blob_cipher2, &blob_cipher3); in app_hks_encrypt_cert()
774 hi_u32 cipher_size_array[0x3] = {blob_cipher1.size, blob_cipher2.size, blob_cipher3.size}; in app_hks_encrypt_cert()
782 free_ciphert_text_blob(&blob_cipher1, &blob_cipher2, &blob_cipher3); 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()
807 free_ciphert_text_blob(&blob_cipher1, &blob_cipher2, &blob_cipher3); in app_hks_encrypt_cert()

Completed in 2 milliseconds