Home
last modified time | relevance | path

Searched refs:force (Results 1 – 18 of 18) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/
D.uncrustify.cfg48 # If else is on the same line as '{', force exactly 1 space between them
49 sp_else_brace = force
56 sp_sparen_brace = force
122 sp_do_brace_open = force
125 sp_brace_close_while = force
146 sp_before_sparen = force
210 sp_brace_typedef = force
DChangeLog2535 grab entropy, you can call mbedtls_ctr_drbg_set_nonce_len() to force the
2556 to have only large prime factors), and then, by brute force, recover the
3526 implementation allowed an offline 2^80 brute force attack on the
4918 * Ability to force the entropy module to use SHA-256 as its basis
/openthread-latest/tools/harness-simulation/posix/etc/
Dcommissionerd86 restart | reload | force-reload)
90 stop | force-stop)
/openthread-latest/third_party/mbedtls/repo/.github/
Dpull_request_template.md25 * Avoid force-push
26 - please do not force-push to update your PR - just add new commit(s)
/openthread-latest/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c372 …atic void log_debug_buffer(const char *desc, const uint8_t *buffer_ptr, int buffer_len, bool force) in log_debug_buffer() argument
376 if (!force && (sLogLevel < LOG_DEBUG)) in log_debug_buffer()
391 …syslog(force ? LOG_WARNING : LOG_DEBUG, "%s: %s%s", desc, dump_string, (i < buffer_len) ? " ..." :… in log_debug_buffer()
486 static void debug_spi_header(const char *hint, bool force) in debug_spi_header() argument
488 if (force || (sLogLevel >= LOG_DEBUG)) in debug_spi_header()
492 syslog(force ? LOG_WARNING : LOG_DEBUG, "%s-TX: H:%02X ACCEPT:%d DATA:%0d\n", hint, in debug_spi_header()
496 syslog(force ? LOG_WARNING : LOG_DEBUG, "%s-RX: H:%02X ACCEPT:%d DATA:%0d\n", hint, in debug_spi_header()
/openthread-latest/third_party/mbedtls/repo/scripts/
Dfootprint.sh67 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true
Dconfig.py582 if not args.force and args.symbol not in config.settings:
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_zeroize.gdb28 # the block of memory was correctly zeroed would force the compiler to not
Dall.sh265 -f|--force Force the tests to overwrite any modified files.
285 --no-force Refuse to overwrite modified files (default).
460 --force|-f) FORCE=1;;
474 --no-force) FORCE=0;;
2256 scripts/config.py --force set MBEDTLS_TEST_CONSTANT_FLOW_ASM
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_pake.data125 PSA PAKE: force early key derivation 1
129 PSA PAKE: force early key derivation 2
Dtest_suite_rsa.data155 # to `mbedtls_rsa_rsassa_pkcs1_v15_encode` to force the use of non-reduced encodings in different p…
Dtest_suite_psa_crypto_driver_wrappers.function1474 * First test that if we don't force a driver error, encryption is
1475 * successful, then force driver error.
Dtest_suite_ssl.function2531 * handshake, force the TLS 1.2 version on endpoint under test.
3304 /* Client side, force SECP256R1 to make one key bitflip fail
/openthread-latest/third_party/mbedtls/repo/programs/
DREADME.md89 … the server. For example, there are options to select ciphersuites, or to force a renegotiation. T…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md92 This requires instrumenting the storage implementation, either to force it to fail at each point or…
/openthread-latest/doc/
DDoxyfile.in1465 # output directory to force them to be regenerated.
2172 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md248 … investigation is needed. Experiment with using the `volatile` keyword to force the compiler not t…
/openthread-latest/src/cli/
DREADME.md3710 If the device is not attached, this command will force the device to start as the leader of the net…