/openthread-latest/tools/harness-sniffer/ |
D | README.md | 5 1. require python3 is installed on windows and in the system environment path. 6 2. require TestHarness is updated on `ReportEngine.pyd`
|
/openthread-latest/src/lib/spinel/ |
D | spinel.c | 145 #ifndef require 146 #define require(c, l) require_action(c, l, {}) macro 536 require(pui_len > 0, bail); in spinel_datatype_vunpack_() 538 require(pui_len <= (spinel_ssize_t)data_len, bail); in spinel_datatype_vunpack_() 604 require(pui_len > 0, bail); in spinel_datatype_vunpack_() 605 require(block_len < SPINEL_FRAME_MAX_SIZE, bail); in spinel_datatype_vunpack_() 655 require(pui_len > 0, bail); in spinel_datatype_vunpack_() 656 require(block_len < SPINEL_FRAME_MAX_SIZE, bail); in spinel_datatype_vunpack_()
|
/openthread-latest/third_party/mbedtls/repo/ |
D | .pylintrc | 14 # We prefer docstrings, but we don't require them on all functions.
|
D | BRANCHES.md | 80 may require the use of an upgrade tool.
|
D | README.md | 87 …require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are suff…
|
D | ChangeLog | 306 * Officially require Python 3.8 now that earlier versions are out of support. 671 compilers still require MBEDTLS_HAVE_ASM and a 64-bit target.) 1578 * The following functions now require an RNG parameter: 1590 * Signature functions in the RSA and PK modules now require the hash 2229 require the attacker to control that IP address, though). Similar attacks 3394 would require a non DER-compliant certificate to be correctly signed by a 3779 particular, don't require P,Q if neither CRT nor blinding are 4059 library features that do not require an entropy source. 4255 require reading a string of close to or larger than 2^62 bytes. 4745 * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | invasive-testing.md | 184 | Coverage | ~ Many useful tests require additional internal interfaces | 185 | Correctness | + Does not require a product change | 224 …Either we're testing or we're not. Fine-grained options for testing would require more test builds… 226 …code should have exactly the same behavior. Changing the behavior should require some action at ru… 243 | Maintainability | ~ Depending on the instrumentation, this may require additional builds and scri… 244 | | + Many properties come for free, but some require effort (e.g. the test code it…
|
D | psa-storage-format-testing.md | 19 …version V, and reading it back under version W. Done naively, this would require keeping a large a…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 172 **Design decision: require symmetric cryptography drivers to read their input without a risk of rea… 182 **Design decision: require key derivation drivers to emit their output without reading back from th… 202 **Design decision: for now, require AEAD drivers to read the additional data without a risk of read… 208 **Design decision: for now, require sign/verify-message drivers to read their input without a risk … 328 Approach (2) is insufficient for the full testing we require as we need to be able to check both in… 332 …d need to allocate poisoned buffers in separate memory pages. They would require special handling … 371 * Does not require complex linking against different versions of `malloc()` (as is the case with th… 461 …* Ease of reproduction - Does the prototype require a particular platform or tool to be set up? Ho… 465 … Implement tests using this approach for each of the PSA interfaces that require careful-access te… 475 Most of the test methods discussed above need extra setup. Some require leaking of buffer bounds, p… [all …]
|
D | psa-storage-resilience.md | 107 …tion with the secure element is fast, for key management operations that require a small amount of… 129 …secure element state and writing a different state after that, this will require a total of 4 upda… 137 …ide to commit the transaction (which may require replaying the interrupted part) or abort it (whic… 140 … import. This seems impractical in general. Also, the second driver call require a new call to `"a… 157 …mmit all key destructions. This does not require querying the state of the secure element. This do… 297 …ated on a device with leftovers from an interrupted transaction. We will require and test that the… 372 This choice of algorithm does not require the secure element driver to have a `"get_key_attributes"…
|
D | psa-crypto-implementation-structure.md | 135 Some mechanisms require other mechanisms. For example, you can't do GCM without a block cipher, or … 150 Some mechanisms require state to be kept between function calls. Keys and key-like data is kept in …
|
D | mbed-crypto-storage-specification.md | 10 1. Any change may break existing installations and may require an upgrade path.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | testing.md | 93 Changes in this category rarely require specific testing, as everything should
|
D | strategy.md | 83 It will then require follow-up work to make use of the new PSA APIs in 90 part of) it ourselves under the hood as needed, but that would likely require 98 1. Make it possible to enable the parts of PSA Crypto that don't require an 104 2. For operations that require an RNG, provide an alternative function
|
D | md-cipher-dispatch.md | 267 …470). For ciphers, this is more complicated because the cipher functions require the keystore, and… 295 In this analysis, we have not found a compelling reason to require all legacy mechanisms to also be… 302 …in hash calculation. (We could not create an abstraction, but that would require every piece of mi… 336 …CRYPTO` and `MBEDTLS_SSL_PROTO_TLS1_3` require `MBEDTLS_PSA_CRYPTO_C`, while in principle they sho… 521 …ty”](#implications-between-legacy-availability-and-psa-availability), we require the following pro…
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | README.md | 23 …kets sent by the slave which are smaller than or equal to this size will require only a single SPI…
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 30 [Req.inclusion] If the application does not require a mechanism, a suitably configured Mbed TLS bui… 34 …mechanism consists of C preprocessor definitions, and the build does not require tools other than … 98 …cp256r1, `PSA_WANT_ECC_MONTGOMERY_255` for Curve25519. It is an error to require an ECC key type b…
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_metadata.function | 3 * This test suite only contains tests that don't require executing 4 * code. Other test suites validate macros that require creating a key
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | use-psa-crypto.md | 58 its use in other modules opt-in. However, PSA Crypto functions require that
|
D | 3.0-migration-guide.md | 98 - In some functions that require a valid pointer, “parameter validation” checks 236 … or using GCM via the `mbedtls_cipher_xxx` or `psa_aead_xxx` interfaces do not require any changes. 444 ### Signature functions now require the hash length to match the expected value 782 Users which require access to the raw keys used to secure application
|
D | psa-transition.md | 35 * Mbed TLS legacy APIs require key material to be present in the application memory. The PSA Crypto… 36 … Mbed TLS do not follow. For example, many legacy cryptography functions require the caller to kno… 37 * Mbed TLS legacy APIs require passing around a random generator argument where needed. This has hi… 44 * Mbed TLS 4.0.0 (2024?): X.509 and TLS require the PSA API. Removal of some legacy crypto APIs. 84 Functions that output data require an output buffer of sufficient size. For all PSA crypto API func… 88 … API is that in the PSA API, access to keys is indirect. Operations that require a key take a para… 944 Generally, `psa_sign_hash` and `psa_verify_hash` require the input to have the correct length for t… 967 …4a62e33cae0cf64bfc3b22a4) is equivalent to `PSA_ALG_ECDSA`, but does not require specifying a hash… 1320 …rdering. Where the legacy API makes a single function call, the PSA API may require multiple calls.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 235 …rements in [Correctness out of the box](#correctness-out-of-the-box), we require our functions to … 239 We only require linearizability to hold in the case where a resource-management error is not return… 333 If, in future, we want to protect against this within the library then operations will require a st… 357 The first is too restrictive, the second and the third would require making it a stable API, and wo…
|
/openthread-latest/third_party/mbedtls/repo/programs/ |
D | README.md | 83 …ine most of the features supported by the library, and most applications require only a few featur…
|
/openthread-latest/ |
D | CONTRIBUTING.md | 88 …pment branch so that merging it will be a simple fast-forward that won't require any conflict reso…
|
/openthread-latest/src/cli/ |
D | README_HISTORY.md | 5 All commands under `history` require `OPENTHREAD_CONFIG_HISTORY_TRACKER_ENABLE` feature to be enabl…
|