Home
last modified time | relevance | path

Searched defs:content (Results 1 – 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dkernel_crypto.c42 hi_void crypto_clear_content(hi_u8 *content, hi_u32 content_len) in crypto_clear_content()
51 hi_u32 crypto_content_id(encrypt_ctx *cfg, crypto_workkey_partition *content, crypto_workkey_partit… in crypto_content_id()
373 static hi_u32 crypto_decrypt_kernel(hi_flash_crypto_content *content, encrypt_ctx *para) in crypto_decrypt_kernel()
Dupg_common.c130 hi_void upg_clear_contset(hi_u8 *content, hi_u32 content_len) in upg_clear_contset()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DLinkedList.h60 void* content; /**< pointer to element content */ member
DTree.h67 void* content; /**< pointer to element content */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
Dload_crypto.c22 hi_void loader_clear_content(hi_u8 *content, hi_u32 content_len) in loader_clear_content()
374 static hi_u32 crypto_encrypt_data(hi_flash_crypto_content *content, hi_u32 flash_addr, hi_u32 len) in crypto_encrypt_data()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
Dcrypto.c92 hi_void crypto_clear_content(hi_u8 *content, hi_u32 content_len) in crypto_clear_content()
426 static hi_u32 crypto_encrypt_data(hi_flash_crypto_content *content, boot_crypto_ctx *para) in crypto_encrypt_data()
471 static hi_u32 crypto_decrypt_kernel(hi_flash_crypto_content *content, hi_u32 ram_addr, hi_u32 ram_s… in crypto_decrypt_kernel()
535 hi_u32 crypto_content_id(crypto_workkey_partition *content, crypto_workkey_partition *content_bak) in crypto_content_id()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_check_secure.c89 hi_void upg_clear_content(hi_u8 *content, hi_u32 content_len) in upg_clear_content()