Home
last modified time | relevance | path

Searched full:version (Results 1 – 25 of 791) sorted by relevance

12345678910>>...32

/openthread-3.5.0/third_party/mbedtls/repo/scripts/
Dbump_version.sh6 # Licensed under the Apache License, Version 2.0 (the "License"); you may
20 # Sets the version numbers in the source code to those given.
22 # Usage: bump_version.sh [ --version <version> ] [ --so-crypto <version>]
23 # [ --so-x509 <version> ] [ --so-tls <version> ]
27 VERSION=""
35 --version)
36 # Version to use
38 VERSION=$1
60 echo -e " --version <version>\tVersion to bump to."
61 echo -e " --so-crypto <version>\tSO version to bump libmbedcrypto to."
[all …]
Doutput_env.sh8 # Licensed under the Apache License, Version 2.0 (the "License"); you may
26 # - type and version of the operating system
27 # - version of make and cmake
28 # - version of armcc, clang, gcc-arm and gcc compilers
29 # - version of libc, clang, asan and valgrind if installed
30 # - version of gnuTLS and OpenSSL
61 VERSION_STR="Version could not be determined."
86 print_version "make" "--version" "" "head -n 1"
89 print_version "cmake" "--version" "" "head -n 1"
102 print_version "arm-none-eabi-gcc" "--version" "" "head -n 1"
[all …]
Dabi_check.py17 # Licensed under the Apache License, Version 2.0 (the "License"); you may
90 def _get_clean_worktree_for_git_revision(self, version): argument
91 """Make a separate worktree with version.revision checked out.
94 if version.repository:
97 version.revision, version.repository
102 version.repository, version.revision],
110 version.revision
112 worktree_rev = version.revision
120 version.commit = subprocess.check_output(
125 self.log.debug("Commit is {}".format(version.commit))
[all …]
Dassemble_changelog.py24 # Licensed under the Apache License, Version 2.0 (the "License"); you may
90 """Split out the top version section.
92 If the top version is already released, create a new top
93 version section for an unreleased version.
96 where the "top version" is the existing top version section if it's
105 """Return the text of a formatted version section title."""
110 """Split a changelog version section body into categories.
135 """A version section starts with a line starting with '='."""
187 more version sections. The version sections are in reverse
188 chronological order. Each version section consists of a title and a body.
[all …]
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dversion.h2 * \file version.h
4 * \brief Run-time version information
10 * Licensed under the Apache License, Version 2.0 (the "License"); you may
24 * determine the version number of the mbed TLS library used.
36 * The version number x.y.z is split into three parts.
44 * The single version number has the following structure:
46 * Major version | Minor version | Patch version
59 * Get the version number.
61 * \return The constructed version number in the format
67 * Get the version string ("x.y.z").
[all …]
Dpkcs11.h12 * Licensed under the Apache License, Version 2.0 (the "License"); you may
70 * future version of the library.
78 * future version of the library.
94 * future version of the library.
110 * future version of the library.
122 * version of the library.
147 * version of the library.
173 * version of the library.
188 * version of the library.
225 * version of the library.
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md7 … 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…
29version V and load-and-check passing on version W with the same data that proves that version W ca…
37version 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-3.5.0/third_party/mbedtls/repo/programs/test/cmake_subproject/
Dcmake_subproject.c8 * Licensed under the Apache License, Version 2.0 (the "License"); you may
39 #include "mbedtls/version.h"
46 /* This version string is 18 bytes long, as advised by version.h. */ in main()
47 char version[18]; in main() local
49 mbedtls_version_get_string_full( version ); in main()
51 mbedtls_printf( "Built against %s\n", version ); in main()
/openthread-3.5.0/tests/scripts/thread-cert/
Dv1_2_router_5_1_1.py44 'version': '1.2'
47 'version': '1.2'
81 msg.assertMleMessageContainsTlv(mle.Version)
82 assert msg.get_mle_message_tlv(mle.Version).version >= config.THREAD_VERSION_1_2
99 msg.assertMleMessageContainsTlv(mle.Version)
100 assert msg.get_mle_message_tlv(mle.Version).version >= config.THREAD_VERSION_1_2
110 msg.assertMleMessageContainsTlv(mle.Version)
113 assert msg.get_mle_message_tlv(mle.Version).version >= config.THREAD_VERSION_1_2
Dv1_2_test_parent_selection.py68 # higher version
75 'version': '1.2',
79 'version': '1.1',
83 'version': '1.2',
87 'version': '1.2',
91 'version': '1.1',
96 'version': '1.1',
101 'version': '1.2',
254 # Child Impacting Criteria - A Version number in the Version TLV
255 # equal to or higher than the version that implements features
[all …]
Dv1_2_test_enhanced_keep_alive.py51 'version': '1.2'
55 'version': '1.2',
90 msg.assertMleMessageContainsTlv(mle.Version)
91 … self.assertGreaterEqual(msg.get_mle_message_tlv(mle.Version).version, config.THREAD_VERSION_1_2)
108 msg.assertMleMessageContainsTlv(mle.Version)
109 … self.assertGreaterEqual(msg.get_mle_message_tlv(mle.Version).version, config.THREAD_VERSION_1_2)
119 msg.assertMleMessageContainsTlv(mle.Version)
121 … self.assertGreaterEqual(msg.get_mle_message_tlv(mle.Version).version, config.THREAD_VERSION_1_2)
Dcoap.py202 version, argument
211 self._version = version
221 def version(self): member in CoapMessage
258 …return ("CoapMessage(version={}, type={}, code={}, message_id={}, token={}, options=[{}], payload=…
260 self.version,
292 def version(self): member in CoapMessageProxy
293 return self._coap_message.version
337 …return ("CoapMessageProxy(version={}, type={}, code={}, message_id={}, token={}, options=[{}], pay…
339 self.version,
395 version = (initial_byte >> 6) & 0x3
[all …]
Dv1_2_LowPower_6_1_07_PreferringARouterOverAReed.py50 'version': '1.2',
56 'version': '1.1',
62 'version': '1.2',
69 'version': '1.2',
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) \
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/
Dcheck-python-files.sh6 # Licensed under the Apache License, Version 2.0 (the "License"); you may
33 import packaging.version
38 if packaging.version.parse(actual) < packaging.version.parse(wanted):
39 sys.stderr.write("$1: version %s is too old (want %s)\n" % (actual, wanted))
55 check_version mypy.version 0.780
59 # with an acceptable version, and exit without running any checks. The exit
/openthread-3.5.0/src/core/thread/
Dversion.hpp31 * This file includes definitions for Thread Version.
43 constexpr uint16_t kThreadVersion = OPENTHREAD_CONFIG_THREAD_VERSION; ///< Thread Version of this d…
45 constexpr uint16_t kThreadVersion1p1 = OT_THREAD_VERSION_1_1; ///< Thread Version 1.1
46 constexpr uint16_t kThreadVersion1p2 = OT_THREAD_VERSION_1_2; ///< Thread Version 1.2
47 constexpr uint16_t kThreadVersion1p3 = OT_THREAD_VERSION_1_3; ///< Thread Version 1.3
48 constexpr uint16_t kThreadVersion1p3p1 = OT_THREAD_VERSION_1_3_1; ///< Thread Version 1.3.1
/openthread-3.5.0/script/
Dcheck-api-version57 …'[-+]#define OPENTHREAD_API_VERSION (.+)' >"${OT_VERSIONS_FILE}" || die 'Version number is not upd…
61 …?<=-#define OPENTHREAD_API_VERSION ).+' "${OT_VERSIONS_FILE}") || die 'Failed to find old version!'
62 …<=\+#define OPENTHREAD_API_VERSION ).+' "${OT_VERSIONS_FILE}") || die 'Failed to find new version!'
66 echo "Old version: ${old_version}"
67 echo "New version: ${new_version}"
69 [[ $((new_version - old_version)) -gt 0 ]] || die 'Version is not increased!'
73 echo 'PASS: version check.'
Dclang-tidy30 CLANG_TIDY_VERSION="LLVM version 14.0"
31 CLANG_APPLY_REPLACEMENTS_VERSION="clang-apply-replacements version 14.0"
44 case "$($clang_tidy --version)" in
48 die "$($clang_tidy --version); $CLANG_TIDY_VERSION required"
60 case "$($clang_apply_replacements --version)" in
64 die "$($clang_apply_replacements --version); $CLANG_APPLY_REPLACEMENTS_VERSION required"
Dtest94 local version="$1"
112 "-DOT_THREAD_VERSION=${version}"
119 if [[ ${version} != "1.1" ]]; then
128 if [[ ${version} != "1.1" ]]; then
139 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-b…
142 …TARGET=ot-rcp OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/…
145 if [[ ${version} != "1.1" && ${INTER_OP_BBR} == 1 ]]; then
149 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cma…
152 …TARGET=ot-rcp OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDI…
160 local version="$1"
[all …]
/openthread-3.5.0/tools/harness-simulation/posix/
Dinstall.sh59 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"
Dconfig.yml6 version: '1.1'
16 version: '1.2'
31 version: '1.3'
47 version: '1.2'
66 version: '1.3'
/openthread-3.5.0/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_storage.py7 # Licensed under the Apache License, Version 2.0 (the "License"); you may
102 """The latest version of the storage format."""
105 version: Optional[int] = None,
113 self.version = self.LATEST_VERSION if version is None else version
150 header = self.MAGIC + self.pack('L', self.version)
151 if self.version == 0:
177 key = Key(version=0,
188 key = Key(version=0,
/openthread-3.5.0/.github/workflows/
Ddocker.yml72 VERSION=latest
74 TAGS="--tag ${DOCKER_IMAGE}:${VERSION}"
77 echo "version=${VERSION}" >> $GITHUB_OUTPUT
80 --build-arg VERSION=${VERSION} \
107 …x imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
/openthread-3.5.0/tests/scripts/thread-cert/border_router/
Dtest_rcp_radio_version.py35 # This test verifies `otbr-agent --radio-version` works.
53 'version': '1.2',
60 logging.info('RCP version: %s', rcp_version)
63 …ion_output = br.bash("/usr/sbin/otbr-agent -d7 -v spinel+hdlc+uart:///dev/ttyUSB0 --radio-version")
64 logging.info("--radio-version output: %r", radio_version_output)
/openthread-3.5.0/
DCODE_OF_CONDUCT.md43 …he [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/ve…
46 [version]: http://contributor-covenant.org/version/1/4/
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509parse.data3 x509_cert_info:"data_files/server1.crt":"cert. version \: 3\nserial number \: 01\nissuer na…
7 x509_cert_info:"data_files/server1.crt.der":"cert. version \: 3\nserial number \: 01\nissue…
11 x509_cert_info:"data_files/server2.crt":"cert. version \: 3\nserial number \: 02\nissuer na…
15 x509_cert_info:"data_files/server2.crt.der":"cert. version \: 3\nserial number \: 02\nissue…
19 x509_cert_info:"data_files/test-ca.crt":"cert. version \: 3\nserial number \: 03\nissuer na…
23 x509_cert_info:"data_files/test-ca.crt.der":"cert. version \: 3\nserial number \: 03\nissue…
27 x509_cert_info:"data_files/cert_md2.crt":"cert. version \: 3\nserial number \: 09\nissuer n…
31 x509_cert_info:"data_files/cert_md4.crt":"cert. version \: 3\nserial number \: 05\nissuer n…
35 x509_cert_info:"data_files/cert_md5.crt":"cert. version \: 3\nserial number \: 06\nissuer n…
39 x509_cert_info:"data_files/cert_sha1.crt":"cert. version \: 3\nserial number \: 07\nissuer …
[all …]

12345678910>>...32