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=b5b2db32bb0ffced00d6a9c5cdd253673634388f;hp=267ec1c1aa6bde23a6d2520e31711575249d1c39;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/bcal/bcal-performance.c b/bcal/bcal-performance.c index 267ec1c..b5b2db3 100644 --- a/bcal/bcal-performance.c +++ b/bcal/bcal-performance.c @@ -55,7 +55,7 @@ void printvalue(unsigned long v){ } */ -void bcal_performance(const bcdesc_t* bcd){ +void bcal_performance(const bcdesc_t *bcd){ bcdesc_t bc; memcpy_P(&bc, bcd, sizeof(bcdesc_t)); uint8_t ctx[bc.ctxsize_B]; @@ -136,7 +136,7 @@ void bcal_performance(const bcdesc_t* bcd){ } } -void bcal_stacksize(const bcdesc_t* bcd){ +void bcal_stacksize(const bcdesc_t *bcd){ bcdesc_t bc; stack_measuring_ctx_t smctx; memcpy_P(&bc, bcd, sizeof(bcdesc_t)); @@ -205,8 +205,8 @@ void bcal_stacksize(const bcdesc_t* bcd){ } } -void bcal_performance_multiple(const bcdesc_t* const* bcd_list){ - const bcdesc_t* bcd; +void bcal_performance_multiple(const bcdesc_t *const *bcd_list){ + const bcdesc_t *bcd; for(;;){ bcd = (void*)pgm_read_word(bcd_list); if(!bcd){