Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/programs/test/
A Dbenchmark.c727 mbedtls_snprintf(title, sizeof(title), "AES-CBC-%d", keysize); in main()
765 mbedtls_snprintf(title, sizeof(title), "AES-CFB8-%d", keysize); in main()
787 mbedtls_snprintf(title, sizeof(title), "AES-CTR-%d", keysize); in main()
809 mbedtls_snprintf(title, sizeof(title), "AES-XTS-%d", keysize); in main()
830 mbedtls_snprintf(title, sizeof(title), "AES-GCM-%d", keysize); in main()
851 mbedtls_snprintf(title, sizeof(title), "AES-CCM-%d", keysize); in main()
873 mbedtls_snprintf(title, sizeof(title), "ChaCha20-Poly1305"); in main()
1049 mbedtls_snprintf(title, sizeof(title), "RSA-%d", keysize); in main()
1118 mbedtls_snprintf(title, sizeof(title), "DH-%d", dhm_sizes[i]); in main()
1150 mbedtls_snprintf(title, sizeof(title), "ECDSA-%s", in main()
[all …]
/lib/mbedtls/external/mbedtls/scripts/
A Dlcov.sh53 …genhtml --title "$title" --description-file "$COVTMP/descriptions" --keep-descriptions --legend --…
73 title='Mbed TLS'
76 title='TF-PSA-Crypto'
A Dassemble_changelog.py111 def format_category(cls, title, body): argument
120 def is_released_version(cls, title): argument
122 return not re.search(r'[0-9x]{4}-[0-9x]{2}-[0-9x]?x', title)
171 def format_category(cls, title, body): argument
176 return title + '\n' + body
266 for title, body in self.categories.items():
269 out.write(self.format.format_category(title, body))
A Dconfig.py501 title='Commands')
/lib/mbedtls/external/mbedtls/programs/pkey/
A 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()
/lib/mbedtls/external/mbedtls/programs/hash/
A Dmd_hmac_demo.c60 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() argument
62 printf("%s:", title); in print_buf()
/lib/mbedtls/external/mbedtls/programs/psa/
A Dhmac_demo.c62 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() argument
64 printf("%s:", title); in print_buf()
A Daead_demo.c85 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() argument
87 printf("%s:", title); in print_buf()
/lib/mbedtls/external/mbedtls/programs/cipher/
A Dcipher_aead_demo.c82 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() argument
84 printf("%s:", title); in print_buf()
/lib/mbedtls/external/mbedtls/.github/ISSUE_TEMPLATE/
A Dfeature_request.md4 title: ''
A Dbug_report.md4 title: ''
/lib/mbedtls/external/mbedtls/docs/architecture/testing/
A Dtest-framework.md55 … no quoting. This means that fields may not contain newlines or semicolons. There is no title line.
/lib/lwip/lwip/doc/doxygen/
A Dlwip.Doxyfile32 # title of most generated pages and in a few other places.
537 # append additional text to a page's title, such as Class Reference. If set to
1713 # following commands have a special meaning inside the header: $title,
1715 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty
A Dlwip.Doxyfile.cmake.in32 # title of most generated pages and in a few other places.
537 # append additional text to a page's title, such as Class Reference. If set to
1713 # following commands have a special meaning inside the header: $title,
1715 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_x509parse.data492 …_x509_dn_get_next:"C=NL, O=PolarSSL, title=Example, CN=PolarSSL Server 1":0x05:"C title":2:"C=NL +…

Completed in 49 milliseconds