1. 23 Dec, 2009 1 commit
  2. 23 Nov, 2009 1 commit
  3. 27 Oct, 2009 1 commit
  4. 02 Sep, 2009 1 commit
  5. 02 Jul, 2009 1 commit
  6. 24 Jun, 2009 1 commit
  7. 02 Jun, 2009 14 commits
  8. 04 Mar, 2009 2 commits
  9. 24 Dec, 2008 4 commits
  10. 29 Aug, 2008 5 commits
  11. 13 Aug, 2008 1 commit
    • Herbert Xu's avatar
      crypto: tcrypt - Fix AEAD chunk testing · f176e632
      Herbert Xu authored
      My changeset 4b22f0dd
      
      
      
      	crypto: tcrpyt - Remove unnecessary kmap/kunmap calls
      
      introduced a typo that broke AEAD chunk testing.  In particular,
      axbuf should really be xbuf.
      
      There is also an issue with testing the last segment when encrypting.
      The additional part produced by AEAD wasn't tested.  Similarly, on
      decryption the additional part of the AEAD input is mistaken for
      corruption.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      f176e632
  12. 10 Jul, 2008 8 commits