Searched refs:crypto_load_key_content (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | kernel_crypto.c | 231 static hi_u32 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_key_content() function 430 ret = crypto_load_key_content(werk_content, key_content); in crypto_decrypt() 432 ret = crypto_load_key_content(werk_content_bak, key_content); in crypto_decrypt() 446 ret = crypto_load_key_content(werk_content_bak, key_content); in crypto_decrypt()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
H A D | load_crypto.c | 220 static hi_u32 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_key_content() function 312 hi_u32 ret = crypto_load_key_content(CRYPTO_WORKKEY_KERNEL_A, &tmp_content); in crypto_is_need_gen_key() 314 ret = crypto_load_key_content(CRYPTO_WORKKEY_KERNEL_A_BACKUP, &tmp_content); in crypto_is_need_gen_key()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/ |
H A D | crypto.c | 337 static hi_u32 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_key_content() function 597 ret = crypto_load_key_content(work_content, key_content); in crypto_decrypt() 599 ret = crypto_load_key_content(work_content_bak, key_content); in crypto_decrypt() 613 ret = crypto_load_key_content(work_content_bak, key_content); in crypto_decrypt()
|
Completed in 4 milliseconds