Home
last modified time | relevance | path

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

12

/openthread-3.6.0/tests/unit/
DREADME.md41 …it test case and have made some changes in the test source file, you will need rebuild the test be…
50 If any changes or fixes were made to the OpenThread code, then you'll need to rebuild the entire pr…
/openthread-3.6.0/third_party/mbedtls/repo/
DREADME.md45 You need the following tools to build the library with the provided makefiles:
56 …to allow users to more easily move between different platforms. Users who need more features are r…
66 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you …
82 In case you find that you need to do something else as well, please let us know what, so we can add…
96 The test suites need Python to be built and Perl to be executed. If you don't have one of these ins…
130 These variables need to be adjusted when invoking cmake for the first time,
135 If you already invoked cmake and want to change those settings, you need to
146 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the
170 …the programs. The files in tests are not generated and compiled, as these need Python and perl env…
176 …rams is to demonstrate specific features of the library, and the code may need to be adapted to bu…
[all …]
D.pylintrc27 # Some functions don't need docstrings.
47 # 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,…
30 …or API, even on the main development branch where new features are added, need to be justifiable b…
32 Where changes to an existing interface are necessary, functions in the public interface which need
DBRANCHES.md29 need to be changed. In case security comes in conflict with backwards
/openthread-3.6.0/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-3.6.0/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-3.6.0/third_party/mbedtls/repo/.github/
Dissue_template.md45 **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-3.6.0/third_party/mbedtls/repo/configs/
DREADME.txt11 (Depending on your compiler, you may need to adjust the line with
/openthread-3.6.0/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.md111 In addition to the [configuration symbols](#psa-crypto-configuration-symbols), we need two parallel…
134 …SE_PSA_CRYPTO` and conditional compilation guards in tests and sample programs need `PSA_WANT_xxx`.
226 …orted in an opaque driver, what does the core need to know about it? Do we have all the informatio…
Dpsa-driver-interface.md31 … core separately, and link them together. A small amount of glue code may need to be compiled once…
35 …orm-specific hardware happen only inside the driver (and in fact a driver need not involve any har…
47need to implement some functions with C linkage, and to declare these functions in a **driver desc…
306 …e core will always enforce the capacity, therefore this function does not need to do anything for …
366 …erial that is secured with this key. For example, RSA key import does not need to verify that the …
396 … the driver may write less than `output_size` bytes but the core does not need to know this. The o…
435 To declare a cryptoprocessor can handle both cleartext and wrapped keys, you need to provide two dr…
531 …py"` entry point. If the required entropy size is zero, the core does not need to call `"add_entro…
911 …This can be convenient, but it's also risky: if you upgrade a device, you need the location values…
982 * Full entropy: drivers don't need to do entropy mixing.
/openthread-3.6.0/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.md15 Drivers exposing this interface need to be registered at compile time by declaring their JSON descr…
45 …n each driver and check that the expected driver is called. This does not need to be done for all …
67 Key creation functions invoke multiple methods and need more complex error handling:
89 * Two things need to be tested: the key that is being created or destroyed, and the driver's persis…
Dpsa-storage-format-testing.md17 Doing the testing this way would be difficult because we'd need to have version V of Mbed TLS avail…
/openthread-3.6.0/
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-3.6.0/tests/toranj/
DREADME_CLI.md62 Note: You may need to run as `sudo` to allow log file to be written (i.e., use `sudo python` or `su…
173 …ve testing (e.g., read–eval–print loop (REPL) model in python) and do not need a separate process …
/openthread-3.6.0/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-3.6.0/src/cli/
DREADME_DATASET.md71 While not required, specifying the channel avoids the need to search across multiple channels, impr…
112 …ces of a Thread Network. If certain Active Operational Dataset parameters need to be changed, but …
DREADME_NETDATA.md97 While not required, specifying the channel avoids the need to search across multiple channels, impr…
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_its.function39 * need to and should not be taken into account for uid_max. */
Dtest_suite_entropy.function57 * This might break memory checks in the future if sources need 'free-ing' then
/openthread-3.6.0/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 …]
/openthread-3.6.0/doc/
DDoxyfile.in316 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
717 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
1024 # (see http://www.gnu.org/software/global/global.html). You will need version
1464 # doxygen run you need to manually remove any form_*.png images from the HTML
1475 # Note that when changing this option you need to delete any form_*.png files in
1486 # enabled you may also need to install MathJax separately and configure the path
1503 # When MathJax is enabled you need to specify the location relative to the HTML
2147 # generates you can specify the font name using DOT_FONTNAME. You need to make
2281 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2295 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make

12