Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 27) sorted by relevance

12

/openthread-3.5.0/third_party/mbedtls/repo/library/
Daesni.c50 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()
Dconstant_time.c613 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()
Dcipher.c784 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()
Dssl_msg.c2680 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/
DCMakeLists.txt91 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/
Dcommand_handlers.py174 done = False
175 while not done and timeout > 0:
183 done = True
186 if not done:
/openthread-3.5.0/src/cli/
Dcli_udp.cpp256 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/
Dharness_case.py873 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/
Ddriver-interface-test-strategy.md45 …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…
Dpsa-storage-format-testing.md39 …n't deliberately decide to stop supporting old keys (which should only be done by retiring a versi…
Dinvasive-testing.md14 …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/
Duse-psa-crypto.md130 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/
Dtest_suite_x509parse.function177 goto done;
185 goto done;
189 done:
Dtest_suite_mpi.function735 /* 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 */
Dtest_suite_psa_crypto_se_driver_hal.function1135 /* We're done. */
1247 /* We're done. */
Dtest_suite_pk.function224 * is expected because that's what the library has done forever.
Dtest_suite_cipher.function873 /* done */
Dtest_suite_psa_crypto.function938 /* 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/
DCONTRIBUTING.md32 …c interface which need to be changed, are marked as 'deprecated'. This is done with the preprocess…
DREADME.md147 CMake cache. This can be done with the following command using GNU find:
/openthread-3.5.0/tests/toranj/
DREADME_NCP.md254 After `perform_async_tx_rx()` is done, the `AsyncSender` and `AsyncReceiver` objects can check if o…
/openthread-3.5.0/
DSTYLE_GUIDE.md131 - Names shall not give any idea of type, such as is done with System Hungarian notation.
/openthread-3.5.0/tests/scripts/thread-cert/
Dnode.py2503 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/
Dmbedtls.doxyfile138 # 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/
DDoxyfile.in183 # 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

12