Skip to content
  1. Jul 01, 2016
    • 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. Jun 29, 2016
  3. Jun 28, 2016
  4. Jun 27, 2016
  5. Jun 24, 2016
  6. Jun 23, 2016