1. 01 Jul, 2016 1 commit
    • Herbert Xu's avatar
      crypto: authenc - Consider ahash ASYNC bit · 927ef32d
      Herbert Xu authored
      As it is, if you get an async ahash with a sync skcipher you'll
      end up with a sync authenc, which is wrong.
      
      This patch fixes it by considering the ASYNC bit from ahash as
      well.
      
      It also fixes a little bug where if a sync version of authenc
      is requested we may still end up using an async ahash.
      
      Neither of them should have any effect as none of the authenc
      users can request for a sync authenc.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      927ef32d
  2. 29 Jun, 2016 2 commits
  3. 28 Jun, 2016 9 commits
  4. 27 Jun, 2016 10 commits
  5. 24 Jun, 2016 8 commits
  6. 23 Jun, 2016 10 commits