Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dhi_cipher.h160 }hi_cipher_aes_ctrl; typedef
239 * @param ctrl [IN] type #hi_cipher_aes_ctrl *,AES parameters. CNcomment:AES算法参数配置。CNend
248 hi_u32 hi_cipher_aes_config(hi_cipher_aes_ctrl *ctrl);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Daes_alt.h48 #define mbedtls_aes_context hi_cipher_aes_ctrl
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dkernel_crypto.c136 static hi_void crpto_set_aes_ctrl_default_value(hi_cipher_aes_ctrl *aes_ctrl) in crpto_set_aes_ctrl_default_value()
162 hi_cipher_aes_ctrl aes_ctrl = { in crypto_decrypt_hash()
193 hi_cipher_aes_ctrl aes_ctrl; in crypto_encrypt_hash()
376 hi_cipher_aes_ctrl aes_ctrl; in crypto_decrypt_kernel()
465 hi_cipher_aes_ctrl aes_ctrl; in crypto_encrypt_data()
632 hi_cipher_aes_ctrl aes_ctrl; in crypto_upg_file_decrypt()
H A Dupg_check_boot_bin.c199 hi_cipher_aes_ctrl *aes_ctrl = hi_malloc(HI_MOD_ID_UPG, sizeof(hi_cipher_aes_ctrl)); in upg_boot_decrypt()
205 memset_s(aes_ctrl, sizeof(hi_cipher_aes_ctrl), 0, sizeof(hi_cipher_aes_ctrl)); in upg_boot_decrypt()
234 upg_clear_contset((hi_u8 *)aes_ctrl, sizeof(hi_cipher_aes_ctrl)); in upg_boot_decrypt()
H A Dupg_common.c1036 hi_cipher_aes_ctrl *aes_ctrl = HI_NULL; in upg_boot_key_decrypt()
1042 aes_ctrl = hi_malloc(HI_MOD_ID_UPG, sizeof(hi_cipher_aes_ctrl)); in upg_boot_key_decrypt()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_cipher.h206 }hi_cipher_aes_ctrl; typedef
274 * @param ctrl [IN] type #hi_cipher_aes_ctrl *,AES parameters. CNcomment:AES算法参数配置。CNend
283 hi_u32 hi_cipher_aes_config(hi_cipher_aes_ctrl *ctrl);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.c32 static hi_void crpto_set_aes_ctrl_default_value(hi_cipher_aes_ctrl *aes_ctrl) in crpto_set_aes_ctrl_default_value()
147 hi_cipher_aes_ctrl aes_ctrl = { in crypto_decrypt_hash()
178 hi_cipher_aes_ctrl aes_ctrl; in crypto_encrypt_hash()
377 hi_cipher_aes_ctrl aes_ctrl; in crypto_encrypt_data()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.c191 static hi_void crpto_set_aes_ctrl_default_value(hi_cipher_aes_ctrl *aes_ctrl) in crpto_set_aes_ctrl_default_value()
204 hi_cipher_aes_ctrl aes_ctrl; in crypto_encrypt_hash()
265 hi_cipher_aes_ctrl aes_ctrl = { in crypto_decrypt_hash()
429 hi_cipher_aes_ctrl aes_ctrl; in crypto_encrypt_data()
474 hi_cipher_aes_ctrl aes_ctrl; in crypto_decrypt_kernel()
866 hi_cipher_aes_ctrl aes_ctrl; in boot_crypto_upg_file_decrypt()

Completed in 10 milliseconds