Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 33) sorted by relevance

12

/openthread-latest/tests/toranj/cli/
Dtest-017-network-data-versions.py99 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
Dtest-019-netdata-context-id.py127 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/
Dpoetry.lock8 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/
Dtest_suite_psa_crypto_storage_format.function228 * 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. */
Dtest_suite_psa_crypto_metadata.function310 /* Truncated versions */
341 /* At-leat-this-length versions */
434 /* Truncated versions */
467 /* At-leat-this-length versions */
Dtest_suite_psa_crypto_persistent_key.function24 * documented interface, but it must be preserved between versions so that
/openthread-latest/third_party/mbedtls/repo/pkgconfig/
DCMakeLists.txt7 # Prefix with something that won't clash with newer versions of CMAKE.
/openthread-latest/third_party/mbedtls/repo/scripts/
Dci.requirements.txt5 # Use a known version of Pylint, because new versions tend to add warnings
/openthread-latest/third_party/mbedtls/repo/
DBRANCHES.md34 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
DCMakeLists.txt27 # 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.pylintrc54 # Some versions of Pylint (including 1.8, which is the version on
DREADME.md45 ### 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…
DCONTRIBUTING.md33versions of the library and it should not be necessary for a user to make any changes to their own…
DChangeLog89 * 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 …]
DLICENSE451 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/
Dpsa-storage-format-testing.md7 … 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…
Dinvasive-testing.md89 …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/
DREADME.md331 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/
DREADME.md23 …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/
D3.0-migration-guide.md5 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/
Dstart.sh184 run cli/test-017-network-data-versions.py
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md56 * 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/
Dalternative-implementations.md24 …ternative implementation will remain supported in at least all Mbed TLS versions of the form 3.x. …
Dtls13-support.md79 - Supported versions:
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE451 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

12