Searched defs:key_content (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
H A D | load_crypto.c | 48 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt() argument 76 static hi_u32 crypto_get_root_salt(hi_flash_crypto_content *key_content) in crypto_get_root_salt() argument 130 static hi_u32 crypto_decrypt_hash(hi_flash_crypto_content *key_content) in crypto_decrypt_hash() argument 176 crypto_encrypt_hash(hi_flash_crypto_content *key_content) crypto_encrypt_hash() argument 220 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) crypto_load_key_content() argument 263 crypto_save_work_key(crypto_workkey_partition part, hi_flash_crypto_content *key_content) crypto_save_work_key() argument 306 crypto_is_need_gen_key(hi_flash_crypto_content *key_content, hi_u8 *need_gen_key) crypto_is_need_gen_key() argument 337 crypto_gen_key_content(hi_flash_crypto_content *key_content) crypto_gen_key_content() argument 423 hi_flash_crypto_content *key_content = (hi_flash_crypto_content *)boot_malloc(sizeof(hi_flash_crypto_content)); crypto_burn_encrypt() local [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | kernel_crypto.c | 69 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt() argument 95 static hi_u32 crypto_get_root_salt(hi_flash_crypto_content *key_content) in crypto_get_root_salt() argument 147 static hi_u32 crypto_decrypt_hash(hi_flash_crypto_content *key_content) in crypto_decrypt_hash() argument 191 crypto_encrypt_hash(hi_flash_crypto_content *key_content) crypto_encrypt_hash() argument 231 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) crypto_load_key_content() argument 283 crypto_save_work_key(crypto_workkey_partition part, hi_flash_crypto_content *key_content) crypto_save_work_key() argument 339 crypto_gen_key_content(hi_flash_crypto_content *key_content) crypto_gen_key_content() argument 417 hi_flash_crypto_content *key_content = (hi_flash_crypto_content *)hi_malloc(HI_MOD_ID_CRYPTO, crypto_decrypt() local [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/ |
H A D | crypto.c | 102 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt() argument 129 static hi_u32 crypto_get_root_salt(hi_flash_crypto_content *key_content) in crypto_get_root_salt() argument 202 static hi_u32 crypto_encrypt_hash(hi_flash_crypto_content *key_content) in crypto_encrypt_hash() argument 248 crypto_decrypt_hash(hi_flash_crypto_content *key_content) crypto_decrypt_hash() argument 294 crypto_save_work_key(crypto_workkey_partition part, hi_flash_crypto_content *key_content) crypto_save_work_key() argument 337 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) crypto_load_key_content() argument 390 crypto_gen_key_content(hi_flash_crypto_content *key_content) crypto_gen_key_content() argument 585 hi_flash_crypto_content *key_content = (hi_flash_crypto_content *)boot_malloc(sizeof(hi_flash_crypto_content)); crypto_decrypt() local [all...] |
Completed in 3 milliseconds