/openthread-latest/third_party/mbedtls/repo/configs/ext/ |
D | README.md | 20 In TF-M, they are distributed under a 3-Clause BSD license, as noted at the top of the files. 24 We only retain the note at the top of the files because we are taking the files verbatim, for ease …
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pkwrite.data | 81 Private key write check EC 256 bits (top bit set) 85 Private key write check EC 256 bits (top bit set) (DER) 97 Private key write check EC 521 bits (top byte is 0) 101 Private key write check EC 521 bits (top byte is 0) (DER)
|
D | test_suite_net.function | 115 * is implemented on top of select() and fd_set, which do not support
|
D | test_suite_oid.data | 126 OID get numeric string - no final / all bytes have top bit set
|
D | test_suite_psa_its.function | 4 * on top of stdio. It expects to know what the stdio name of a file is
|
D | test_suite_ecp.data | 767 ECP write key: secp256r1, top byte = 0, output_size=32 771 ECP write key: secp256r1, top byte = 0, output_size=31 (fits) 775 ECP write key: secp256r1, top byte = 0, output_size=30 (too small) 907 ECP write key ext: secp256r1, top byte = 0, output_size=32 911 ECP write key ext: secp256r1, top byte = 0, output_size=31 915 ECP write key ext: secp256r1, top byte = 0, output_size=30
|
D | test_suite_bignum_random.function | 355 * As an exception, the top bit may legitimately never be set
|
D | test_suite_ecp.function | 261 * See comments at the top of ecp_test_vect_restart()
|
/openthread-latest/tools/harness-simulation/ |
D | README.md | 15 …- Edit the value of `ot_path` to the absolute path where the top directory of the OpenThread repos… 39 1. On the POSIX machine, change directory to the top of the OpenThread repository, and run the foll…
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 39 …- Macros shall not be defined within a function or a block and should be defined at the top of a f… 79 …- All unused parameters shall be declared as such using the `OT_UNUSED_VARIABLE` macro at the top … 134 …names in the C/C++ language shall be in _upper camel case_. Exception: the top level OpenThread na… 138 - All OpenThread C++ code should be in the ‘ot’ top-level namespace. 151 …- All scoped (i.e. stack) variable declarations should be placed together at the top of the enclos…
|
D | CMakeLists.txt | 71 # Check if this is a top-level CMake.
|
D | README.md | 40 - Build an application on top of OpenThread
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | strategy.md | 144 top of that layer (dependency loop). 153 implementation is currently done on top of that layer. 168 on top of that layer, avoids concerns about dependency loops. 186 - Upside: avoids dependency loop when PSA implemented on top of that layer. 287 - Step 3 is done for hashes and top-level ECC modules (ECDSA, ECDH, ECJPAKE). 296 - for ECC, we have no internal uses of the top-level algorithms (ECDSA, ECDH, 385 implemented of top of the concerned layers 407 and Cipher layers, implemented on top of PSA, aiming for the lowest possible
|
D | psa-legacy-bridges.md | 86 …top of the other API. Most applications would convert legacy and PSA error code to their own error…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 43 The PSA subsystem provides storage on top of the PSA trusted storage interface. The state of the st… 52 In addition, Mbed TLS includes an implementation of the PSA trusted storage interface on top of C s…
|
D | invasive-testing.md | 42 > * on top of stdio. It expects to know what the stdio name of a file is
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | x509_crt.c | 2180 int top) in x509_crt_check_parent() argument 2193 if (top && parent->version < 3) { in x509_crt_check_parent() 2257 int top, in x509_crt_find_parent_in() argument 2290 if (x509_crt_check_parent(child, parent, top) != 0) { in x509_crt_find_parent_in() 2320 if (top && !signature_is_good) { in x509_crt_find_parent_in()
|
D | CMakeLists.txt | 8 # including the top level CMakeLists.txt.
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | README.md | 29 The GPIO paths are to the top-level directory for that GPIO. They must be already be exported befor…
|
/openthread-latest/src/cli/ |
D | README_TCP.md | 183 If "tls" is used, then the TLS protocol will be used for the connection (on top of TCP). When commu…
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 8 # the top level CMakeLists.txt.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 93 …de. Where possible for new files, this should be noted in a comment at the top of the file in the …
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | tls13-support.md | 344 functions `mbedtls_ssl_tls13_handshake_{client,server}_step` are the top level
|
D | mbed-crypto-storage-specification.md | 431 …use by the library. The only identifiers currently in use have the owner id (top 32 bits) set to 0.
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 425 top of the file.
|