Home
last modified time | relevance | path

Searched full:requirements (Results 1 – 25 of 28) sorted by relevance

12

/openthread-3.5.0/third_party/mbedtls/repo/scripts/
Dmin_requirements.py37 class Requirements: class
38 """Collect and massage Python requirements."""
41 self.requirements = [] #type: List[str]
51 """Add requirements from the specified file.
70 self.requirements.append(self.adjust_requirement(line))
73 """List the gathered requirements."""
74 for req in self.requirements:
82 """Call pip to install the requirements."""
94 req_file_name = os.path.join(temp_dir, 'requirements.txt')
102 DEFAULT_REQUIREMENTS_FILE = 'ci.requirements.txt'
[all …]
Dmaintainer.requirements.txt3 -r ci.requirements.txt
Dci.requirements.txt1 # Python package requirements for Mbed TLS testing.
/openthread-3.5.0/tests/scripts/thread-cert/
Drequirements.txt5 # pip-compile requirements.in
8 # via -r requirements.in
14 # via -r requirements.in
20 # via -r requirements.in
22 # via -r requirements.in
DCert_5_1_07_MaxChildCount.py45 # conformance requirements for router-capable devices:
/openthread-3.5.0/tools/harness-simulation/posix/
Dinstall.sh47 pip3 install -r "${POSIX_DIR}/requirements.txt"
143 cp "${ETC_DIR}/requirements.txt" root/tmp/requirements.txt
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md25 …re element driver interface. Note that a test case may cover multiple requirements; for example a …
121 ### Test requirements
123 #### Requirements for transparent driver testing
127 #### Requirements for fallback
Dinvasive-testing.md14 * [“Requirements”](#requirements) explores the reasons why invasive testing is needed and how it sh…
79 ## Requirements section in Mbed TLS invasive testing strategy
/openthread-3.5.0/.github/workflows/
Dtoranj.yml75 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
106 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
140 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
Dsimulation-1.1.yml69 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
117 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
167 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
210 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
338 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
Dsimulation-1.2.yml82 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
141 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
205 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
297 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
Dotbr.yml77 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
186 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
Dotci.yml69 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
Dposix.yml149 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
/openthread-3.5.0/src/core/thread/
Dnetwork_data_service.hpp429 * The template type `ServiceType` has the following requirements:
456 * The template type `ServiceType` has the following requirements:
481 * The template type `ServiceType` has the following requirements:
501 * The template type `ServiceType` has the following requirements:
523 * The template type `ServiceType` has the following requirements:
/openthread-3.5.0/tools/harness-automation/doc/
Dquickstart.rst16 pip install -r requirements.txt
/openthread-3.5.0/tools/harness-simulation/harness/
Dinstall.bat38 %THREADDIR%\Python27\python.exe -m pip install -r requirements.txt
/openthread-3.5.0/tools/harness-simulation/posix/etc/
DDockerfile86 && pip2 install -r /tmp/requirements.txt \
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dccm.c165 * Check length requirements: SP800-38C A.1 in ccm_auth_crypt()
169 * Also, loosen the requirements to enable support for CCM* (IEEE 802.15.4). in ccm_auth_crypt()
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md26 ### Requirements subsection
128 …sa.h` includes `psa/crypto_config.h`, the user-editable file that defines application requirements.
Dpsa-driver-interface.md25 ### Requirements subsection
27 The present specification was designed to fulfill the following high-level requirements.
370 This section describes some minimal validity requirements for standard key types.
476 …phic random number generator. The random generation mechanism must obey the following requirements:
952 …ey"` property. Is this good enough or should the specification include non-functional requirements?
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dconfig_psa.h68 /* Require built-in implementations based on PSA requirements */
558 /* Infer PSA requirements from Mbed TLS capabilities */
/openthread-3.5.0/third_party/mbedtls/repo/
DCONTRIBUTING.md3 We gratefully accept bug reports and contributions from the community. There are some requirements
DREADME.md200 Mbed TLS is mostly written in portable C99; however, it has a few platform requirements that go bey…
/openthread-3.5.0/src/core/config/
Dmisc.h197 * Some configuration options can increase the buffer size requirements, including

12