Home
last modified time | relevance | path

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

/mbedtls/library/
A Dlms.c428 unsigned char *tree) in calculate_merkle_tree() argument
461 &tree[r_node_idx * in calculate_merkle_tree()
490 unsigned char *tree = NULL; in get_merkle_path() local
496 if (tree == NULL) { in get_merkle_path()
500 ret = calculate_merkle_tree(ctx, tree); in get_merkle_path()
518 mbedtls_zeroize_and_free(tree, node_bytes * in get_merkle_path()
642 unsigned char *tree = NULL; in mbedtls_lms_calculate_public_key() local
660 if (tree == NULL) { in mbedtls_lms_calculate_public_key()
667 ret = calculate_merkle_tree(priv_ctx, tree); in mbedtls_lms_calculate_public_key()
673 memcpy(ctx->T_1_pub_key, &tree[node_bytes], node_bytes); in mbedtls_lms_calculate_public_key()
[all …]
/mbedtls/
A 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)
A D.gitignore12 # 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:
A DSUPPORT.md8 - the `docs` directory in the source tree;
A 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…
A DCMakeLists.txt147 # 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…
A DChangeLog912 * Fix an issue with in-tree CMake builds in releases with GEN_FILES
2125 * Include the psa_constant_names generated source code in the source tree
4073 * Fix for out-of-tree builds using CMake. Found by jwurzer, and fix based on
/mbedtls/scripts/
A Dlcov.sh11 This can be an out-of-tree build.
12 For example (in-tree):
14 Or (out-of-tree):
A Dprepare_release.sh7 Prepare the source tree for a release.
/mbedtls/programs/test/
A Dgenerate_cpp_dummy_build.sh10 Run this program from the root of an Mbed TLS directory tree or from
/mbedtls/configs/
A DREADME.txt24 configuration file outside the Mbed TLS tree.
/mbedtls/configs/ext/
A DREADME.md18 https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_conf…
/mbedtls/3rdparty/everest/
A DREADME.md3 …d) [original implementation](https://github.com/project-everest/hacl-star/tree/master/code/curve25…
/mbedtls/programs/ssl/
A DCMakeLists.txt24 # propagate this information across the tree, for now it's only visible
/mbedtls/docs/architecture/testing/
A Ddriver-interface-test-strategy.md100 * With its own source tree.
111 * With its own source tree.
/mbedtls/tests/
A DCMakeLists.txt282 # If the generated .data files are present in the source tree, we just added
/mbedtls/docs/architecture/
A 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…
A Dpsa-shared-memory.md444 …here](https://git.gitlab.arm.com/iot/open-iot-sdk/examples/sdk-examples/-/tree/main/examples/mbedt…
/mbedtls/docs/
A 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/3rdparty/p256-m/p256-m/
A DREADME.md203 branch](https://github.com/mpg/tinycrypt/tree/measurements), based on version
/mbedtls/docs/architecture/psa-migration/
A Dmd-cipher-dispatch.md554 Work in progress on this conversion is at https://github.com/gilles-peskine-arm/mbedtls/tree/hash-u…
/mbedtls/tests/scripts/
A Dall.sh276 --restore First clean up the build tree, restoring backed up

Completed in 36 milliseconds