1. 14 Aug, 2009 1 commit
    • Herbert Xu's avatar
      crypto: blkcipher - Do not use eseqiv on stream ciphers · 63b5ac28
      Herbert Xu authored
      Recently we switched to using eseqiv on SMP machines in preference
      over chainiv.  However, eseqiv does not support stream ciphers so
      they should still default to chainiv.
      
      This patch applies the same check as done by eseqiv to weed out
      the stream ciphers.  In particular, all algorithms where the IV
      size is not equal to the block size will now default to chainiv.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      63b5ac28
  2. 13 Aug, 2009 6 commits
  3. 10 Aug, 2009 1 commit
  4. 06 Aug, 2009 3 commits
  5. 05 Aug, 2009 1 commit
  6. 24 Jul, 2009 5 commits
  7. 22 Jul, 2009 7 commits
  8. 16 Jul, 2009 2 commits
  9. 15 Jul, 2009 9 commits
  10. 14 Jul, 2009 5 commits