/openthread-latest/doc/ |
D | Doxyfile.in | 37 # All text after a hash (#) is considered a comment and will be 86 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 92 # into which the generated documentation will be written. If a relative path is 93 # entered, it will be relative to the location where doxygen was started. If 94 # left blank the current directory will be used. 98 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 100 # will distribute the generated files over these directories. Enabling this 109 # documentation generated by doxygen is written. Doxygen will use this 123 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 130 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief [all …]
|
/openthread-latest/tests/unit/ |
D | README.md | 3 This page describes how to build and run OpenThread unit tests. It will be helpful for developers t… 7 …hole project. So first build OpenThread on the simulation platform, which will also build all unit… 41 If you are developing a unit test case and have made some changes in the test source file, you will… 48 This will only build the test and take a short time. 57 This will build the updated OpenThread code as well as the test cases.
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | driver-only-builds.md | 34 means the algorithm will be available in the PSA Crypto API. 50 `MBEDTLS_USE_PSA_CRYPTO` is enabled, so in most cases your application will 93 APIs), as well as X.509 and TLS, will work as usual, except that direct calls 122 (`mbedtls_sha256()` etc.) will not be possible for the legacy modules that 179 In such builds, all crypto operations via the PSA Crypto API will work as 184 - PK, X.509 and TLS will not support restartable ECC operations (see 204 A limited subset of `ecp.c` will still be automatically re-enabled if any of 214 Note: when any of the above options is enabled, a subset of `ecp.c` will 216 you can still disable `MBEDTLS_ECP_C` in `mbedtls_config.h` and this will 249 algorithms will be disabled, provided all the requested curves and key types [all …]
|
D | psa-driver-example-and-guide.md | 3 …or writing a driver and the method for integrating a driver with Mbed TLS will vary depending on t… 5 …/development/docs/proposed/psa-driver-interface.md) describes how drivers will interface with Mbed… 16 …Single-part operations implemented by a driver will have one entry point, while multi-part operati… 25 …hich do not yet support auto-generation of the driver wrapper, developers will have to manually ed… 53 …name can follow the form `DRIVER_PREFIX_ENABLED` or something similar; it will be used to indicate… 137 …LS_USER_CONFIG_FILE`, providing the path to the defined header file. This will include your custom… 141 … in the Mbed TLS source tree under `3rdparty/p256-m`. In this section, we will look at how this in… 180 …n the config, p256-m's implementations of key generation, ECDH, and ECDSA will be used where appli…
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | README.md | 13 … `stdout` for HDLC input/output. Useful when directly started by the program that will be using it. 14 - `--pty`: Create a pseudo terminal for HDLC input/output. The path of the newly-created PTY will b… 17 …GPIO directory for the `I̅N̅T̅` pin. If not specified, `spi-hdlc-adapter` will fall back to pollin… 23 …han or equal to this size will require only a single SPI transaction to be successfully transmitte… 24 … and value 1 is default when not specified. Every instance of this option will increment or decrem… 35 When started, `spi-hdlc-adapter` will configure the following properties on the GPIOs: 53 At which point you will see something like this in the syslogs: 67 Sending `SIGUSR2` will clear the counters.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | BRANCHES.md | 19 These branches will not receive any changes or updates. 27 We will make regular LTS releases on an 18-month cycle, each of which will have 28 a 3 year support lifetime. On this basis, 3.6 LTS (released March 2024) will be 29 supported until March 2027. The next LTS release will be a 4.x release, which is 38 number, and your code will still build, be secure, and work. 43 result in an incompatible API or ABI, although features will generally not 66 comes in conflict with backwards compatibility, we will put security first, 75 of Mbed TLS (for example, all Mbed TLS 3.y versions will be able to read 95 will put security first but provide a compatibility option. (So far we never
|
D | CONTRIBUTING.md | 19 - The code should be written in a portable generic way, that will benefit the whole community, and … 20 - The code should be secure, and will be reviewed from a security point of view as well. 35 …terface change. If there is an API change, the contribution, if accepted, will be merged only when… 37 No changes are permitted to the definition of functions in the public interface which will change t… 39 …cally, the library will remove deprecated functions from the library which will be a breaking chan… 60 …ions. The data file contains the test cases, specified as parameters that will be passed to the te…
|
D | README.md | 43 …ypto, and libmbedx509 depends on libmbedcrypto. As a result, some linkers will expect flags to be … 79 * If not cross-compiling, running `make` with any target, or just `make`, will automatically genera… 80 * On non-Windows systems, when not cross-compiling, CMake will generate the required files automati… 107 … Windows shell (for instance using mingw32-make) (in that case some targets will not be available). 109 Setting the variable `SHARED` in your environment will build shared libraries in addition to the st… 162 CC=your_cc` will *not* work (similarly with `CFLAGS` and other variables). 171 Note that it is possible to build in-place; this will however overwrite the 179 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the 216 This will link the Mbed TLS libraries to your library or application, and add 243 …ns. The `data file` contains the test cases, specified as parameters that will be passed to the te… [all …]
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | CMakeLists.txt | 21 # Inform CMake that the following file will be generated as part of the build 23 # CMake 3.20, this will no longer be necessary as CMake will automatically
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-wrappers-codegen-migration-guide.md | 5 …S project tides over multiple minor revs of version 1.0, after which this will be merged into psa-… 30 (1) psa_crypto_driver_wrappers.h will from this point on be auto generated. 32 …location, this path includes the schemas against which the driver schemas will be validated (drive… 33 …ary user sees a need to patch psa_crypto_driver_wrappers.h file, the user will need to patch into …
|
/openthread-latest/tests/scripts/thread-cert/ |
D | README.md | 14 2. Run the test and it will stop at the line above and prompt `#`. 43 - \<number\> - select the node with id \<number\>. This will result in entering `>` mode.
|
/openthread-latest/ |
D | CONTRIBUTING.md | 28 …de feedback. Getting early feedback will help ensure your implementation work is accepted by the c… 82 This will open up a text editor where you can craft your commit message. 88 …main branch, you should rebase your development branch so that merging it will be a simple fast-fo… 108 This will open up a text editor where you can specify which commits to squash. 126 This will trigger continuous-integration checks using GitHub Actions. You can view the status and l… 130 … to your pull request, just push the updates to GitHub. Your pull request will automatically track… 134 …side the `Re-run` jobs button.) If the failure is intermittent, the check will usually pass after … 136 …big, provide the link of the failed run (do not rerun checks again, or it will be overwritten). Al…
|
D | CODE_OF_CONDUCT.md | 29 …ble for clarifying and enforcing our standards of acceptable behavior and will take appropriate an… 31 …and other contributions that are not aligned to this Code of Conduct, and will communicate reasons… 39 …ponsible for enforcement at openthread-conduct@google.com. All complaints will be reviewed and inv… 45 Community leaders will follow these Community Impact Guidelines in determining the consequences for…
|
D | SECURITY.md | 1 …tHub (including using GitHub Security Advisory). The Google Security Team will respond within 5 wo…
|
/openthread-latest/third_party/tcplp/ |
D | README.md | 3 This module will contain a port of TCPlp for OpenThread. Currently, it only 4 contains part of the implementation; the rest will be added in future pull
|
/openthread-latest/tools/tcat_ble_client/ |
D | README.md | 19 This will install all the required modules to a virtual environment, which can be used by calling `… 40 Using the `--scan` option will scan for every TCAT device and display them in a list, to allow sele… 48 The application will connect to the first matching device discovered and set up a secure TLS channe…
|
/openthread-latest/src/cli/ |
D | README_UDP.md | 109 The address can be an IPv4 address, which will be synthesized to an IPv6 address using the preferre… 111 > Note: The command will return `InvalidState` when the preferred NAT64 prefix is unavailable. 169 The address can be an IPv4 address, which will be synthesized to an IPv6 address using the preferre… 171 > Note: The command will return `InvalidState` when the preferred NAT64 prefix is unavailable.
|
D | README_TCP.md | 96 Get the last result of TCP benchmark. If the benchmark is ongoing, it will show that benchmark is o… 137 The address can be an IPv4 address, which will be synthesized to an IPv6 address using the preferre… 139 > Note: The command will return `InvalidState` when the preferred NAT64 prefix is unavailable. 183 If "tls" is used, then the TLS protocol will be used for the connection (on top of TCP). When commu… 219 …d with the example TCP endpoint. This promises the peer that no more data will be sent to it over …
|
D | README_SRP_SERVER.md | 194 …array of entries. If an entry has a key, the key will be printed in ASCII format. The value portio… 233 - running: The SRP server is active and will handle service registrations.
|
D | README_COMMISSIONER.md | 234 This command will cause the device to send `LEAD_PET` and `LEAD_KA` messages. 249 This command will return the current Commissioner state. 263 This command will cause the device to send `LEAD_KA[Reject]` messages.
|
/openthread-latest/third_party/build_gn/toolchain/ |
D | BUILD.gn | 42 # overrides it (in which case {{output_extension}} will be what the target 46 # it (in which case {{output_dir}} will be what the target specifies).
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 26 …) section discusses the state of our testing, as well as how this testing will be extended in futu… 78 …will still work. Implementations which only ever call PSA functions from a single thread, or which… 119 …y, with the same key identifier, only one thread can succeed - the others will return `PSA_ERROR_A… 123 …will be returned. If this code is returned, execution of the PSA subsystem must be stopped. All fu… 194 …te). Attempting to start using any key which is not a member of the union will result in a `PSA_ER… 198 …ation fails and this is the first failure within a function, the function will return `PSA_ERROR_S… 206 …ILLING`. If not found, it will see if there are any persistent keys loaded which do not have any r… 213 …at has been kicked out of a slot, the call to `psa_get_and_lock_key_slot` will see that the key is… 215 …slot` cannot find a suitable slot, the key cannot be loaded back in. This will lead to a `PSA_ERRO… 225 …y (the operations do not access the key slots again). The copy of the key will not be destroyed du… [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test_zeroize.gdb | 20 # such code, the compilar will create some form dependency graph between 21 # reads and writes to variables (among other situations). It will then use this
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_lms.data | 22 # signature bytes will differ due to randomization): 43 # signature bytes will differ due to randomization), after generating the 62 # signature bytes will differ due to randomization): 94 # signature bytes will differ due to randomization): 122 # signature bytes will differ due to randomization): 146 # signature bytes will differ due to randomization): 169 # signature bytes will differ due to randomization):
|
/openthread-latest/tools/harness-sniffer/ |
D | README.md | 3 After following the steps below, you will be able to run Test Harness with OpenThread sniffer.
|