You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/03/04 15:39:29 UTC

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2174: Updates to crypto_test app; STM32 crypto HW driver; CBC/CTR speed

apache-mynewt-bot commented on issue #2174: Updates to crypto_test app; STM32 crypto HW driver; CBC/CTR speed
URL: https://github.com/apache/mynewt-core/pull/2174#issuecomment-594609670
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/drivers/crypto/src/crypto.c
   <details>
   
   ```diff
   @@ -77,11 +77,11 @@
                }
            } else {
    #endif
   -            for (i = 0; i < len; i++) {
   -                outbuf8[i] = inbuf8[i] ^ _out[i];
   -            }
   -#if defined(__ARM_FEATURE_UNALIGNED)
   -        }
   +        for (i = 0; i < len; i++) {
   +            outbuf8[i] = inbuf8[i] ^ _out[i];
   +        }
   +#if defined(__ARM_FEATURE_UNALIGNED)
   +    }
    #endif
    
            for (i = AES_BLOCK_LEN; i > 0; --i) {
   ```
   
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services