Searched refs:tree (Results 1 – 22 of 22) sorted by relevance
/mbedtls-latest/library/ |
D | lms.c | 432 unsigned char *tree) in calculate_merkle_tree() argument 447 &tree[r_node_idx * MBEDTLS_LMS_M_NODE_BYTES( in calculate_merkle_tree() 460 &tree[(r_node_idx * 2) * in calculate_merkle_tree() 462 &tree[(r_node_idx * 2 + 1) * in calculate_merkle_tree() 465 &tree[r_node_idx * in calculate_merkle_tree() 494 unsigned char *tree = NULL; in get_merkle_path() local 498 tree = mbedtls_calloc((size_t) MERKLE_TREE_NODE_AM(ctx->params.type), in get_merkle_path() 500 if (tree == NULL) { in get_merkle_path() 504 ret = calculate_merkle_tree(ctx, tree); in get_merkle_path() 514 &tree[adjacent_node_id * node_bytes], node_bytes); in get_merkle_path() [all …]
|
/mbedtls-latest/ |
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 | 15 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 48 # 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 | 157 # dangling link, but when building in tree, this can create a symbolic link
|
D | ChangeLog | 1107 * Fix an issue with in-tree CMake builds in releases with GEN_FILES 2320 * Include the psa_constant_names generated source code in the source tree 4268 * Fix for out-of-tree builds using CMake. Found by jwurzer, and fix based on
|
/mbedtls-latest/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.
|
/mbedtls-latest/programs/test/ |
D | generate_cpp_dummy_build.sh | 10 Run this program from the root of an Mbed TLS directory tree or from
|
/mbedtls-latest/configs/ |
D | README.txt | 24 configuration file outside the Mbed TLS tree.
|
/mbedtls-latest/configs/ext/ |
D | README.md | 18 https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_conf…
|
/mbedtls-latest/3rdparty/everest/ |
D | README.md | 3 …d) [original implementation](https://github.com/project-everest/hacl-star/tree/master/code/curve25…
|
/mbedtls-latest/programs/ssl/ |
D | CMakeLists.txt | 24 # propagate this information across the tree, for now it's only visible
|
/mbedtls-latest/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 100 * With its own source tree. 111 * With its own source tree.
|
/mbedtls-latest/tests/scripts/ |
D | all.sh | 288 --restore First clean up the build tree, restoring backed up
|
/mbedtls-latest/tests/ |
D | CMakeLists.txt | 333 # If the generated .data files are present in the source tree, we just added
|
/mbedtls-latest/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…
|
/mbedtls-latest/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…
|
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | README.md | 203 branch](https://github.com/mpg/tinycrypt/tree/measurements), based on version
|
/mbedtls-latest/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…
|