Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dkernel_crypto.h89 } encrypt_ctx; typedef
91 encrypt_ctx *encrypt_get_ctx(hi_void);
93 hi_u32 crypto_decrypt(encrypt_ctx *para);
95 hi_u32 encrypt_upg_data(encrypt_ctx *para);
H A Dkernel_crypto.c35 encrypt_ctx g_encrypt_param = {0};
37 encrypt_ctx *encrypt_get_ctx(hi_void) in encrypt_get_ctx()
51 hi_u32 crypto_content_id(encrypt_ctx *cfg, crypto_workkey_partition *content, crypto_workkey_partition *content_bak) in crypto_content_id()
373 static hi_u32 crypto_decrypt_kernel(hi_flash_crypto_content *content, encrypt_ctx *para) in crypto_decrypt_kernel()
407 hi_u32 crypto_decrypt(encrypt_ctx *para) in crypto_decrypt()
462 static hi_u32 crypto_encrypt_data(hi_flash_crypto_content *new_content, encrypt_ctx *para) in crypto_encrypt_data()
515 hi_u32 encrypt_upg_data(encrypt_ctx *para) in encrypt_upg_data()
563 hi_u32 crypto_init_param(encrypt_ctx *para, uintptr_t kernel_start) in crypto_init_param()
599 hi_u32 crypto_upg_file_prepare(encrypt_ctx *para) in crypto_upg_file_prepare()
629 hi_u32 crypto_upg_file_decrypt(encrypt_ctx *par
[all...]
H A Dupg_check_secure.c207 encrypt_ctx *para = encrypt_get_ctx(); in upg_crypto_set_secure_verify_param()
291 encrypt_ctx *para = encrypt_get_ctx(); in upg_check_upg_file_code()

Completed in 2 milliseconds