Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 43) sorted by relevance

12

/openthread-2.7.6/third_party/nlbuild-autotools/repo/
DCONTRIBUTING.md9 codebase, so we need your permission to use and distribute your code. We also
10 need to be sure of various other things—for instance that you'll tell us if you
/openthread-2.7.6/third_party/mbedtls/repo/
DREADME.md39 …-lmbedcrypto`. Also, when loading shared libraries using dlopen(), you'll need to load libmbedcryp…
43 You need the following tools to build the library with the provided makefiles:
54 …to allow users to more easily move between different platforms. Users who need more features are r…
64 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you …
80 In case you find that you need to do something else as well, please let us know what, so we can add…
94 The test suites need Python to be built and Perl to be executed. If you don't have one of these ins…
128 These variables need to be adjusted when invoking cmake for the first time,
133 If you already invoked cmake and want to change those settings, you need to
144 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the
168 …the programs. The files in tests are not generated and compiled, as these need Python and perl env…
[all …]
D.pylintrc24 # Some functions don't need docstrings.
44 # locally, it's by design. There's no need to clutter the Pylint output
DCONTRIBUTING.md3 …orts and contributions from the community. There are some requirements we need to fulfill in order…
5 … contributions will be reviewed by the project team and community and may need some modifications …
20 …R) and work with us until it gets merged and published. Contributions may need some modifications,…
29 …or API, even on the main development branch where new features are added, need to be justifiable b…
31 Where changes to an existing interface are necessary, functions in the public interface which need
/openthread-2.7.6/third_party/mbedtls/repo/programs/fuzz/
DREADME.md26 To run the fuzz targets without oss-fuzz, you first need to install one libFuzzingEngine (libFuzzer…
27 Then you need to compile the code with the compiler flags of the wished sanitizer.
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl_internal.h332 const uint8_t *end, size_t need ) in mbedtls_ssl_chk_buf_ptr() argument
334 return( ( cur > end ) || ( need > (size_t)( end - cur ) ) ); in mbedtls_ssl_chk_buf_ptr()
347 #define MBEDTLS_SSL_CHK_BUF_PTR( cur, end, need ) \ argument
349 if( mbedtls_ssl_chk_buf_ptr( ( cur ), ( end ), ( need ) ) != 0 ) \
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_cxx_compile_stdcxx_14.m419 # more information. If you want to use this macro, you also need to
Dax_cxx_compile_stdcxx_11.m419 # more information. If you want to use this macro, you also need to
Dax_pthread.m475 # need not follow the terms of the GNU General Public License when using
254 # (Note 1: This will need to be revisited if a system that Clang
362 # need a special flag -Kthread to make this header compile.)
Dpkg.m4118 and $1[]_LIBS to avoid the need to call pkg-config.
/openthread-2.7.6/third_party/mbedtls/repo/configs/
DREADME.txt11 (Depending on your compiler, you may need to adjust the line with
/openthread-2.7.6/third_party/mbedtls/repo/.github/
Dissue_template.md33 **Justification - why does the library need this feature?**
Dpull_request_template.md15 - This PR contains changes in the API. If this is true, and there is a need for the fix to be backp…
/openthread-2.7.6/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-developer-guide.md25need to implement some functions with C linkage, and to declare these functions in a **driver desc…
Dpsa-conditional-inclusion-c.md105 In addition to the [configuration symbols](#psa-crypto-configuration-symbols), we need two parallel…
128 …SE_PSA_CRYPTO` and conditional compilation guards in tests and sample programs need `PSA_WANT_xxx`.
220 …orted in an opaque driver, what does the core need to know about it? Do we have all the informatio…
/openthread-2.7.6/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md83 We need to balance the following goals, which are sometimes contradictory.
85 * Coverage: we need to test behaviors which are not easy to trigger by using the API or which canno…
111 We also need to test resilience: if the system is reset during an operation, does it restart in a c…
143 …ze, the attack surface, and the testing burden (exponentially, because we need to test all these i…
178 Another limitation is that internal interfaces need to be used correctly. We may accidentally rely …
194 If we guarantee certain properties through static analysis, we don't need to test them. This puts s…
196 * We need to have confidence in the specification (but we can gain this confidence by evaluating th…
254 * Writing reliable debugger scripts is hard. We need to have confidence that we're testing what we …
264 | Portability | !! Not all environments have a debugger, and even if they do, we'd need completely …
366 …t only when running without isolation. To corrupt the key store, we would need to add a function t…
Ddriver-interface-test-strategy.md33 …n each driver and check that the expected driver is called. This does not need to be done for all …
55 Key creation functions invoke multiple methods and need more complex error handling:
77 * Two things need to be tested: the key that is being created or destroyed, and the driver's persis…
/openthread-2.7.6/third_party/tcplp/
DCMakeLists.txt49 # "otMessageWrite()"), so we need to add the core library (FTD or MTD, as
/openthread-2.7.6/
DCONTRIBUTING.md56 …nerally only need to submit a CLA once, so if you've already submitted one (even if it was for a d…
130 …select your development branch, and click the pull request button. If you need to make any adjustm…
/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/pre/macros/
Dcoverage.am88 …whitespace-separated list of shell wildcard patterns. (note that they may need to be escaped accor…
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_its.function38 * need to and should not be taken into account for uid_max. */
/openthread-2.7.6/examples/platforms/cc2538/
DREADME.md34 …connected to the CC2538 (e.g. the CC2538-CC2592 EM reference design), you need to initialise this …
/openthread-2.7.6/tools/spi-hdlc-adapter/
DREADME.md21 …fter C̅S̅ assertion, in microseconds. Default is 20µs. Note that this may need to be set to zero f…
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/
DMakefile-toplevel.am162 # # to manage the nlunit-test repo. Two directories need to be writable
/openthread-2.7.6/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile28 # identify the project. Note that if you do not use Doxywizard you need
253 # that for custom extensions you also need to set FILE_PATTERNS otherwise the
602 # feature you need bibtex and perl available in the search path. Do not use
840 # will need version 4.8.6 or higher.
1180 # when you change the font size after a successful doxygen run you need
1189 # Note that when changing this option you need to delete any form_*.png files
1198 # output. When enabled you may also need to install MathJax separately and
1210 # When MathJax is enabled you need to specify the location relative to the
1733 # the font name using DOT_FONTNAME. You need to make sure dot is able to find
1834 # If left blank png will be used. If you choose svg you need to set
[all …]

12