/openthread-latest/tools/harness-automation/autothreadharness/ |
D | harness_controller.py | 46 times = 1 57 logger.info('Trial %d failed', times) 58 times += 1 60 if times > 3:
|
D | open_thread_controller.py | 124 def _expect(self, expected, times=50): argument 133 while times: 146 times -= 1 204 times = 3 207 while times: 208 times = times - 1
|
D | harness_case.py | 66 def wait_until(what, times=-1): argument 77 while times: 78 logger.info('Waiting times left %d', times) 85 logger.warning('Trial[%d] failed', times) 86 times -= 1 390 times = 100 391 while times: 407 times = times - 1 410 if not times: 752 times=(30 + 4 * number_of_devices_to_add),
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_mps.data | 70 MPS Reader: Pausing several times, #0 73 MPS Reader: Pausing several times, #1 76 MPS Reader: Pausing several times, #2 79 MPS Reader: Pausing several times, #3
|
D | test_suite_bignum_random.function | 31 * in mpi_random_many, which runs the function multiple times. This also 268 /* Generate numbers in the range 1..bound-1. Do it iterations times. 280 /* If upper_bound is small, stats[b] is the number of times the value b 281 * has been generated. Otherwise stats[b] is the number of times a
|
D | test_suite_dhm.data | 10 ## Repeat this test case and a few similar ones several times. The RNG state
|
D | test_suite_dhm.function | 178 /* Re-do calc_secret on server a few times to test update of blinding values */
|
D | test_suite_aes.function | 649 /* We test context copying multiple times, with different alignments
|
D | test_suite_bignum_mod.function | 89 /* It should be safe to call an mbedtls free several times */
|
D | test_suite_rsa.function | 554 /* repeat three times to test updating of blinding values */
|
D | test_suite_psa_crypto.function | 1372 TEST_FAIL("The same key has been loaded into the key store multiple times."); 1447 TEST_FAIL("The same key has been destroyed multiple times."); 6878 * 4. Test that calling psa_sign_hash_get_num_ops() multiple times between 7475 * 4. Test that calling psa_sign_hash_get_num_ops() multiple times between 10015 /* Run several times, to ensure that every output byte will be
|
D | test_suite_ssl.function | 122 /* Make sure calling put several times in the row is safe */
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 248 …w function `mbedtls_gcm_update_ad()` receives the associated data. It may be called multiple times. 804 multiple times on the same SSL configuration. 809 calling `mbedtls_ssl_conf_[opaque_]psk()` multiple times 813 users calling `mbedtls_ssl_conf_[opaque_]psk()` multiple times should 971 `mbedtls_ssl_set_session()` multiple times on the same SSL context 977 - Exporting the same TLS 1.2 connection multiple times via 993 - Calling `mbedtls_ssl_set_session()` multiple times in Mbed TLS 2.x
|
D | psa-transition.md | 366 …To pass the input in multiple parts, call `mbedtls_cipher_update` as many times as necessary follo… 379 …group__cipher/#group__cipher_1gac3ca27ac6682917c48247d01fd96cd0f) as many times as needed. You can… 392 5. Call `mbedtls_cipher_update` as many times as necessary to pass the input plaintext or ciphertex… 408 …nt/api/group/group__aead/#group__aead_1ga6d0eed03f832e5c9c91cb8adf2882569) as many times as needed. 409 …oup/group__aead/#group__aead_1gaf6d49864951ca42136b4a9b71ea26e5c) as many times as needed. You can… 510 3. Call `mbedtls_md_update` as many times as necessary. 518 …api/group/group__hash/#group__hash_1ga65b16ef97d7f650899b7db4b7d1112ff) as many times as necessary. 553 3. Call `mbedtls_md_hmac_update` as many times as necessary. 561 3. Call `mbedtls_cipher_cmac_update` as many times as necessary. 569 …group/group___m_a_c/#group___m_a_c_1ga5560af371497babefe03c9da4e8a1c05) as many times as necessary. [all …]
|
/openthread-latest/tools/harness-thci/ |
D | OpenThread_WpanCtl.py | 105 def _expect(self, expected, times=50): argument 115 while times > 0 and retry_times > 0: 127 times -= 1
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 162 * Functions called: `info`, `setup`, `setkey`, `update` (several times) - (never finish) 168 * Functions called: `info`, `setup`, `setkey`, `update` (several times) - (never finish) 174 * Functions called: `info`, `setup`, `setkey`, `update` (several times) - (never finish) 181 * Functions called: `info`, `setup`, `setkey`, `update` (several times) - (never finish) 254 …TLS_SHA256_C` must imply support for RSA-PSS-SHA-256. It must work at all times, regardless of the…
|
/openthread-latest/tests/toranj/ |
D | README_NCP.md | 233 - `count` gives number of times the message will be sent (default is 1).
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-storage-resilience.md | 246 …the secure element to create the key material”, those happen at different times. But there's a dif… 532 We test all $2 \times 2 \times 3 = 12$ possibilities, each in its own test case. In each case, call…
|
D | psa-shared-memory.md | 188 …consistency](#read-read-inconsistency) if they process the input multiple times, which is natural … 483 * Reads its input multiple times at the same location. 484 * Writes to its output multiple times at the same location.
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 497 …n_output_bytes"` entry point. The core may call this entry point multiple times to implement a sin… 890 … public key, which can be for `psa_export_public_key()` but also at other times, including during … 1047 …ring, optional): every key context for a symmetric key includes this many times the key size. If o… 1101 … public key, which can be for `psa_export_public_key()` but also at other times, including during … 1416 An example use case for updating the persistent state at arbitrary times is to renew a key that is …
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 188 1 line for Cortex-M4), the code would be roughly 2 times slower on those
|
/openthread-latest/doc/ |
D | Doxyfile.in | 424 # an expensive process and often the same symbol appears multiple times in the 1670 # that should be included in the LaTeX output. To get the times font for 1672 # EXTRA_PACKAGES=times
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 103 * The benchmark program now reports times for both ephemeral and static 1972 mbedtls_ctr_drbg_set_entropy_len() with a size that was 3/2 times the key 2534 than 3/2 times the key size. In case you want to disable the extra call to 3707 * Fix memory leak in mbedtls_ssl_set_hostname() when called multiple times. 3998 renegotiation routines at unexpected times when the protocol is DTLS. Found 4878 * Reject certificates with times not in UTC, per RFC 5280. 5238 * Reject certificates with times not in UTC, per RFC 5280.
|
/openthread-latest/src/cli/ |
D | README.md | 423 Can be used to cancel a previously set ephemeral key before it is used or times out. If the Border …
|