X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal-performance.c;fp=bcal%2Fbcal-performance.c;h=3046ba468cfaa449b89204bcb0b8b4f6cc7c003e;hp=b5b2db32bb0ffced00d6a9c5cdd253673634388f;hb=a707b2a401ed87cbeee4888bba923f605e951c89;hpb=3a9f9d918fb95474996af535c225a7e187d88372 diff --git a/bcal/bcal-performance.c b/bcal/bcal-performance.c index b5b2db3..3046ba4 100644 --- a/bcal/bcal-performance.c +++ b/bcal/bcal-performance.c @@ -69,12 +69,12 @@ void bcal_performance(const bcdesc_t *bcd){ return; calibrateTimer(); print_overhead(); - printf_P(PSTR("\n\n === %S"), bc.name); - printf_P(PSTR(" performance === \n" - " type: blockcipher\n" - " keysize (bits): %5"PRIu16"\n"), keysize); - printf_P(PSTR(" ctxsize (bytes): %5"PRIu16"\n"), bc.ctxsize_B); - printf_P(PSTR(" blocksize (bits): %5"PRIu16"\n"), bc.blocksize_b); + printf_P(PSTR("\n\n === %S performance === \n" + "\ttype: blockcipher\n" + "\tkeysize (bits): %5"PRIu16"\n" + "\tctxsize (bytes): %5"PRIu16"\n" + "\tblocksize (bits): %5"PRIu16"\n"), + bc.name, keysize, bc.ctxsize_B, bc.blocksize_b); uart0_flush(); t=0; if(bc.init.init1){