Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 8 of 8) sorted by relevance

/openthread-3.7.0/src/cli/
Dcli_ping.cpp161 uint32_t factor = msFactor; in ParsePingInterval() local
170 if (factor == msFactor) in ParsePingInterval()
175 aInterval += static_cast<uint32_t>(*string - '0') * factor; in ParsePingInterval()
178 if (factor != msFactor) in ParsePingInterval()
180 factor /= 10; in ParsePingInterval()
186 VerifyOrExit(factor == msFactor, error = OT_ERROR_INVALID_ARGS); in ParsePingInterval()
189 factor /= 10; in ParsePingInterval()
/openthread-3.7.0/tests/toranj/cli/
Dcli.py929 def set_time_speedup_factor(cls, factor): argument
933 Node._SPEED_UP_FACTOR = factor
/openthread-3.7.0/tests/toranj/
DREADME_CLI.md169 …ases run in real-time (though it is possible to run with a time speed-up factor) while the `thread…
/openthread-3.7.0/tests/toranj/ncp/
Dwpan.py665 def set_time_speedup_factor(cls, factor): argument
669 Node._SPEED_UP_FACTOR = factor
/openthread-3.7.0/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md541 Finally, the optional assembly code (which boosts performance by a factor 2 on
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md190 …ake an algorithm as argument and just happen to be a no-op with RSA? One factor is plausible exten…
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecp.function167 * change in the future. A factor 2 is a minimum safety margin.
/openthread-3.7.0/third_party/mbedtls/repo/
DChangeLog2555 blinded value, factor it (as it is smaller than RSA keys and not guaranteed
4906 * pk_get_size() and pk_get_len() were off by a factor 8 for RSA-alt keys.