Searched refs:crypto_clear_content (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | kernel_crypto.c | 42 hi_void crypto_clear_content(hi_u8 *content, hi_u32 content_len) in crypto_clear_content() function 186 crypto_clear_content((hi_u8 *)content_tmp, content_size); in crypto_decrypt_hash() 226 crypto_clear_content((hi_u8 *)data_tmp, content_size); in crypto_encrypt_hash() 334 crypto_clear_content((hi_u8 *)content_tmp, content_size); in crypto_save_work_key() 425 crypto_clear_content((hi_u8 *)key_content, (hi_u32)sizeof(hi_flash_crypto_content)); in crypto_decrypt() 457 crypto_clear_content((hi_u8 *)key_content, (hi_u32)sizeof(hi_flash_crypto_content)); in crypto_decrypt() 533 crypto_clear_content((hi_u8 *)new_content, (hi_u32)sizeof(hi_flash_crypto_content)); in encrypt_upg_data() 558 crypto_clear_content((hi_u8 *)new_content, (hi_u32)sizeof(hi_flash_crypto_content)); in encrypt_upg_data()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/ |
H A D | crypto.c | 92 hi_void crypto_clear_content(hi_u8 *content, hi_u32 content_len) in crypto_clear_content() function 243 crypto_clear_content((hi_u8 *)data_tmp, content_size); in crypto_encrypt_hash() 289 crypto_clear_content((hi_u8 *)content_tmp, content_size); in crypto_decrypt_hash() 332 crypto_clear_content((hi_u8 *)content_tmp, content_size); in crypto_save_work_key() 592 crypto_clear_content((hi_u8 *)key_content, (hi_u32)sizeof(hi_flash_crypto_content)); in crypto_decrypt() 624 crypto_clear_content((hi_u8 *)key_content, (hi_u32)sizeof(hi_flash_crypto_content)); in crypto_decrypt() 669 crypto_clear_content((hi_u8 *)new_content, (hi_u32)sizeof(hi_flash_crypto_content)); in encrypt_upg_data() 704 crypto_clear_content((hi_u8 *)new_content, (hi_u32)sizeof(hi_flash_crypto_content)); in encrypt_upg_data() 968 crypto_clear_content(upg_head->aes_key, (hi_u32)sizeof(upg_head->aes_key)); in decrypt_para_init() 969 crypto_clear_content(upg_hea in decrypt_para_init() [all...] |
Completed in 3 milliseconds