Home
last modified time | relevance | path

Searched defs:content (Results 1 – 9 of 9) 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/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/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/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/rockchip/rk3588/kernel/scripts/
Dresource_tool.c803 static void free_content(resource_content *content) in free_content()
820 static bool load_content(resource_content *content) in load_content()
838 static bool load_content_data(resource_content *content, int offset_block, in load_content_data()
910 static bool get_content(resource_content *content) in get_content()
932 resource_content content; in load_file() local
1008 resource_content content; in test_charge() local
/device/soc/rockchip/common/sdk_linux/scripts/
Dresource_tool.c792 static void free_content(resource_content *content) in free_content()
810 static bool load_content(resource_content *content) in load_content()
829 static bool load_content_data(resource_content *content, int offset_block, void *data, int blocks) in load_content_data()
895 static bool get_content(resource_content *content) in get_content()
918 resource_content content; in load_file() local
993 resource_content content; in test_charge() local
/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()