| /lib/zlib/ |
| A D | trees.c | 169 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument 175 send_bits(s, tree[c].Code, tree[c].Len); } 449 (tree[n].Freq < tree[m].Freq || \ 450 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m])) 519 bits = tree[tree[n].Dad].Len + 1; 529 f = tree[n].Freq; 644 tree[n].Len = 0; 655 tree[node].Freq = 1; 679 tree[node].Freq = tree[n].Freq + tree[m].Freq; 682 tree[n].Dad = tree[m].Dad = (ush)node; [all …]
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | lms.c | 428 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 …]
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | lcov.sh | 11 This can be an out-of-tree build. 12 For example (in-tree): 14 Or (out-of-tree):
|
| A D | prepare_release.sh | 7 Prepare the source tree for a release.
|
| /lib/mbedtls/external/mbedtls/ |
| A 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)
|
| A 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:
|
| A D | SUPPORT.md | 8 - the `docs` directory in the source tree;
|
| A 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…
|
| A 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…
|
| /lib/ |
| A D | Kconfig | 39 bool "Allow access to binman information in the device tree" 44 stored in the device tree in a binman node. Typical uses are to 999 accessing binary device tree images in memory, such as adding and 1002 version of the device tree. 1023 hex "Free space added to device-tree before booting" 1029 tree for fix-ups. This setting defines by how many bytes U-Boot 1030 extends the device-tree before booting. 1041 version of the device tree. 1063 version of the device tree. 1085 version of the device tree. [all …]
|
| /lib/libfdt/ |
| A D | README | 11 tree 2f648f0f88225a51ded452968d28b4402df8ade0
|
| /lib/mbedtls/external/mbedtls/programs/test/ |
| A D | generate_cpp_dummy_build.sh | 10 Run this program from the root of an Mbed TLS directory tree or from
|
| /lib/mbedtls/external/mbedtls/configs/ |
| A D | README.txt | 24 configuration file outside the Mbed TLS tree.
|
| /lib/mbedtls/external/mbedtls/3rdparty/everest/ |
| A D | README.md | 3 …d) [original implementation](https://github.com/project-everest/hacl-star/tree/master/code/curve25…
|
| /lib/mbedtls/external/mbedtls/configs/ext/ |
| A D | README.md | 18 https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_conf…
|
| /lib/lwip/lwip/ |
| A D | README | 65 Git source tree. 74 The current Git tree is web-browsable:
|
| A D | BUILDING | 112 in the source tree. We try to maintain them,
|
| /lib/mbedtls/external/mbedtls/programs/ssl/ |
| A D | CMakeLists.txt | 24 # propagate this information across the tree, for now it's only visible
|
| /lib/efi_loader/ |
| A D | Kconfig | 368 embedded in the platform's device tree and used for capsule 390 bool "Device tree fixup protocol" 394 The EFI device-tree fix-up protocol provides a function to let the 477 replace the transfer via the device-tree. The latter is not
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 100 pppdump is a ppp tool outside pppd source tree. 199 pppdump is a ppp tool outside pppd source tree.
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | driver-interface-test-strategy.md | 100 * With its own source tree. 111 * With its own source tree.
|
| /lib/zstd/common/ |
| A D | huf.h | 208 size_t HUF_buildCTable_wksp (HUF_CElt* tree,
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 1032 # - Make sure the INPUT points to the root of the source tree 1235 # shown in the various tree structured indices initially; the user can expand 1236 # and collapse entries dynamically later on. Doxygen will expand the tree to 1238 # a fully collapsed tree already exceeds this amount). So setting the number of 1239 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1241 # tree by default. 1346 # the table of contents of the HTML help documentation and to the tree view. 1446 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index 1448 # value is set to YES, a side panel will be generated containing a tree-like 1455 # the root of the tree instead of the PROJECT_NAME. Since the tree basically has [all …]
|
| A D | lwip.Doxyfile.cmake.in | 1032 # - Make sure the INPUT points to the root of the source tree 1235 # shown in the various tree structured indices initially; the user can expand 1236 # and collapse entries dynamically later on. Doxygen will expand the tree to 1238 # a fully collapsed tree already exceeds this amount). So setting the number of 1239 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1241 # tree by default. 1346 # the table of contents of the HTML help documentation and to the tree view. 1446 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index 1448 # value is set to YES, a side panel will be generated containing a tree-like 1455 # the root of the tree instead of the PROJECT_NAME. Since the tree basically has [all …]
|
| /lib/mbedtls/external/mbedtls/tests/ |
| A D | CMakeLists.txt | 282 # If the generated .data files are present in the source tree, we just added
|