Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 76) sorted by relevance

1234

/lib/mbedtls/external/mbedtls/library/
A Dentropy.c30 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 Duncompr.c27 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 Dtest_pbuf.c104 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 Ddco.txt18 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 DLICENSE35 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 DREADME.md52 * 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 DIANA-LANGUAGE-MIB69 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 DIANA-MALLOC-MIB42 "The source of multicast scope information."
56 "The source of multicast address allocation range
/lib/lwip/lwip/src/apps/mdns/
A Dmdns_domain.c146 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 Dbasic.requirements.txt3 # Required to (re-)generate source files. Not needed if the generated source
A Dgenerate_ssl_debug_helpers.py40 def preprocess_c_source_code(source, *classes): argument
83 for match in pattern.finditer(source):
97 yield from _yield_objects(source,
A Dmaintainer.requirements.txt5 # For source code analyses
/lib/lwip/lwip/doc/
A DFILES1 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 Dmdns_domain.h54 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 DREADME.txt2 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 Dtest_suite_psa_crypto_memory.data10 PSA input buffer copy: zero-length source buffer
25 PSA output buffer copy: zero-length source buffer
A Dtest_suite_psa_crypto_init.function16 /* 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 DCOPYING4 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 DBUILDING9 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 DREADME65 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 DFILES2 src/ - The source code for the lwIP TCP/IP stack.
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-driver-integration-guide.md17 …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.gitignore20 ## Generated source files
/lib/mbedtls/external/mbedtls/tests/docker/bionic/
A DDockerfile63 && 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 Dlicense.txt30 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 …]

Completed in 42 milliseconds

1234