Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/programs/test/
Dbenchmark.c250 char title[TITLE_LEN]; in main() local
419 mbedtls_snprintf( title, sizeof( title ), "AES-CBC-%d", keysize ); in main()
425 TIME_AND_TSC( title, in main()
440 mbedtls_snprintf( title, sizeof( title ), "AES-GCM-%d", keysize ); in main()
446 TIME_AND_TSC( title, in main()
463 mbedtls_snprintf( title, sizeof( title ), "AES-CCM-%d", keysize ); in main()
469 TIME_AND_TSC( title, in main()
489 mbedtls_snprintf( title, sizeof( title ), "AES-CMAC-%d", keysize ); in main()
496 TIME_AND_TSC( title, in main()
518 mbedtls_snprintf( title, sizeof( title ), "CAMELLIA-CBC-%d", keysize ); in main()
[all …]
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/example-benchmark/
Dmain.cpp350 char title[TITLE_LEN]; in benchmark() local
496 mbedtls_snprintf( title, sizeof( title ), "AES-CBC-%d", keysize ); in benchmark()
502 TIME_AND_TSC( title, in benchmark()
517 mbedtls_snprintf( title, sizeof( title ), "AES-GCM-%d", keysize ); in benchmark()
523 TIME_AND_TSC( title, in benchmark()
540 mbedtls_snprintf( title, sizeof( title ), "AES-CCM-%d", keysize ); in benchmark()
546 TIME_AND_TSC( title, in benchmark()
564 mbedtls_snprintf( title, sizeof( title ), "CAMELLIA-CBC-%d", keysize ); in benchmark()
570 TIME_AND_TSC( title, in benchmark()
587 mbedtls_snprintf( title, sizeof( title ), "BLOWFISH-CBC-%d", keysize ); in benchmark()
[all …]
/net-tools-3.7.0/mbedtls-2.4.0/programs/pkey/
Decdsa.c68 static void dump_buf( const char *title, unsigned char *buf, size_t len ) in dump_buf() argument
72 mbedtls_printf( "%s", title ); in dump_buf()
79 static void dump_pubkey( const char *title, mbedtls_ecdsa_context *key ) in dump_pubkey() argument
91 dump_buf( title, buf, len ); in dump_pubkey()
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/example-hashing/
Dmain.cpp34 static void print_hex(const char *title, const unsigned char buf[], size_t len) in print_hex() argument
36 printf("%s: ", title); in print_hex()
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/example-authcrypt/
Dmain.cpp29 static void print_hex(const char *title, const unsigned char buf[], size_t len) in print_hex() argument
31 printf("%s: ", title); in print_hex()
/net-tools-3.7.0/mbedtls-2.4.0/
DMakefile101 …genhtml --title "mbed TLS" --description-file descriptions --keep-descriptions --legend --no-branc…
DCMakeLists.txt152 …COMMAND genhtml --title "mbed TLS" --description-file descriptions --keep-descriptions --legend --…
/net-tools-3.7.0/libcoap/doc/
DDoxyfile.in32 # title of most generated pages and in a few other places.
1638 # following commands have a special meaning inside the header: $title,
1640 # $projectbrief, $projectlogo. Doxygen will replace $title with the empy string,