/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | abi_check.py | 157 def _get_clean_worktree_for_git_revision(self, version): argument 161 if version.repository: 164 version.revision, version.repository 169 version.repository, version.revision], 177 version.revision 179 worktree_rev = version.revision 187 version.commit = subprocess.check_output( 192 self.log.debug("Commit is {}".format(version.commit)) 195 def _update_git_submodules(self, git_worktree_path, version): argument 206 and version.crypto_revision): [all …]
|
D | ci.requirements.txt | 5 # Use a known version of Pylint, because new versions tend to add warnings 7 # 2.4.4 is the version in Ubuntu 20.04. It supports Python >=3.5. 10 # Use the earliest version of mypy that works with our code base. 16 # but our CI has Python 3.5. So let pip install the newest version that's
|
D | driver.requirements.txt | 3 # Jinja2 <3.0 needs an older version of markupsafe, but does not 9 # Use the version of Jinja that's in Ubuntu 20.04.
|
/openthread-latest/tools/tcat_ble_client/ |
D | poetry.lock | 5 version = "4.0.2" 15 typing-extensions = {version = ">=3.6.5", markers = "python_version < \"3.8\""} 19 version = "0.20.2" 29 async-timeout = {version = ">=3.0.0,<5", markers = "python_version < \"3.11\""} 30 bleak-winrt = {version = ">=1.2.0,<2.0.0", markers = "platform_system == \"Windows\""} 31 dbus-fast = {version = ">=1.83.0,<2.0.0", markers = "platform_system == \"Linux\""} 32 pyobjc-core = {version = ">=9.0.1,<10.0.0", markers = "platform_system == \"Darwin\""} 33 pyobjc-framework-CoreBluetooth = {version = ">=9.0.1,<10.0.0", markers = "platform_system == \"Darw… 34 pyobjc-framework-libdispatch = {version = ">=9.0.1,<10.0.0", markers = "platform_system == \"Darwin… 35 typing-extensions = {version = ">=4.2.0,<5.0.0", markers = "python_version < \"3.8\""} [all …]
|
/openthread-latest/script/ |
D | test | 94 local version="$1" 113 "-DOT_THREAD_VERSION=${version}" 120 if [[ ${version} != "1.1" ]]; then 129 if [[ ${version} != "1.1" ]]; then 155 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-b… 158 …TARGET=ot-rcp OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/… 161 if [[ ${version} != "1.1" && ${INTER_OP_BBR} == 1 ]]; then 165 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cma… 168 …TARGET=ot-rcp OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDI… 176 local version="$1" [all …]
|
/openthread-latest/tools/harness-simulation/posix/ |
D | install.sh | 59 local target build_dir cflags version options 63 version=$(jq -r '.version' <<<"$1") 78 -DOT_THREAD_VERSION="$version" \ 86 local target build_dir version rcp_options 89 version=$(jq -r '.version' <<<"$1") 102 -DOT_THREAD_VERSION="$version" \ 116 "-DOT_THREAD_VERSION=$version"
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | check-python-files.sh | 21 import packaging.version 26 if packaging.version.parse(actual) < packaging.version.parse(wanted): 43 check_version mypy.version 0.780
|
D | generate_psa_tests.py | 427 def __init__(self, info: psa_information.Information, version: int, forward: bool) -> None: 438 self.version = version #type: int 531 key = StorageTestData(version=self.version, 562 key1 = StorageTestData(version=self.version, 615 key = StorageTestData(version=self.version, 659 key1 = StorageTestData(version=self.version, 666 key2 = StorageTestData(version=self.version, 705 def __init__(self, info: psa_information.Information, version: int) -> None: 706 super().__init__(info, version, True) 741 key = StorageTestData(version=self.version,
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | psa_storage.py | 103 version: Optional[int] = None, 111 self.version = self.LATEST_VERSION if version is None else version 153 header = self.MAGIC + self.pack('L', self.version) 154 if self.version == 0: 180 key = Key(version=0, 191 key = Key(version=0,
|
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package_install/ |
D | cmake_package_install.c | 21 char version[18]; in main() local 23 mbedtls_version_get_string_full(version); in main() 25 mbedtls_printf("Built against %s\n", version); in main()
|
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_subproject/ |
D | cmake_subproject.c | 21 char version[18]; in main() local 23 mbedtls_version_get_string_full(version); in main() 25 mbedtls_printf("Built against %s\n", version); in main()
|
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package/ |
D | cmake_package.c | 20 char version[18]; in main() local 22 mbedtls_version_get_string_full(version); in main() 24 mbedtls_printf("Built against %s\n", version); in main()
|
/openthread-latest/tests/scripts/thread-cert/ |
D | coap.py | 202 version, argument 211 self._version = version 221 def version(self): member in CoapMessage 260 self.version, 292 def version(self): member in CoapMessageProxy 293 return self._coap_message.version 339 self.version, 395 version = (initial_byte >> 6) & 0x3 399 return version, _type, token_length 402 version, _type, token_length = self._parse_initial_byte(data, message_info) [all …]
|
D | mesh_cop.py | 819 def __init__(self, version, joiner_flag): argument 820 self._version = version 824 def version(self): member in DiscoveryRequest 832 return (isinstance(self, type(other)) and self.version == other.version and 836 return "DiscoveryRequest(version={}, joiner_flag={})".format(self.version, self.joiner_flag) 843 version = (data_byte & 0xf0) >> 4 846 return DiscoveryRequest(version, joiner_flag) 852 def __init__(self, version, native_flag): argument 853 self._version = version 857 def version(self): member in DiscoveryResponse [all …]
|
D | v1_2_LowPower_6_1_07_PreferringARouterOverAReed.py | 121 .filter(lambda p: p.mle.tlv.version >= config.THREAD_VERSION_1_2) \ 130 .filter(lambda p: p.mle.tlv.version == config.THREAD_VERSION_1_1) \ 139 .filter(lambda p: p.mle.tlv.version >= consts.THREAD_VERSION_1_2) \ 155 .filter(lambda p: p.mle.tlv.version >= consts.THREAD_VERSION_1_2) \
|
D | dtls.py | 95 def __init__(self, content_type, version, epoch, sequence_number, length, fragment): argument 97 self.version = version 104 …return (struct.pack(">B", self.content_type) + self.version.to_bytes() + struct.pack(">H", self.ep… 110 version = ProtocolVersion.from_bytes(data) 115 return cls(content_type, version, epoch, sequence_number, length, fragment) 120 self.version, 626 if record.version.major != 0xfe or record.version.minor != 0xFD:
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 7 … only validates that it's possible to load a key that was saved with the version of Mbed TLS under… 15 … is: as a user of Mbed TLS, I want to store a key under version V and read it back under version W… 17 … way would be difficult because we'd need to have version V of Mbed TLS available when testing ver… 19 …irect approach consists of generating test data under version V, and reading it back under version… 23 …nsure the stability of the storage format by creating test cases under a version V of Mbed TLS, wh… 27 …passes with version V, this means that the test data is consistent with what the implementation do… 29 …version V and load-and-check passing on version W with the same data that proves that version W ca… 37 …version of Mbed TLS, since there would be no indication that more test cases used to exist. It can… 39 …ide to stop supporting old keys (which should only be done by retiring a version of the storage fo… 56 … the desired test cases for keys created with the current storage format version. When the storage…
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_version.data | 1 Check compile time library version 4 Check runtime library version
|
D | test_suite_x509parse.data | 3 x509_cert_info:"data_files/parse_input/server1.crt":"cert. version \: 3\nserial number \: 0… 7 x509_cert_info:"data_files/parse_input/server1.crt.der":"cert. version \: 3\nserial number … 11 x509_cert_info:"data_files/parse_input/server2.crt":"cert. version \: 3\nserial number \: 0… 15 x509_cert_info:"data_files/parse_input/server2.crt.der":"cert. version \: 3\nserial number … 19 x509_cert_info:"data_files/parse_input/test-ca.crt":"cert. version \: 3\nserial number \: 0… 23 x509_cert_info:"data_files/parse_input/test-ca.crt.der":"cert. version \: 3\nserial number … 27 x509_cert_info:"data_files/parse_input/cert_md5.crt":"cert. version \: 3\nserial number \: … 31 x509_cert_info:"data_files/parse_input/cert_sha1.crt":"cert. version \: 3\nserial number \:… 35 x509_cert_info:"data_files/parse_input/cert_sha224.crt":"cert. version \: 3\nserial number … 39 x509_cert_info:"data_files/parse_input/cert_sha256.crt":"cert. version \: 3\nserial number … [all …]
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_storage.c | 227 uint8_t version[4]; member 246 MBEDTLS_PUT_UINT32_LE(0, storage_format->version, 0); in psa_format_key_data_for_storage() 275 uint32_t version; in psa_parse_key_data_from_storage() local 286 version = MBEDTLS_GET_UINT32_LE(storage_format->version, 0); in psa_parse_key_data_from_storage() 287 if (version != 0) { in psa_parse_key_data_from_storage()
|
D | x509_crl.c | 306 while (crl->version != 0 && crl->next != NULL) { in mbedtls_x509_crl_parse_der() 310 if (crl->version != 0 && crl->next == NULL) { in mbedtls_x509_crl_parse_der() 379 if ((ret = x509_crl_get_version(&p, end, &crl->version)) != 0 || in mbedtls_x509_crl_parse_der() 385 if (crl->version < 0 || crl->version > 1) { in mbedtls_x509_crl_parse_der() 390 crl->version++; in mbedtls_x509_crl_parse_der() 453 if (crl->version == 2) { in mbedtls_x509_crl_parse_der() 606 prefix, crl->version); in mbedtls_x509_crl_info()
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | harness_controller.py | 82 self.version = harness_info.getint('Thread_Harness_Info', 'SVN') 109 if self.version >= HARNESS_SVN_VERSION_R44: 132 if self.version >= HARNESS_SVN_VERSION_R44:
|
/openthread-latest/third_party/mbedtls/repo/ |
D | BRANCHES.md | 9 this is where the next major version of Mbed TLS (version 4.0) is being 22 API compatibility in the `main` branch across minor version changes (e.g. 24 compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain 37 modification with any later release x.y'.z' with the same major version 74 We intend to maintain this backward compatibility throughout a major version 79 LTS, but future major version upgrades (for example from 2.28.x/3.x to 4.y) 93 minimum version of tools needed to build the code. The only exception, as 115 Users are urged to always use the latest version of a maintained branch.
|
/openthread-latest/third_party/mbedtls/repo/programs/x509/ |
D | cert_write.c | 199 int version; /* CRT version */ member 366 opt.version = DFL_VERSION - 1; in main() 448 opt.version = atoi(q); in main() 449 if (opt.version < 1 || opt.version > 3) { in main() 453 opt.version--; in main() 845 mbedtls_x509write_crt_set_version(&crt, opt.version); in main() 866 if (opt.version == MBEDTLS_X509_CRT_VERSION_3 && in main() 884 if (opt.version == MBEDTLS_X509_CRT_VERSION_3 && in main() 901 if (opt.version == MBEDTLS_X509_CRT_VERSION_3 && in main() 919 if (opt.version == MBEDTLS_X509_CRT_VERSION_3 && in main() [all …]
|
/openthread-latest/third_party/mbedtls/repo/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 16 Mbed TLS version (number or commit id): 17 Operating system and version:
|