Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.c48 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt() function
78 hi_u32 ret = crypto_load_salt(CRYPTO_WORKKEY_KERNEL_A, key_content); in crypto_get_root_salt()
80 ret = crypto_load_salt(CRYPTO_WORKKEY_KERNEL_A_BACKUP, key_content); in crypto_get_root_salt()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dkernel_crypto.c69 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt() function
97 hi_u32 ret = crypto_load_salt(CRYPTO_WORKKEY_KERNEL_A, key_content); in crypto_get_root_salt()
99 ret = crypto_load_salt(CRYPTO_WORKKEY_KERNEL_A_BACKUP, key_content); in crypto_get_root_salt()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.c102 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt() function
131 hi_u32 ret = crypto_load_salt(CRYPTO_WORKKEY_KERNEL_A, key_content); in crypto_get_root_salt()
133 ret = crypto_load_salt(CRYPTO_WORKKEY_KERNEL_A_BACKUP, key_content); in crypto_get_root_salt()

Completed in 5 milliseconds