Home
last modified time | relevance | path

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

/mbedtls-development/programs/test/
A Dbenchmark.c723 mbedtls_snprintf( title, sizeof( title ), "AES-CBC-%d", keysize ); in main()
744 mbedtls_snprintf( title, sizeof( title ), "AES-XTS-%d", keysize ); in main()
767 mbedtls_snprintf( title, sizeof( title ), "AES-GCM-%d", keysize ); in main()
813 mbedtls_snprintf( title, sizeof( title ), "ChaCha20-Poly1305" ); in main()
989 mbedtls_snprintf( title, sizeof( title ), "RSA-%d", keysize ); in main()
1085 mbedtls_snprintf( title, sizeof( title ), "ECDSA-%s", in main()
1111 mbedtls_snprintf( title, sizeof( title ), "ECDSA-%s", in main()
1169 mbedtls_snprintf( title, sizeof( title ), "ECDHE-%s", in main()
1190 mbedtls_snprintf( title, sizeof(title), "ECDHE-%s", in main()
1219 mbedtls_snprintf( title, sizeof( title ), "ECDH-%s", in main()
[all …]
/mbedtls-development/programs/pkey/
A Decdsa.c67 static void dump_buf( const char *title, unsigned char *buf, size_t len ) in dump_buf() argument
71 mbedtls_printf( "%s", title ); in dump_buf()
78 static void dump_pubkey( const char *title, mbedtls_ecdsa_context *key ) in dump_pubkey() argument
90 dump_buf( title, buf, len ); in dump_pubkey()
/mbedtls-development/scripts/
A Dassemble_changelog.py118 def format_category(cls, title, body): argument
127 def is_released_version(cls, title): argument
129 return not re.search(r'[0-9x]{4}-[0-9x]{2}-[0-9x]?x', title)
176 def format_category(cls, title, body): argument
181 return title + '\n' + body
270 for title, body in self.categories.items():
273 out.write(self.format.format_category(title, body))
A Dconfig.py446 title='Commands')
/mbedtls-development/.github/ISSUE_TEMPLATE/
A Dfeature_request.md4 title: ''
A Dbug_report.md4 title: ''
/mbedtls-development/
A DMakefile154 …genhtml --title "mbed TLS" --description-file descriptions --keep-descriptions --legend --branch-c…
A DCMakeLists.txt305 …COMMAND genhtml --title "mbed TLS" --description-file descriptions --keep-descriptions --legend --…
/mbedtls-development/docs/architecture/testing/
A Dtest-framework.md49 … no quoting. This means that fields may not contain newlines or semicolons. There is no title line.

Completed in 14 milliseconds