Home
last modified time | relevance | path

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

12

/openthread-latest/third_party/mbedtls/repo/scripts/
Dmin_requirements.py25 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 …]
Dci.requirements.txt1 # Python package requirements for Mbed TLS testing.
3 -r driver.requirements.txt
Dmaintainer.requirements.txt3 -r ci.requirements.txt
Dbasic.requirements.txt5 -r driver.requirements.txt
Ddriver.requirements.txt1 # Python package requirements for driver implementers.
/openthread-latest/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
/openthread-latest/third_party/mbedtls/repo/docs/
Drequirements.txt5 # 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.yaml34 # Optionally declare the Python requirements required to build your docs
37 - requirements: docs/requirements.txt
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dconfig_psa.h29 /* 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/
Dpsa-thread-safety.md95 …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/
Dinstall.sh47 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/
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-latest/.github/workflows/
Dsimulation-1.1.yml73 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
Dsimulation-1.4.yml86 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
Dtoranj.yml79 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
114 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
Dotbr.yml77 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
199 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
Dotci.yml73 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
/openthread-latest/tools/harness-automation/doc/
Dquickstart.rst16 pip install -r requirements.txt
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md8 … 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:
Dmd-cipher-dispatch.md14 ## 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/
Dinstall.bat38 %THREADDIR%\Python27\python.exe -m pip install -r requirements.txt
/openthread-latest/tools/harness-simulation/posix/etc/
DDockerfile86 && pip2 install -r /tmp/requirements.txt \
/openthread-latest/src/core/meshcop/
Dtcat_agent.hpp104 * 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/
Dpsa-conditional-inclusion-c.md26 ### Requirements subsection
137 …sa.h` includes `psa/crypto_config.h`, the user-editable file that defines application requirements.

12