| /lib/lwip/lwip/src/apps/smtp/ |
| A D | smtp.c | 942 target[i] = '='; in smtp_base64_encode() 1143 char *target = s->tx_buf; in smtp_prepare_mail() local 1146 target[*tx_buf_len] = 0; in smtp_prepare_mail() 1151 target += s->from_len; in smtp_prepare_mail() 1160 char *target = s->tx_buf; in smtp_prepare_rcpt() local 1163 target[*tx_buf_len] = 0; in smtp_prepare_rcpt() 1168 target += s->to_len; in smtp_prepare_rcpt() 1177 char *target = s->tx_buf; in smtp_prepare_header() local 1183 target[*tx_buf_len] = 0; in smtp_prepare_header() 1188 target += s->from_len; in smtp_prepare_header() [all …]
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_core.c | 551 snmp_oid_assign(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_assign() argument 555 target->len = oid_len; in snmp_oid_assign() 558 MEMCPY(target->id, oid, oid_len * sizeof(u32_t)); in snmp_oid_assign() 569 snmp_oid_prefix(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_prefix() argument 576 for (i = target->len - 1; i >= 0; i--) { in snmp_oid_prefix() 577 target->id[i + oid_len] = target->id[i]; in snmp_oid_prefix() 581 MEMCPY(target->id, oid, oid_len * sizeof(u32_t)); in snmp_oid_prefix() 596 snmp_oid_assign(target, oid1, oid1_len); in snmp_oid_combine() 597 snmp_oid_append(target, oid2, oid2_len); in snmp_oid_combine() 612 MEMCPY(&target->id[target->len], oid, oid_len * sizeof(u32_t)); in snmp_oid_append() [all …]
|
| A D | snmp_threadsync.c | 178 if (threadsync_node->node.node.oid != threadsync_node->target->node.oid) { in do_sync() 188 call_data->proxy_instance.node = &threadsync_node->target->node; in do_sync()
|
| /lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/ |
| A D | test_data_generation.py | 218 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target)) 219 for target in options.targets 220 if target != '-'] 223 for target in options.targets: 224 generator.generate_target(target)
|
| A D | bignum_common.py | 87 def zfill_match(reference: str, target: str) -> str: 90 lt = len(target) 93 return "{:x}".format(int(target, 16)).zfill(target_len)
|
| /lib/mbedtls/external/mbedtls/ |
| A D | CMakeLists.txt | 6 # command but rather at the target level using the 10 # directories. That way, a target linking to a library (using the 14 # CMake in order to avoid target name clashes, via the use of 144 set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}") variable 149 if (EXISTS ${target} AND NOT EXISTS ${link}) 151 execute_process(COMMAND ln -s ${target} ${link} 159 if (IS_DIRECTORY ${target}) 160 … file(GLOB_RECURSE files FOLLOW_SYMLINKS LIST_DIRECTORIES false RELATIVE ${target} "${target}/*") 165 configure_file(${target} ${link} COPYONLY) 310 # target. This library of objects is used by tests and programs CMake files [all …]
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | translate_ciphers.py | 172 def main(target, names): argument 173 print(format_ciphersuite_names(target, names)) 180 main(ARGS.target, ARGS.names)
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | ip_addr.h | 194 #define ip_addr_get_network(target, host, netmask) do{if(IP_IS_V6(host)){ \ argument 195 ip4_addr_set_zero(ip_2_ip4(target)); IP_SET_TYPE(target, IPADDR_TYPE_V6); } else { \ 196 …ip4_addr_get_network(ip_2_ip4(target), ip_2_ip4(host), ip_2_ip4(netmask)); IP_SET_TYPE(target, IPA… 321 #define ip_addr_get_network(target, host, mask) ip4_addr_get_network(target, host, mask) argument 370 #define ip_addr_get_network(target, host, mask) ip6_addr_set_zero(target) argument
|
| A D | ip4_addr.h | 131 #define ip4_addr_get_network(target, host, netmask) do { ((target)->addr = ((host)->addr) & ((netma… argument
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | CMakeLists.txt | 321 foreach(target IN LISTS target_libraries) 322 add_library(MbedTLS::${target} ALIAS ${target}) # add_subdirectory support 328 target_include_directories(${target} 336 target_compile_definitions(${target} 340 target_compile_definitions(${target} 344 TARGETS ${target} 350 endforeach(target)
|
| A D | aesce.c | 85 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function) 89 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function) 93 # pragma GCC target ("+crypto")
|
| A D | sha256.c | 84 # pragma clang attribute push (__attribute__((target("sha2"))), apply_to=function) 90 # pragma clang attribute push (__attribute__((target("crypto"))), apply_to=function) 100 # pragma GCC target ("arch=armv8-a+crypto")
|
| /lib/lwip/lwip/src/apps/mdns/ |
| A D | mdns_domain.c | 538 struct mdns_domain target; in mdns_compress_domain() local 546 target_end = mdns_readname(pbuf, *offset, &target); in mdns_compress_domain() 555 if (domainlen <= target.length && domainlen > DOMAIN_JUMP_SIZE) { in mdns_compress_domain() 557 u8_t targetpos = (u8_t)(target.length - domainlen); in mdns_compress_domain() 562 if (target.length >= domainlen && in mdns_compress_domain() 563 memcmp(&domain->name[writelen], &target.name[targetpos], domainlen) == 0) { in mdns_compress_domain()
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmp_core.h | 297 void snmp_oid_assign(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len); 298 void snmp_oid_combine(struct snmp_obj_id* target, const u32_t *oid1, u8_t oid1_len, const u32_t *oi… 299 void snmp_oid_prefix(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len); 300 void snmp_oid_append(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
|
| A D | snmp_threadsync.h | 90 const struct snmp_leaf_node *target; member
|
| /lib/zstd/common/ |
| A D | compiler.h | 74 #define TARGET_ATTRIBUTE(target) __attribute__((__target__(target))) argument
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | assemble_changelog.py | 312 def list_merges(some_hash, target, *options): argument 319 '..'.join([some_hash, target])]) 328 target = 'HEAD' 332 ancestry = frozenset(cls.list_merges(some_hash, target, 336 first_parents = cls.list_merges(some_hash, target,
|
| A D | windows_msbuild.bat | 4 @rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-…
|
| /lib/mbedtls/external/mbedtls/programs/test/cmake_subproject/ |
| A D | CMakeLists.txt | 3 # Test the target renaming support by adding a prefix to the targets built
|
| /lib/mbedtls/external/mbedtls/programs/test/cmake_package_install/ |
| A D | CMakeLists.txt | 25 --target install)
|
| /lib/mbedtls/external/mbedtls/configs/ |
| A D | README.txt | 5 this target. They can be used as a basis for custom configurations.
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_slot_management.function | 529 /* Prepare the target slot. */ 541 /* Destroy the source to ensure that this doesn't affect the target. */ 544 /* If the target key is persistent, restart the system to make 552 /* Test that the target slot has the expected content. */ 594 * Source and target key attributes may have been returned by 650 /* Populate the target slot. */ 674 /* Test that the target slot is unaffected. */
|
| /lib/efi_loader/ |
| A D | efi_helper.c | 395 bool efi_search_bootorder(u16 *bootorder, efi_uintn_t num, u32 target, u32 *index) in efi_search_bootorder() argument 400 if (target == bootorder[i]) { in efi_search_bootorder()
|
| /lib/lwip/lwip/contrib/addons/ipv6_static_routing/ |
| A D | README | 38 address and target netif, the application can call ip6_get_gateway(..).
|
| /lib/mbedtls/external/mbedtls/programs/test/ |
| A D | CMakeLists.txt | 58 # this file will also be used in another directory, so create a target, see
|