| /lib/mbedtls/external/mbedtls/library/ |
| A D | entropy.c | 30 memset(ctx->source, 0, sizeof(ctx->source)); in mbedtls_entropy_init() 78 mbedtls_platform_zeroize(ctx->source, sizeof(ctx->source)); in mbedtls_entropy_free() 100 ctx->source[idx].f_source = f_source; in mbedtls_entropy_add_source() 101 ctx->source[idx].p_source = p_source; in mbedtls_entropy_add_source() 102 ctx->source[idx].threshold = threshold; in mbedtls_entropy_add_source() 103 ctx->source[idx].strong = strong; in mbedtls_entropy_add_source() 215 if ((ret = ctx->source[i].f_source(ctx->source[i].p_source, in entropy_gather_internal() 228 ctx->source[i].size += olen; in entropy_gather_internal() 311 if (ctx->source[i].size < ctx->source[i].threshold) { in mbedtls_entropy_func() 315 strong_size += ctx->source[i].size; in mbedtls_entropy_func() [all …]
|
| /lib/zlib/ |
| A D | uncompr.c | 27 int ZEXPORT uncompress2(dest, destLen, source, sourceLen) in uncompress2() argument 30 const Bytef *source; 50 stream.next_in = (z_const Bytef *)source; 90 int ZEXPORT uncompress(dest, destLen, source, sourceLen) in uncompress() argument 93 const Bytef *source; 96 return uncompress2(dest, destLen, source, &sourceLen);
|
| /lib/lwip/lwip/test/unit/core/ |
| A D | test_pbuf.c | 104 struct pbuf *source, *dest, *p; in START_TEST() local 107 source = NULL; in START_TEST() 116 if (source) { in START_TEST() 117 pbuf_cat(source, p); in START_TEST() 119 source = p; in START_TEST() 122 for (i = 0; i < source->tot_len; i++) { in START_TEST() 123 fail_unless(pbuf_get_at(source, i) == i); in START_TEST() 137 err = pbuf_copy(dest, source); in START_TEST() 139 for (i = 0; i < source->tot_len; i++) { in START_TEST() 143 pbuf_free(source); in START_TEST()
|
| /lib/mbedtls/external/mbedtls/ |
| A D | dco.txt | 18 have the right to submit it under the open source license 22 of my knowledge, is covered under an appropriate open source 25 by me, under the same open source license (unless I am 37 this project or the open source license(s) involved.
|
| A D | LICENSE | 35 including but not limited to software source code, documentation 36 source, and configuration files. 294 source code as you receive it, in any medium, provided that you 358 cost of physically performing source distribution, a complete 359 machine-readable copy of the corresponding source code, to be 364 to distribute corresponding source code. (This alternative is 374 special exception, the source code distributed need not include 375 anything that is normally distributed (in either source or binary 382 access to copy the source code from the same place counts as 383 distribution of the source code, even though third parties are not [all …]
|
| A D | README.md | 52 * Perl to run the tests, and to generate some source files in the development branch. 61 ### Generated source files in the development branch 63 The source code of Mbed TLS includes some files that are automatically generated by scripts and who… 67 * Perl, for some library source files and for Visual Studio build files. 68 * Python 3.8 and some Python packages, for some library source files, sample programs and test data… 91 In order to build from the source code using GNU Make, just enter at the command line: 119 In order to build the source using CMake in a separate directory (recommended), just enter at the c… 174 the Mbed TLS source directory, use: 232 …be generated first as described in [“Generated source files in the development branch”](#generated… 279 …analyses, hardware and firmware architecture specifications, and an open source firmware reference… [all …]
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANA-LANGUAGE-MIB | 69 Tcl language is transferred in Tcl source code format." 79 is transferred in Perl source code format." 89 language is transferred in Scheme source code format." 100 in the SNMP Script Language source code format." 108 Patrol Script Language source code format." 119 in the SMSL language is transferred in the SMSL source code
|
| A D | IANA-MALLOC-MIB | 42 "The source of multicast scope information." 56 "The source of multicast address allocation range
|
| /lib/lwip/lwip/src/apps/mdns/ |
| A D | mdns_domain.c | 146 mdns_domain_add_domain(struct mdns_domain *domain, struct mdns_domain *source) in mdns_domain_add_domain() argument 148 u16_t len = source->length; in mdns_domain_add_domain() 158 MEMCPY(&domain->name[domain->length], source->name, len); in mdns_domain_add_domain() 175 mdns_domain_add_string(struct mdns_domain *domain, const char *source) in mdns_domain_add_string() argument 181 while (*source && start < end) { in mdns_domain_add_string() 182 if (*source == '.') { in mdns_domain_add_string() 185 source++; in mdns_domain_add_string() 187 *start++ = *source++; in mdns_domain_add_string()
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | basic.requirements.txt | 3 # Required to (re-)generate source files. Not needed if the generated source
|
| A D | generate_ssl_debug_helpers.py | 40 def preprocess_c_source_code(source, *classes): argument 83 for match in pattern.finditer(source): 97 yield from _yield_objects(source,
|
| A D | maintainer.requirements.txt | 5 # For source code analyses
|
| /lib/lwip/lwip/doc/ |
| A D | FILES | 1 doxygen/ - Configuration files and scripts to create the lwIP doxygen source 4 savannah.txt - How to obtain the current development source code.
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | mdns_domain.h | 54 err_t mdns_domain_add_domain(struct mdns_domain *domain, struct mdns_domain *source); 55 err_t mdns_domain_add_string(struct mdns_domain *domain, const char *source);
|
| /lib/lzma/ |
| A D | README.txt | 2 The original source cames from the LZMA SDK web page: 11 and lzma.txt from source archive into the lib_lzma directory (pwd).
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_memory.data | 10 PSA input buffer copy: zero-length source buffer 25 PSA output buffer copy: zero-length source buffer
|
| A D | test_suite_psa_crypto_init.function | 16 /* PSA crypto uses the HMAC_DRBG module. It reads from the entropy source twice: 24 * to read from the entropy source twice: once for the initial entropy 71 memset(ctx->source, 0, sizeof(ctx->source));
|
| /lib/lwip/lwip/ |
| A D | COPYING | 4 Redistribution and use in source and binary forms, with or without modification, 7 1. Redistributions of source code must retain the above copyright notice,
|
| A D | BUILDING | 9 source files and predefined static libraries to 78 add_executable(my_app <my source files> <my lwip port files>) 112 in the source tree. We try to maintain them,
|
| A D | README | 65 Git source tree. 86 Self documentation of the source code is regularly extracted from the current 104 Reading Adam's papers, the files in docs/, browsing the source code
|
| A D | FILES | 2 src/ - The source code for the lwIP TCP/IP stack.
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-integration-guide.md | 17 …er code can either be provided in binary form as additional object file to link, or in source form. 37 <!-- TODO: what if the driver is provided as C source code? -->
|
| /lib/mbedtls/external/mbedtls/tests/ |
| A D | .gitignore | 20 ## Generated source files
|
| /lib/mbedtls/external/mbedtls/tests/docker/bionic/ |
| A D | Dockerfile | 63 && wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1j.tar.gz -qO- | tar xz \ 73 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \ 84 && wget https://www.openssl.org/source/openssl-1.1.1a.tar.gz -qO- | tar xz \
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/ |
| A D | license.txt | 30 for this service if you wish); that you receive source code or can get 42 you. You must make sure that they, too, receive or can get the source 137 making modifications to it. For a library, complete source code means 138 all the source code for all modules it contains, plus any associated 151 complete source code as you receive it, in any medium, provided that 236 source code from the same place satisfies the requirement to 237 distribute the source code, even though third parties are not 238 compelled to copy the source along with the object code. 254 derivative work of the Library even though the source code is not. 287 machine-readable source code for the Library including whatever [all …]
|