/openthread-latest/third_party/mbedtls/repo/library/ |
D | lms.c | 428 unsigned char *tree) in calculate_merkle_tree() argument 443 &tree[r_node_idx * MBEDTLS_LMS_M_NODE_BYTES( in calculate_merkle_tree() 456 &tree[(r_node_idx * 2) * in calculate_merkle_tree() 458 &tree[(r_node_idx * 2 + 1) * in calculate_merkle_tree() 461 &tree[r_node_idx * in calculate_merkle_tree() 490 unsigned char *tree = NULL; in get_merkle_path() local 494 tree = mbedtls_calloc((size_t) MERKLE_TREE_NODE_AM(ctx->params.type), in get_merkle_path() 496 if (tree == NULL) { in get_merkle_path() 500 ret = calculate_merkle_tree(ctx, tree); in get_merkle_path() 510 &tree[adjacent_node_id * node_bytes], node_bytes); in get_merkle_path() [all …]
|
/openthread-latest/tools/harness-simulation/harness/Web/data/ |
D | updateDeviceFields.py | 41 tree = ET.parse(HARNESS_XML_PATH) 42 root = tree.getroot() 54 tree.write(HARNESS_XML_PATH)
|
/openthread-latest/examples/platforms/zephyr/ |
D | README.md | 3 ….com/zephyrproject-rtos/zephyr/tree/main/modules/openthread) and [CLI example](https://github.com/…
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | lcov.sh | 11 This can be an out-of-tree build. 12 For example (in-tree): 14 Or (out-of-tree):
|
D | prepare_release.sh | 7 Prepare the source tree for a release.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | BRANCHES.md | 5 - The [`main`](https://github.com/Mbed-TLS/mbedtls/tree/main) branch: 8 - The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch: 14 - [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28). 15 - [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6). 18 such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive/mbedtls-2.7). 106 - [main](https://github.com/Mbed-TLS/mbedtls/tree/main) 108 - [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6) 111 - [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28)
|
D | .gitignore | 12 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 45 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
D | SUPPORT.md | 8 - the `docs` directory in the source tree;
|
D | CONTRIBUTING.md | 25 …should use the ["development" branch](https://github.com/Mbed-TLS/mbedtls/tree/development) as a b… 51 … addition to the [development branch](https://github.com/Mbed-TLS/mbedtls/tree/development) by con… 72 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development…
|
D | CMakeLists.txt | 147 # dangling link, but when building in tree, this can create a symbolic link 287 …akeLists.txt not found. Run `git submodule update --init` from the source tree to fetch the submod…
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | .gitignore | 7 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 37 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | generate_cpp_dummy_build.sh | 10 Run this program from the root of an Mbed TLS directory tree or from
|
/openthread-latest/third_party/mbedtls/repo/configs/ |
D | README.txt | 24 configuration file outside the Mbed TLS tree.
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/ |
D | README.md | 3 …d) [original implementation](https://github.com/project-everest/hacl-star/tree/master/code/curve25…
|
/openthread-latest/third_party/mbedtls/repo/configs/ext/ |
D | README.md | 18 https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_conf…
|
/openthread-latest/ |
D | CONTRIBUTING.md | 174 - [Codelabs](https://github.com/openthread/ot-docs/tree/main/site/en/codelabs) 175 - [Guides](https://github.com/openthread/ot-docs/tree/main/site/en/guides) 188 …d/openthread/tree/main/include/openthread). To review an example, refer to [`border_agent.h`](http…
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | CMakeLists.txt | 24 # propagate this information across the tree, for now it's only visible
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 100 * With its own source tree. 111 * With its own source tree.
|
/openthread-latest/doc/ |
D | Doxyfile.in | 856 # subdirectory from a directory tree whose root is specified with the INPUT tag. 1030 # - Make sure the INPUT points to the root of the source tree 1211 # shown in the various tree structured indices initially; the user can expand 1212 # and collapse entries dynamically later on. Doxygen will expand the tree to 1214 # a fully collapsed tree already exceeds this amount). So setting the number of 1215 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1217 # tree by default. 1321 # the table of contents of the HTML help documentation and to the tree view. 1415 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. 1421 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 282 # If the generated .data files are present in the source tree, we just added
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-storage-resilience.md | 135 #### Exploring the recovery decision tree 266 Note that this creates a binary tree of possibilities: after each state modification, there may or … 274 If, for example, recovery consists of two atomic steps, the tree of possibilities expands and may b…
|
D | psa-shared-memory.md | 444 …here](https://git.gitlab.arm.com/iot/open-iot-sdk/examples/sdk-examples/-/tree/main/examples/mbedt…
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-driver-example-and-guide.md | 141 …e of p256-m and the driver entry points is located in the Mbed TLS source tree under `3rdparty/p25…
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 203 branch](https://github.com/mpg/tinycrypt/tree/measurements), based on version
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 554 Work in progress on this conversion is at https://github.com/gilles-peskine-arm/mbedtls/tree/hash-u…
|