/openthread-latest/tools/harness-simulation/ |
D | README.md | 7 … be run on Windows, which is a non-POSIX environment. So two systems are needed, and their setup p… 16 …ot`, update the value of `number` to be the number of OT FTD simulations needed with the correspon… 17 …otbr`, update the value of `number` to be the number of OTBR simulations needed with the correspon…
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | basic.requirements.txt | 3 # Required to (re-)generate source files. Not needed if the generated source
|
D | ci.requirements.txt | 14 # At the time of writing, only needed for tests/scripts/audit-validity-dates.py.
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_mps.data | 25 MPS Reader: Pausing needed but disabled 28 MPS Reader: Pausing needed + enabled, but buffer too small
|
D | test_suite_ctr_drbg.function | 164 goto exit; // goto is needed to avoid warning ( no test assertions in func) 180 goto exit; // goto is needed to avoid warning ( no test assertions in func) 195 goto exit; // goto is needed to avoid warning ( no test assertions in func) 210 goto exit; // goto is needed to avoid warning ( no test assertions in func)
|
D | test_suite_md.function | 170 /* Note: PSA Crypto init not needed for info functions */
|
/openthread-latest/tools/harness-thci/ |
D | README.md | 22 5. Launch the Thread Test Harness Software, modify the default configuration if needed, and select … 44 8. Launch the Thread Test Harness Software, modify the default configuration if needed, and select … 64 7. Launch the Thread Test Harness Software, modify the default configuration if needed, and select …
|
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/ |
D | Dockerfile | 92 # Build libnettle 2.7.1 (needed by legacy gnutls) 113 # Build libnettle 3.1 (needed by gnutls) 136 # Build libnettle 3.7.3 (needed by gnutls next)
|
/openthread-latest/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 12 - [Changelog](#documentation): if needed, please provide a changelog entry. 13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t… 66 Sample applications, if needed, should be modified as well. 76 Mbed TLS is well documented, but if you think documentation is needed, speak out! 80 1. If needed, a Readme file is advised.
|
D | CMakeLists.txt | 69 option(GEN_FILES "Generate the auto-generated files as needed" OFF) # off in development 71 option(GEN_FILES "Generate the auto-generated files as needed" OFF) 99 # Python 3 is only needed here to check for configuration warnings. 322 # Request C11, needed for memory poisoning tests 385 # Make scripts needed for testing available in an out-of-source build. 388 # Copy (don't link) DartConfiguration.tcl, needed for memcheck, to
|
D | README.md | 51 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build… 59 …ed-TLS/mbedtls-framework)). This is not needed to merely compile the library at a release tag. Thi… 230 The solution file `mbedTLS.sln` contains all the basic projects needed to build the library and all…
|
D | BRANCHES.md | 93 minimum version of tools needed to build the code. The only exception, as
|
/openthread-latest/src/posix/platform/ |
D | FindExampleVendorDeps.cmake | 60 Include directories needed by vendor interface 62 Libraries needed by vendor interface
|
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/ |
D | README.txt | 10 - Main_RTT_SpeedTestApp.c - Sample application for measuring RTT performance. embOS needed.
|
/openthread-latest/third_party/mbedtls/repo/.github/ |
D | pull_request_template.md | 9 Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new …
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ssl_tls13_generic.c | 1429 const size_t needed = in_new_session_ticket ? 8 : 4; in mbedtls_ssl_tls13_write_early_data_ext() local 1431 const size_t needed = 4; in mbedtls_ssl_tls13_write_early_data_ext() local 1437 MBEDTLS_SSL_CHK_BUF_PTR(p, end, needed); in mbedtls_ssl_tls13_write_early_data_ext() 1440 MBEDTLS_PUT_UINT16_BE(needed - 4, p, 2); in mbedtls_ssl_tls13_write_early_data_ext() 1451 *out_len = needed; in mbedtls_ssl_tls13_write_early_data_ext()
|
D | ssl_tls.c | 3775 size_t needed = 4 /* ticket_age_add */ in ssl_tls13_session_save() local 3784 needed += session->resumption_key_len; /* resumption_key */ in ssl_tls13_session_save() 3787 needed += 4; /* max_early_data_size */ in ssl_tls13_session_save() 3790 needed += 2; /* record_size_limit */ in ssl_tls13_session_save() 3794 needed += 8; /* ticket_creation_time or ticket_reception_time */ in ssl_tls13_session_save() 3800 needed += 2 /* alpn_len */ in ssl_tls13_session_save() 3809 needed += 2 /* hostname_len */ in ssl_tls13_session_save() 3813 needed += 4 /* ticket_lifetime */ in ssl_tls13_session_save() 3817 if (session->ticket_len > SIZE_MAX - needed) { in ssl_tls13_session_save() 3821 needed += session->ticket_len; /* ticket */ in ssl_tls13_session_save() [all …]
|
/openthread-latest/examples/platforms/zephyr/ |
D | CMakeLists.txt | 29 # Intentionally empty, the file is only needed to enable "zephyr" target
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 255 # Request C11, which is needed for memory poisoning tests 294 # Make scripts and data files needed for testing available in an
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 32 … TLS build must not include the corresponding software code (unless a software fallback is needed). 123 * **`MBEDTLS_PSA_BUILTIN_xxx`** indicates whether the software implementation is needed. 143 The `PSA_WANT_xxx` definitions in `mbedtls/config_psa.h` are needed not only to build the PSA parts… 167 …t part of the public interface of the library. However these symbols are needed to deduce whether … 237 …tion of RSA or ECDSA, `psa_sign_hash` and `psa_verify_hash` may still be needed if there is an opa…
|
D | psa-driver-wrappers-codegen-migration-guide.md | 33 …r_wrappers.h file, the user will need to patch into the template file as needed (psa_crypto_driver…
|
/openthread-latest/tools/tcat_ble_client/ |
D | GENERATING_CERTIFICATES.md | 22 …ch subdirectory can be used as a value for the BBTC Commissioner `--cert_path` argument, if needed.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 143 …as policy information in a `psa_key_attributes_t`. The algorithm is also needed in its own right w… 192 …gorithm. However, it is difficult to predict exactly what parameters are needed. For example, conv… 241 * No further work is needed about RSA specifically. The amount of metadata other than hashes is suf… 242 * No further work is needed about ECC specifically. We have just added adequate functions. 243 * No further work is needed about DHM specifically. There is no good way to translate the relevant … 288 … the lifetime and key identifier in `attributes`), then applies a public-key restriction if needed.
|
D | strategy.md | 90 part of) it ourselves under the hood as needed, but that would likely require 247 We can roughly divide the work needed to get there in the following steps: 427 slot only when needed (see current `ecdsa_verify_wrap` when
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 37 … argument where needed. This has historically been problematic with functions that were created wi… 221 …PSA accelerator driver, the corresponding legacy module is typically not needed. Thus applications… 258 …nnel-resistance utility functions in `constant_time.h`. Continue using `constant_time.h` as needed. 379 …her/#group__cipher_1gac3ca27ac6682917c48247d01fd96cd0f) as many times as needed. You can use [`PSA… 407 …176050) before or after setting the nonce (for other algorithms, this is permitted but not needed). 408 …nt/api/group/group__aead/#group__aead_1ga6d0eed03f832e5c9c91cb8adf2882569) as many times as needed. 409 …_aead/#group__aead_1gaf6d49864951ca42136b4a9b71ea26e5c) as many times as needed. You can use [`PSA… 636 …a_aead_encrypt`, `psa_asymmetric_encrypt`), and other random material as needed. If you need rando… 895 …a36f6) checks the compatibility between a key object and a mechanism. If needed, you can also acce… 1048 …key, and may perform additional checks before performing an operation if needed, so it will never … [all …]
|