/openthread-3.5.0/third_party/mbedtls/repo/scripts/ |
D | min_requirements.py | 37 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 …]
|
D | maintainer.requirements.txt | 3 -r ci.requirements.txt
|
D | ci.requirements.txt | 1 # Python package requirements for Mbed TLS testing.
|
/openthread-3.5.0/tests/scripts/thread-cert/ |
D | requirements.txt | 5 # pip-compile requirements.in 8 # via -r requirements.in 14 # via -r requirements.in 20 # via -r requirements.in 22 # via -r requirements.in
|
D | Cert_5_1_07_MaxChildCount.py | 45 # conformance requirements for router-capable devices:
|
/openthread-3.5.0/tools/harness-simulation/posix/ |
D | install.sh | 47 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/ |
D | driver-interface-test-strategy.md | 25 …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
|
D | invasive-testing.md | 14 * [“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/ |
D | toranj.yml | 75 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
|
D | simulation-1.1.yml | 69 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
|
D | simulation-1.2.yml | 82 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
|
D | otbr.yml | 77 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 186 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
|
D | otci.yml | 69 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
|
D | posix.yml | 149 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
|
/openthread-3.5.0/src/core/thread/ |
D | network_data_service.hpp | 429 * 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/ |
D | quickstart.rst | 16 pip install -r requirements.txt
|
/openthread-3.5.0/tools/harness-simulation/harness/ |
D | install.bat | 38 %THREADDIR%\Python27\python.exe -m pip install -r requirements.txt
|
/openthread-3.5.0/tools/harness-simulation/posix/etc/ |
D | Dockerfile | 86 && pip2 install -r /tmp/requirements.txt \
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | ccm.c | 165 * 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/ |
D | psa-conditional-inclusion-c.md | 26 ### Requirements subsection 128 …sa.h` includes `psa/crypto_config.h`, the user-editable file that defines application requirements.
|
D | psa-driver-interface.md | 25 ### 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/ |
D | config_psa.h | 68 /* Require built-in implementations based on PSA requirements */ 558 /* Infer PSA requirements from Mbed TLS capabilities */
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 3 We gratefully accept bug reports and contributions from the community. There are some requirements …
|
D | README.md | 200 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/ |
D | misc.h | 197 * Some configuration options can increase the buffer size requirements, including
|