Home
last modified time | relevance | path

Searched defs:key_content (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
Dload_crypto.c48 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt()
76 static hi_u32 crypto_get_root_salt(hi_flash_crypto_content *key_content) in crypto_get_root_salt()
130 static hi_u32 crypto_decrypt_hash(hi_flash_crypto_content *key_content) in crypto_decrypt_hash()
176 static hi_u32 crypto_encrypt_hash(hi_flash_crypto_content *key_content) in crypto_encrypt_hash()
220 …hi_u32 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_key_content()
263 …ic hi_u32 crypto_save_work_key(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_save_work_key()
306 static hi_u32 crypto_is_need_gen_key(hi_flash_crypto_content *key_content, hi_u8 *need_gen_key) in crypto_is_need_gen_key()
337 static hi_u32 crypto_gen_key_content(hi_flash_crypto_content *key_content) in crypto_gen_key_content()
423 …hi_flash_crypto_content *key_content = (hi_flash_crypto_content *)boot_malloc(sizeof(hi_flash_cryp… in crypto_burn_encrypt() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dkernel_crypto.c69 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt()
95 static hi_u32 crypto_get_root_salt(hi_flash_crypto_content *key_content) in crypto_get_root_salt()
147 static hi_u32 crypto_decrypt_hash(hi_flash_crypto_content *key_content) in crypto_decrypt_hash()
191 static hi_u32 crypto_encrypt_hash(hi_flash_crypto_content *key_content) in crypto_encrypt_hash()
231 …hi_u32 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_key_content()
283 …ic hi_u32 crypto_save_work_key(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_save_work_key()
339 static hi_u32 crypto_gen_key_content(hi_flash_crypto_content *key_content) in crypto_gen_key_content()
417 hi_flash_crypto_content *key_content = (hi_flash_crypto_content *)hi_malloc(HI_MOD_ID_CRYPTO, in crypto_decrypt() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
Dcrypto.c102 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt()
129 static hi_u32 crypto_get_root_salt(hi_flash_crypto_content *key_content) in crypto_get_root_salt()
202 static hi_u32 crypto_encrypt_hash(hi_flash_crypto_content *key_content) in crypto_encrypt_hash()
248 static hi_u32 crypto_decrypt_hash(hi_flash_crypto_content *key_content) in crypto_decrypt_hash()
294 …ic hi_u32 crypto_save_work_key(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_save_work_key()
337 …hi_u32 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_key_content()
390 static hi_u32 crypto_gen_key_content(hi_flash_crypto_content *key_content) in crypto_gen_key_content()
585 …hi_flash_crypto_content *key_content = (hi_flash_crypto_content *)boot_malloc(sizeof(hi_flash_cryp… in crypto_decrypt() local