1. 18 Sep, 2020 2 commits
  2. 11 Sep, 2020 23 commits
  3. 04 Sep, 2020 14 commits
  4. 28 Aug, 2020 1 commit
    • Herbert Xu's avatar
      crypto: stm32 - Fix sparse warnings · bbb28326
      Herbert Xu authored
      This patch fixes most of the sparse endianness warnings in stm32.
      The patch itself doesn't change anything apart from markings,
      but there is some questionable code in stm32_cryp_check_ctr_counter.
      
      That function operates on the counters as if they're in CPU order,
      however, they're then written out as big-endian.  This looks like
      a genuine bug.  Therefore I've left that warning alone until
      someone can confirm that this really does work as intended on
      little-endian.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      bbb28326