/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | aesni.c | 50 static int done = 0; in mbedtls_aesni_has_support() local 53 if( ! done ) in mbedtls_aesni_has_support() 60 done = 1; in mbedtls_aesni_has_support()
|
D | constant_time.c | 613 unsigned cond, done, X_is_negative, Y_is_negative; in mbedtls_mpi_lt_mpi_ct() local 641 done = cond; in mbedtls_mpi_lt_mpi_ct() 653 *ret |= cond & ( 1 - done ) & X_is_negative; in mbedtls_mpi_lt_mpi_ct() 654 done |= cond; in mbedtls_mpi_lt_mpi_ct() 664 *ret |= cond & ( 1 - done ) & ( 1 - X_is_negative ); in mbedtls_mpi_lt_mpi_ct() 665 done |= cond; in mbedtls_mpi_lt_mpi_ct()
|
D | cipher.c | 784 unsigned char done = 0, prev_done, bad; in get_one_and_zeros_padding() local 793 prev_done = done; in get_one_and_zeros_padding() 794 done |= ( input[i - 1] != 0 ); in get_one_and_zeros_padding() 795 *data_len |= ( i - 1 ) * ( done != prev_done ); in get_one_and_zeros_padding() 796 bad ^= input[i - 1] * ( done != prev_done ); in get_one_and_zeros_padding() 861 unsigned char done = 0, prev_done; in get_zeros_padding() local 869 prev_done = done; in get_zeros_padding() 870 done |= ( input[i-1] != 0 ); in get_zeros_padding() 871 *data_len |= i * ( done != prev_done ); in get_zeros_padding()
|
D | ssl_msg.c | 2680 int ret, done = 0; in mbedtls_ssl_write_record() local 2713 done = 1; in mbedtls_ssl_write_record() 2716 if( !done ) in mbedtls_ssl_write_record() 3727 int ret, done = 0; in ssl_prepare_record_content() local 3745 done = 1; in ssl_prepare_record_content() 3748 if( !done && ssl->transform_in != NULL ) in ssl_prepare_record_content()
|
/openthread-3.5.0/tests/fuzz/ |
D | CMakeLists.txt | 91 add_executable(ot-radio-receive-done-fuzzer 96 target_compile_options(ot-radio-receive-done-fuzzer 101 target_include_directories(ot-radio-receive-done-fuzzer 106 target_link_libraries(ot-radio-receive-done-fuzzer
|
/openthread-3.5.0/tools/otci/otci/ |
D | command_handlers.py | 174 done = False 175 while not done and timeout > 0: 183 done = True 186 if not done:
|
/openthread-3.5.0/src/cli/ |
D | cli_udp.cpp | 256 bool done = false; in PrepareHexStringPayload() local 258 while (!done) in PrepareHexStringPayload() 264 done = (error == OT_ERROR_NONE); in PrepareHexStringPayload()
|
/openthread-3.5.0/tools/harness-automation/autothreadharness/ |
D | harness_case.py | 873 done = False 877 while not done and self.timeout: 889 done = self._handle_dialog(dialog, title) 894 if done is None: 903 if done: 910 done = True 939 done = self.on_dialog(dialog, title) 940 if isinstance(done, bool): 941 return done
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 45 …er and check that the expected driver is called. This does not need to be done for all operations … 86 * This must be done for each key creation method and for key destruction. 87 * This must be done for each possible flow, including error cases (e.g. a key creation that fails m… 90 … (this can be done by e.g. using a key that is supposed to be present) and does not have any unexp…
|
D | psa-storage-format-testing.md | 39 …n't deliberately decide to stop supporting old keys (which should only be done by retiring a versi…
|
D | invasive-testing.md | 14 …nts”](#requirements) explores the reasons why invasive testing is needed and how it should be done. 215 | Effacement | ++ No impact on the product when built normally or on the documentation, if done rig…
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/ |
D | use-psa-crypto.md | 130 computation of the ECDHE key exchange is done by PSA. 200 - most hash operations are still done via the legacy API, except the few that
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509parse.function | 177 goto done; 185 goto done; 189 done:
|
D | test_suite_mpi.function | 735 /* mbedtls_mpi_safe_cond_assign(), assignment done */ 742 /* mbedtls_mpi_safe_cond_assign(), assignment not done */ 795 /* mbedtls_mpi_safe_cond_swap(), swap done */ 806 /* mbedtls_mpi_safe_cond_swap(), swap not done */
|
D | test_suite_psa_crypto_se_driver_hal.function | 1135 /* We're done. */ 1247 /* We're done. */
|
D | test_suite_pk.function | 224 * is expected because that's what the library has done forever.
|
D | test_suite_cipher.function | 873 /* done */
|
D | test_suite_psa_crypto.function | 938 /* Check if no key usage flag implication is done */ 997 /* Check if no key usage implication is done */ 1057 /* Check if no key usage implication is done */
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 32 …c interface which need to be changed, are marked as 'deprecated'. This is done with the preprocess…
|
D | README.md | 147 CMake cache. This can be done with the following command using GNU find:
|
/openthread-3.5.0/tests/toranj/ |
D | README_NCP.md | 254 After `perform_async_tx_rx()` is done, the `AsyncSender` and `AsyncReceiver` objects can check if o…
|
/openthread-3.5.0/ |
D | STYLE_GUIDE.md | 131 - Names shall not give any idea of type, such as is done with System Hungarian notation.
|
/openthread-3.5.0/tests/scripts/thread-cert/ |
D | node.py | 2503 done = (self.node_type == 'ncp-sim') 2504 while len(responders) < num_responses or not done: 2519 done = True
|
/openthread-3.5.0/third_party/mbedtls/repo/doxygen/ |
D | mbedtls.doxyfile | 138 # only done if one of the specified strings matches the left-hand part of 313 # NO to prevent subgrouping. Alternatively, this can be done per class using 1577 # compilation will be performed. Macro expansion can be done in a controlled 1651 # Adding location for the tag files is done as follows: 1734 # the font, which can be done by putting it in a standard location or by setting
|
/openthread-3.5.0/doc/ |
D | Doxyfile.in | 183 # Stripping is only done if one of the specified strings matches the left-hand 384 # subgrouping. Alternatively, this can be done per class using the 1974 # performed. Macro expansion can be done in a controlled way by setting 2049 # Adding location for the tag files is done as follows: 2148 # sure dot is able to find the font, which can be done by putting it in a
|