/openthread-latest/tests/toranj/cli/ |
D | test-017-network-data-versions.py | 99 versions = r1.get_netdata_versions() variable 105 global versions 107 verify(new_versions[0] == ((versions[0] + 1) % 256)) 108 verify(new_versions[1] == ((versions[1] + 1) % 256)) 109 versions = new_versions 113 global versions 115 verify(new_versions[0] == ((versions[0] + 1) % 256)) 116 verify(new_versions[1] == versions[1]) 117 versions = new_versions
|
D | test-019-netdata-context-id.py | 127 global netdata, versions 128 versions = r1.get_netdata_versions() 161 old_versions = versions 162 versions = r1.get_netdata_versions() variable 163 verify(versions != old_versions) 169 verify(versions == r1.get_netdata_versions())
|
/openthread-latest/tools/tcat_ble_client/ |
D | poetry.lock | 8 python-versions = ">=3.6" 22 python-versions = ">=3.7,<4.0" 42 python-versions = "*" 62 python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" 73 python-versions = ">=3.7,<4.0" 112 python-versions = ">=3.7" 126 python-versions = ">=3.7" 146 python-versions = ">=3.7" 157 python-versions = ">=3.7" 168 python-versions = ">=3.7" [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_storage_format.function | 228 * check that it has the expected format so that future versions 254 * versions of Mbed TLS will guarantee that future versions 298 * past versions of Mbed TLS. */
|
D | test_suite_psa_crypto_metadata.function | 310 /* Truncated versions */ 341 /* At-leat-this-length versions */ 434 /* Truncated versions */ 467 /* At-leat-this-length versions */
|
D | test_suite_psa_crypto_persistent_key.function | 24 * documented interface, but it must be preserved between versions so that
|
/openthread-latest/third_party/mbedtls/repo/pkgconfig/ |
D | CMakeLists.txt | 7 # Prefix with something that won't clash with newer versions of CMAKE.
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | ci.requirements.txt | 5 # Use a known version of Pylint, because new versions tend to add warnings
|
/openthread-latest/third_party/mbedtls/repo/ |
D | BRANCHES.md | 34 We maintain API compatibility in released versions of Mbed TLS. If you have 71 We maintain backward compatibility with previous versions of the 75 of Mbed TLS (for example, all Mbed TLS 3.y versions will be able to read
|
D | CMakeLists.txt | 27 # policy setting is deprecated, and will be removed in future versions. 32 # for CMake versions >= 3.18.3 otherwise a deprecated warning is generated. The OLD policy setting 33 # is deprecated and will be removed in future versions. 195 # some warnings we want are not available with old GCC versions
|
D | .pylintrc | 54 # Some versions of Pylint (including 1.8, which is the version on
|
D | README.md | 45 ### Tool versions 50 …Compiler 6, IAR 8 and Visual Studio 2017. More recent versions should work. Slightly older version… 55 * Doxygen 1.8.11 or later (if building the documentation; slightly older versions should work). 253 Instead of manually installing the required versions of all tools required for testing, it is possi…
|
D | CONTRIBUTING.md | 33 …versions of the library and it should not be necessary for a user to make any changes to their own…
|
D | ChangeLog | 89 * Improve performance for gcc (versions older than 9.3.0) and IAR. 306 * Officially require Python 3.8 now that earlier versions are out of support. 451 (notably recent versions of Clang and IAR) could produce non-constant 771 visualc/VS2010 to visualc/VS2013 as we do not support building with versions 802 If you need to communicate with peers that use earlier versions of 1629 * Refresh the minimum supported versions of tools to build the 1630 library. CMake versions older than 3.10.2 and Python older 2027 * On recent enough versions of FreeBSD and DragonFlyBSD, the entropy module 2289 * Only pass -Wformat-signedness to versions of GCC that support it. Reported 3143 such CRTs were rejected in some applications, e.g. some versions of [all …]
|
D | LICENSE | 451 9. The Free Software Foundation may publish revised and/or new versions 452 of the General Public License from time to time. Such new versions will
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 7 … test, but also that it's possible to load a key that was saved with previous versions of Mbed TLS. 19 …rge amount of test data (full test coverage multiplied by the number of versions that we want to p… 35 … base: if something has worked before, it should keep working in future versions, so we should kee…
|
D | invasive-testing.md | 89 …tever the tests check is guaranteed behavior of the product which cannot change in future versions. 346 Goal: test that the storage format does not change between versions (or if it does, an upgrade path…
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 331 internal `u32_muladd64()` function, as well as two pure C versions of this 429 There are 4 versions of the internal function `u32_muladd64`: two assembly 430 versions, for Cortex-M/A cores with or without the DSP extension, and two 431 pure-C versions, depending on whether `MUL64_IS_CONSTANT_TIME`. 437 - `./consttime.sh` on x64 tests both pure-C versions (with Clang). 441 assembly versions (with GCC).
|
/openthread-latest/tools/harness-simulation/ |
D | README.md | 23 …Note that it may be time-consuming to build all versions of `ot-cli-ftd`s and OTBR Docker images e…
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 5 compatibility with previous versions, so users (and alt implementers) might 64 …ayout of structures is not considered part of the stable API, and minor versions (3.1, 3.2, etc.) … 66 …ease note that even if all the fields of a structure are public, future versions may add new field… 417 versions of the library. 512 Some constants and types that were present in beta versions of the PSA Crypto 633 These versions have been deprecated by RFC 8996. 638 The migration path is to adopt the latest versions of the protocol.
|
/openthread-latest/tests/toranj/ |
D | start.sh | 184 run cli/test-017-network-data-versions.py
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 56 * If `MBEDTLS_PSA_CRYPTO_CONFIG` is unset, which is the default at least in Mbed TLS 2.x versions, … 94 …xport support for that key type, but this may not be the case in future versions.) Applications sh… 221 …ps? Not a priority: constrained devices don't do FFDH. Specify it as may change in future versions.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | alternative-implementations.md | 24 …ternative implementation will remain supported in at least all Mbed TLS versions of the form 3.x. …
|
D | tls13-support.md | 79 - Supported versions:
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | LICENSE | 451 9. The Free Software Foundation may publish revised and/or new versions 452 of the General Public License from time to time. Such new versions will
|