| /openthread-latest/third_party/mbedtls/repo/scripts/ |
| D | min_requirements.py | 25 class Requirements: class 26 """Collect and massage Python requirements.""" 29 self.requirements = [] #type: List[str] 40 """Add requirements from the specified file. 59 self.requirements.append(self.adjust_requirement(line)) 62 """List the gathered requirements.""" 63 for req in self.requirements: 71 """Call pip to install the requirements.""" 83 req_file_name = os.path.join(temp_dir, 'requirements.txt') 91 DEFAULT_REQUIREMENTS_FILE = 'ci.requirements.txt' [all …]
|
| D | ci.requirements.txt | 1 # Python package requirements for Mbed TLS testing. 3 -r driver.requirements.txt
|
| D | maintainer.requirements.txt | 3 -r ci.requirements.txt
|
| D | basic.requirements.txt | 5 -r driver.requirements.txt
|
| D | driver.requirements.txt | 1 # Python package requirements for driver implementers.
|
| /openthread-latest/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
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | requirements.txt | 5 # pip-compile requirements.in 12 # via -r requirements.in 47 # via -r requirements.in 61 # via -r requirements.in 81 # The following packages are considered to be unsafe in a requirements file:
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | .readthedocs.yaml | 34 # Optionally declare the Python requirements required to build your docs 37 - requirements: docs/requirements.txt
|
| /openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
| D | config_psa.h | 29 /* Require built-in implementations based on PSA requirements */ 31 /* We need this to have a complete list of requirements 39 /* Infer PSA requirements from Mbed TLS capabilities */
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
| D | psa-thread-safety.md | 95 …ntee 2 may be violated. This is consistent with the PSA specification requirements, as destruction… 97 …enforce stronger requirements for key destruction, see [Long term key destruction requirements](#l… 225 …to enforce the long term key requirements ([Long term key destruction requirements](#long-term-key… 235 To satisfy the requirements in [Correctness out of the box](#correctness-out-of-the-box), we requir… 290 ### Long term requirements 294 ### Long term performance requirements 300 ### Long term key destruction requirements 314 It would be ideal to add these to a future major version; we cannot add these as requirements to th… 316 …e final requirement in [Long term key destruction requirements](#long-term-key-destruction-require… 322 A few changes are needed for this to follow our destruction requirements: [all …]
|
| /openthread-latest/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-latest/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-latest/.github/workflows/ |
| D | simulation-1.1.yml | 73 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 126 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 181 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 229 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 373 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
|
| D | simulation-1.4.yml | 86 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 150 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 225 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 277 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 376 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
|
| D | toranj.yml | 79 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 114 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 199 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
|
| D | otci.yml | 73 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
|
| /openthread-latest/tools/harness-automation/doc/ |
| D | quickstart.rst | 16 pip install -r requirements.txt
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
| D | psa-legacy-bridges.md | 8 … legacy crypto interfaces and PSA crypto interfaces. Based on [requirements](#requirements), we [a… 33 ## Requirements section in Bridges between legacy and PSA crypto APIs 51 …of the same feature. From an informal analysis of typical application requirements, we identify fo… 58 From this, we deduce the following requirements:
|
| D | md-cipher-dispatch.md | 14 ## Requirements section in PSA migration strategy for hashes and ciphers 209 #### Non-support guarantees: requirements 215 ### Technical requirements 256 * For a caller in the mixed domain: requirements depend on the caller. Whatever solution RSA has to… 304 Requirements: given a hash algorithm,
|
| /openthread-latest/tools/harness-simulation/harness/ |
| D | install.bat | 38 %THREADDIR%\Python27\python.exe -m pip install -r requirements.txt
|
| /openthread-latest/tools/harness-simulation/posix/etc/ |
| D | Dockerfile | 86 && pip2 install -r /tmp/requirements.txt \
|
| /openthread-latest/src/core/meshcop/ |
| D | tcat_agent.hpp | 104 * The command class flag type to indicate which requirements apply for a given command class. 108 … = 1 << 0, ///< Access to the command class (device: without without additional requirements).
|
| /openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
| D | psa-conditional-inclusion-c.md | 26 ### Requirements subsection 137 …sa.h` includes `psa/crypto_config.h`, the user-editable file that defines application requirements.
|