/mbedtls-3.5.0/programs/test/ |
D | benchmark.c | 523 char title[TITLE_LEN]; in main() local 698 mbedtls_snprintf(title, sizeof(title), "AES-CBC-%d", keysize); in main() 704 TIME_AND_TSC(title, in main() 717 mbedtls_snprintf(title, sizeof(title), "AES-XTS-%d", keysize); in main() 723 TIME_AND_TSC(title, in main() 738 mbedtls_snprintf(title, sizeof(title), "AES-GCM-%d", keysize); in main() 744 TIME_AND_TSC(title, in main() 759 mbedtls_snprintf(title, sizeof(title), "AES-CCM-%d", keysize); in main() 765 TIME_AND_TSC(title, in main() 781 mbedtls_snprintf(title, sizeof(title), "ChaCha20-Poly1305"); in main() [all …]
|
/mbedtls-3.5.0/programs/pkey/ |
D | ecdsa.c | 58 static void dump_buf(const char *title, unsigned char *buf, size_t len) in dump_buf() argument 62 mbedtls_printf("%s", title); in dump_buf() 70 static void dump_pubkey(const char *title, mbedtls_ecdsa_context *key) in dump_pubkey() argument 81 dump_buf(title, buf, len); in dump_pubkey()
|
/mbedtls-3.5.0/scripts/ |
D | assemble_changelog.py | 118 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))
|
D | lcov.sh | 54 …genhtml --title "mbed TLS" --description-file Coverage/tmp/descriptions --keep-descriptions --lege…
|
D | config.py | 482 title='Commands')
|
/mbedtls-3.5.0/programs/hash/ |
D | md_hmac_demo.c | 72 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() argument 74 printf("%s:", title); in print_buf()
|
/mbedtls-3.5.0/programs/psa/ |
D | hmac_demo.c | 74 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() argument 76 printf("%s:", title); in print_buf()
|
D | aead_demo.c | 97 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() argument 99 printf("%s:", title); in print_buf()
|
/mbedtls-3.5.0/programs/cipher/ |
D | cipher_aead_demo.c | 94 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() argument 96 printf("%s:", title); in print_buf()
|
/mbedtls-3.5.0/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 4 title: ''
|
D | bug_report.md | 4 title: ''
|
/mbedtls-3.5.0/docs/architecture/testing/ |
D | test-framework.md | 49 … no quoting. This means that fields may not contain newlines or semicolons. There is no title line.
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_x509parse.data | 452 …_x509_dn_get_next:"C=NL, O=PolarSSL, title=Example, CN=PolarSSL Server 1":0x05:"C title":2:"C=NL +…
|