/mbedtls-latest/programs/test/ |
D | benchmark.c | 521 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 …]
|
/mbedtls-latest/scripts/ |
D | lcov.sh | 59 …genhtml --title "$title" --description-file "$COVTMP/descriptions" --keep-descriptions --legend --… 79 title='Mbed TLS' 82 title='TF-PSA-Crypto'
|
D | assemble_changelog.py | 111 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))
|
D | config.py | 510 title='Commands')
|
/mbedtls-latest/programs/pkey/ |
D | ecdsa.c | 46 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()
|
/mbedtls-latest/programs/hash/ |
D | md_hmac_demo.c | 60 static void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() argument 62 printf("%s:", title); in print_buf()
|
/mbedtls-latest/programs/psa/ |
D | hmac_demo.c | 62 static void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() argument 64 printf("%s:", title); in print_buf()
|
D | aead_demo.c | 85 static void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() argument 87 printf("%s:", title); in print_buf()
|
/mbedtls-latest/programs/cipher/ |
D | cipher_aead_demo.c | 82 static void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() argument 84 printf("%s:", title); in print_buf()
|
/mbedtls-latest/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 4 title: ''
|
D | bug_report.md | 4 title: ''
|
/mbedtls-latest/docs/architecture/testing/ |
D | test-framework.md | 55 … no quoting. This means that fields may not contain newlines or semicolons. There is no title line.
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509parse.data | 492 …_x509_dn_get_next:"C=NL, O=PolarSSL, title=Example, CN=PolarSSL Server 1":0x05:"C title":2:"C=NL +…
|