Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 22 of 22) sorted by relevance

/mbedtls-latest/library/
Dlms.c432 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/
DBRANCHES.md5 - 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.gitignore15 # 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:
DSUPPORT.md8 - the `docs` directory in the source tree;
DCONTRIBUTING.md25 …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…
DCMakeLists.txt157 # dangling link, but when building in tree, this can create a symbolic link
DChangeLog1107 * 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/
Dlcov.sh11 This can be an out-of-tree build.
12 For example (in-tree):
14 Or (out-of-tree):
Dprepare_release.sh7 Prepare the source tree for a release.
/mbedtls-latest/programs/test/
Dgenerate_cpp_dummy_build.sh10 Run this program from the root of an Mbed TLS directory tree or from
/mbedtls-latest/configs/
DREADME.txt24 configuration file outside the Mbed TLS tree.
/mbedtls-latest/configs/ext/
DREADME.md18 https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_conf…
/mbedtls-latest/3rdparty/everest/
DREADME.md3 …d) [original implementation](https://github.com/project-everest/hacl-star/tree/master/code/curve25…
/mbedtls-latest/programs/ssl/
DCMakeLists.txt24 # propagate this information across the tree, for now it's only visible
/mbedtls-latest/docs/architecture/testing/
Ddriver-interface-test-strategy.md100 * With its own source tree.
111 * With its own source tree.
/mbedtls-latest/tests/scripts/
Dall.sh288 --restore First clean up the build tree, restoring backed up
/mbedtls-latest/tests/
DCMakeLists.txt333 # If the generated .data files are present in the source tree, we just added
/mbedtls-latest/docs/architecture/
Dpsa-storage-resilience.md135 #### 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…
Dpsa-shared-memory.md444 …here](https://git.gitlab.arm.com/iot/open-iot-sdk/examples/sdk-examples/-/tree/main/examples/mbedt…
/mbedtls-latest/docs/
Dpsa-driver-example-and-guide.md141 …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/
DREADME.md203 branch](https://github.com/mpg/tinycrypt/tree/measurements), based on version
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md554 Work in progress on this conversion is at https://github.com/gilles-peskine-arm/mbedtls/tree/hash-u…