Home
last modified time | relevance | path

Searched refs:model (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/
DSECURITY.md22 ## Threat model
64 towards a model of fully timing-invariant code, but has not reached this point
84 a user application's threat model, they need to be mitigated by the platform.
93 application's threat model, they need to be mitigated by the platform.
103 model, they need to be mitigated by physical countermeasures.
109 Mbed TLS has evolved organically and a well defined threat model hasn't always
111 outside the above defined threat model.
115 model. Neither does it mean that the failure of such a countermeasure is
/openthread-latest/tests/toranj/
DREADME_CLI.md28 …ts/toranj/cli` folder. Each test-case has its own script following naming model `test-nnn-name.py`…
169 …speed-up factor) while the `thread-cert` scripts use virtual-time and event-based simulation model.
172 …j` test cases can be used in situations where the platform layer may not support event-based model.
173 …REPL) model in python) and do not need a separate process to run to handle/dispatch events (which …
DREADME_NCP.md26 …ts/toranj/ncp` folder. Each test-case has its own script following naming model `test-nnn-name.py`…
/openthread-latest/third_party/jlink/
DREADME.md19 the target's real time behavior. SEGGER RTT can be used with any J-Link model and
/openthread-latest/tests/toranj/cli/
Dcli.py407 def set_vendor_model(self, model): argument
408 self._cli_no_output('vendor model', model)
/openthread-latest/
DCONTRIBUTING.md34 The OpenThread Project follows the "Fork-and-Pull" model for accepting contributions.
/openthread-latest/etc/cmake/
Doptions.cmake330 ot_string_option(OT_VENDOR_MODEL OPENTHREAD_CONFIG_NET_DIAG_VENDOR_MODEL "set the vendor model conf…
/openthread-latest/src/cli/
DREADME.md4132 ### vendor model
4134 Get the vendor model.
4137 > vendor model
4142 Set the vendor model (requires `OPENTHREAD_CONFIG_NET_DIAG_VENDOR_INFO_SET_API_ENABLE`).
4145 > vendor model Hub\ Max
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md24 The current model is difficult to adapt to the PSA interface for several reasons. The `MBEDTLS_xxx_…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md197 * This does not work for platform-dependent properties unless we have a formal model of the platfor…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md133 …erties for enforcing thread-safe access, how the system stays consistent and our abstraction model.