Searched refs:force (Results 1 – 18 of 18) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/ |
D | .uncrustify.cfg | 48 # 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
|
D | ChangeLog | 2535 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/ |
D | commissionerd | 86 restart | reload | force-reload) 90 stop | force-stop)
|
/openthread-latest/third_party/mbedtls/repo/.github/ |
D | pull_request_template.md | 25 * Avoid force-push 26 - please do not force-push to update your PR - just add new commit(s)
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | spi-hdlc-adapter.c | 372 …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/ |
D | footprint.sh | 67 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true
|
D | config.py | 582 if not args.force and args.symbol not in config.settings:
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test_zeroize.gdb | 28 # the block of memory was correctly zeroed would force the compiler to not
|
D | all.sh | 265 -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/ |
D | test_suite_psa_crypto_pake.data | 125 PSA PAKE: force early key derivation 1 129 PSA PAKE: force early key derivation 2
|
D | test_suite_rsa.data | 155 # to `mbedtls_rsa_rsassa_pkcs1_v15_encode` to force the use of non-reduced encodings in different p…
|
D | test_suite_psa_crypto_driver_wrappers.function | 1474 * First test that if we don't force a driver error, encryption is 1475 * successful, then force driver error.
|
D | test_suite_ssl.function | 2531 * 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/ |
D | README.md | 89 … 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/ |
D | driver-interface-test-strategy.md | 92 This requires instrumenting the storage implementation, either to force it to fail at each point or…
|
/openthread-latest/doc/ |
D | Doxyfile.in | 1465 # 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/ |
D | psa-shared-memory.md | 248 … investigation is needed. Experiment with using the `volatile` keyword to force the compiler not t…
|
/openthread-latest/src/cli/ |
D | README.md | 3710 If the device is not attached, this command will force the device to start as the leader of the net…
|