Home
last modified time | relevance | path

Searched refs:CRYPTO_WORKKEY_KERNEL_A (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.c56 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_salt()
78 hi_u32 ret = crypto_load_salt(CRYPTO_WORKKEY_KERNEL_A, key_content); in crypto_get_root_salt()
228 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_key_content()
285 if ((hi_u32)part & CRYPTO_WORKKEY_KERNEL_A) { in crypto_save_work_key()
312 hi_u32 ret = crypto_load_key_content(CRYPTO_WORKKEY_KERNEL_A, &tmp_content); in crypto_is_need_gen_key()
321 ret = crypto_save_work_key(CRYPTO_WORKKEY_KERNEL_A, &tmp_content); in crypto_is_need_gen_key()
H A Dload_crypto.h55 CRYPTO_WORKKEY_KERNEL_A = 0x1, enumerator
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dkernel_crypto.c57 *content = CRYPTO_WORKKEY_KERNEL_A; in crypto_content_id()
75 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_salt()
97 hi_u32 ret = crypto_load_salt(CRYPTO_WORKKEY_KERNEL_A, key_content); in crypto_get_root_salt()
238 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_key_content()
303 if ((hi_u32)part & CRYPTO_WORKKEY_KERNEL_A) { in crypto_save_work_key()
H A Dkernel_crypto.h66 CRYPTO_WORKKEY_KERNEL_A = 0x1, enumerator
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.h63 CRYPTO_WORKKEY_KERNEL_A = 0x1, enumerator
H A Dcrypto.c109 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_salt()
131 hi_u32 ret = crypto_load_salt(CRYPTO_WORKKEY_KERNEL_A, key_content); in crypto_get_root_salt()
316 if ((hi_u32)part & CRYPTO_WORKKEY_KERNEL_A) { in crypto_save_work_key()
345 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_key_content()
543 *content = CRYPTO_WORKKEY_KERNEL_A; in crypto_content_id()
562 *content = CRYPTO_WORKKEY_KERNEL_A; in crypto_content_id()
687 ret = crypto_save_work_key(CRYPTO_WORKKEY_KERNEL_A, new_content); in encrypt_upg_data()

Completed in 5 milliseconds