Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c521 char title[TITLE_LEN]; in main() local
727 mbedtls_snprintf(title, sizeof(title), "AES-CBC-%d", keysize); in main()
733 TIME_AND_TSC(title, in main()
747 mbedtls_snprintf(title, sizeof(title), "AES-CFB128-%d", keysize); in main()
753 TIME_AND_TSC(title, in main()
765 mbedtls_snprintf(title, sizeof(title), "AES-CFB8-%d", keysize); in main()
771 TIME_AND_TSC(title, in main()
787 mbedtls_snprintf(title, sizeof(title), "AES-CTR-%d", keysize); in main()
796 TIME_AND_TSC(title, mbedtls_aes_crypt_ctr(&aes, BUFSIZE, &nc_off, tmp, stream_block, in main()
809 mbedtls_snprintf(title, sizeof(title), "AES-XTS-%d", keysize); in main()
[all …]
/openthread-latest/tools/harness-automation/cases_R140/
Dleader_5_5_3.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin'):
Dleader_5_5_4.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Dleader_5_5_7.py39 def on_dialog(self, dialog, title): argument
40 if title.startswith('Reset DUT'):
44 elif title.startswith('Rejoin Now'):
Ded_6_5_2.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Ded_6_5_3.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Dsed_6_5_2.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Dsed_6_5_3.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Drouter_5_1_13.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Drouter_5_3_3.py39 def on_dialog(self, dialog, title): argument
40 if title.startswith('Start DUT'):
Drouter_5_1_7.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Enter Router Max Child Count'):
Dleader_5_1_13.py41 def on_dialog(self, dialog, title): argument
42 if title.startswith('User Input Required'):
/openthread-latest/tools/harness-automation/cases/
Drouter_5_1_13.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Dsed_6_5_2.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Dsed_6_5_3.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Ded_6_5_2.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Ded_6_5_3.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Dleader_5_5_3.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin'):
Dleader_5_5_4.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Dleader_5_5_7.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Reset DUT'):
45 elif title.startswith('Rejoin Now'):
Drouter_5_3_3.py39 def on_dialog(self, dialog, title): argument
40 if title.startswith('Start DUT'):
Drouter_5_1_7.py40 def on_dialog(self, dialog, title): argument
41 if title.startswith('Enter Router Max Child Count'):
/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_case.py308 if not wait_until(lambda: 'Thread' in browser.title, 30):
309 self.assertIn('Thread', browser.title)
884 title = dialog.find_element_by_class_name('modal-title').text
886 logger.info('Handling dialog[%s]', title)
889 done = self._handle_dialog(dialog, title)
891 logger.exception('Error handling dialog: %s', title)
931 def _handle_dialog(self, dialog, title): argument
939 done = self.on_dialog(dialog, title)
943 if title.startswith('Start DUT'):
963 …elif title.startswith('MAC Address Required') or title.startswith('DUT Random Extended MAC Address…
[all …]
/openthread-latest/third_party/mbedtls/repo/scripts/
Dlcov.sh53 …genhtml --title "$title" --description-file "$COVTMP/descriptions" --keep-descriptions --legend --…
73 title='Mbed TLS'
76 title='TF-PSA-Crypto'
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Decdsa.c46 static void dump_buf(const char *title, unsigned char *buf, size_t len) in dump_buf() argument
50 mbedtls_printf("%s", title); in dump_buf()
58 static void dump_pubkey(const char *title, mbedtls_ecdsa_context *key) in dump_pubkey() argument
69 dump_buf(title, buf, len); in dump_pubkey()

12345678910>>...14