| /device/soc/hisilicon/ws63v100/sdk/open_source/mqtt/paho.mqtt.c/src/ |
| D | LinkedList.c | 69 void ListAppendNoMalloc(List* aList, void* content, ListElement* newel, size_t size) in ListAppendNoMalloc() 90 ListElement* ListAppend(List* aList, void* content, size_t size) in ListAppend() 107 ListElement* ListInsert(List* aList, void* content, size_t size, ListElement* index) in ListInsert() 141 ListElement* _ListFind(List* aList, void* content) // conflict with libbt_host.a in _ListFind() 158 ListElement* ListFindItem(List* aList, void* content, int(*callback)(void*, void*)) in ListFindItem() argument 205 static int ListUnlink(List* aList, void* content, int(*callback)(void*, void*), int freeContent) in ListUnlink() argument 249 int ListDetach(List* aList, void* content) in ListDetach() 261 int ListRemove(List* aList, void* content) in ListRemove() 274 void *content = NULL; in ListDetachHead() local 316 void* content = NULL; in ListPopTail() local [all …]
|
| D | Tree.c | 210 void* TreeAddByIndex(Tree* aTree, void* content, size_t size, int index) in TreeAddByIndex() 274 void* TreeAdd(Tree* aTree, void* content, size_t size) in TreeAdd() 425 void* content = curnode->content; in TreeRemoveNodeIndex() local 487 void* TreeRemoveIndex(Tree* aTree, void* content, int index) in TreeRemoveIndex() 498 void* TreeRemove(Tree* aTree, void* content) in TreeRemove() 513 void* content = NULL; in TreeRemoveKeyIndex() local 535 int TreeIntCompare(void* a, void* b, int content) in TreeIntCompare() 545 int TreePtrCompare(void* a, void* b, int content) in TreePtrCompare() 551 int TreeStringCompare(void* a, void* b, int content) in TreeStringCompare()
|
| D | LinkedList.h | 60 void* content; /**< pointer to element content */ member
|
| D | Tree.h | 67 void* content; /**< pointer to element content */ member
|
| D | MQTTPersistence.c | 437 void MQTTPersistence_insertInOrder(List* list, void* content, size_t size) in MQTTPersistence_insertInOrder()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
| D | kernel_crypto.c | 42 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()
|
| D | upg_common.c | 130 hi_void upg_clear_contset(hi_u8 *content, hi_u32 content_len) in upg_clear_contset()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/ |
| D | cms.c | 160 int content_type, const uint8_t *content, size_t content_len, in cms_content_info_to_der() 180 const uint8_t **content, size_t *content_len, in cms_content_info_from_der() 204 const uint8_t *content; in cms_content_info_print() local 341 int content_type, const uint8_t *content, size_t content_len, in cms_enced_content_info_encrypt_to_der() 380 int *content_type, uint8_t *content, size_t *content_len, in cms_enced_content_info_decrypt_from_der() 510 int content_type, const uint8_t *content, size_t content_len, in cms_encrypted_data_encrypt_to_der() 539 int *content_type, uint8_t *content, size_t *content_len, in cms_encrypted_data_decrypt_from_der() 929 const int content_type, const uint8_t *content, const size_t content_len, in cms_signed_data_to_der() 958 int *content_type, const uint8_t **content, size_t *content_len, in cms_signed_data_from_der() 1125 int *content_type, const uint8_t **content, size_t *content_len, in cms_signed_data_verify_from_der() [all …]
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| D | LinkedList.h | 60 void* content; /**< pointer to element content */ member
|
| D | Tree.h | 67 void* content; /**< pointer to element content */ member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tools/ |
| D | cmsverify.c | 37 const uint8_t *content; in cmsverify_main() local
|
| D | cmsdecrypt.c | 43 uint8_t *content = NULL; in cmsdecrypt_main() local
|
| D | cmssign.c | 60 uint8_t *content = NULL; in cmssign_main() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
| D | load_crypto.c | 22 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/ |
| D | crypto.c | 92 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/ws63v100/sdk/open_source/cjson/cjson/tests/ |
| D | common.h | 50 char *content = NULL; in read_file() local
|
| /device/soc/rockchip/common/sdk_linux/scripts/ |
| D | resource_tool.c | 792 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/rockchip/rk3588/kernel/scripts/ |
| D | resource_tool.c | 803 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/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
| D | boot_upg_check_secure.c | 89 hi_void upg_clear_content(hi_u8 *content, hi_u32 content_len) in upg_clear_content()
|
| /device/soc/hisilicon/ws63v100/sdk/build/script/ |
| D | build_upg_pkg.py | 229 def make_sha256_unsecure_signature(content): argument
|
| /device/soc/hisilicon/ws63v100/sdk/build/script/utils/ |
| D | mem_stats.py | 461 def add_content(self, size, content): argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | ssl_msg.c | 332 static int ssl_build_inner_plaintext( unsigned char *content, in ssl_build_inner_plaintext() 359 static int ssl_parse_inner_plaintext( unsigned char const *content, in ssl_parse_inner_plaintext()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tests/ |
| D | cmstest.c | 614 const uint8_t *content; in test_cms_signed_data() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/cjson/cjson/ |
| D | cJSON.c | 429 const unsigned char *content; member
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/mac/ |
| D | mac_vap_ext.h | 1108 osal_u8 content; member
|