Home
last modified time | relevance | path

Searched refs:crypto_decrypt_kernel (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dkernel_crypto.c373 static hi_u32 crypto_decrypt_kernel(hi_flash_crypto_content *content, encrypt_ctx *para) in crypto_decrypt_kernel() function
444 ret = crypto_decrypt_kernel(key_content, para); in crypto_decrypt()
450 ret = crypto_decrypt_kernel(key_content, para); in crypto_decrypt()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
Dcrypto.c471 static hi_u32 crypto_decrypt_kernel(hi_flash_crypto_content *content, hi_u32 ram_addr, hi_u32 ram_s… in crypto_decrypt_kernel() function
611 ret = crypto_decrypt_kernel(key_content, ram_addr, ram_size); in crypto_decrypt()
617 ret = crypto_decrypt_kernel(key_content, ram_addr, ram_size); in crypto_decrypt()