1. 21 9月, 2006 3 次提交
    • H
      [CRYPTO] tcrypt: Use test_hash for crc32c · c907ee76
      Herbert Xu 提交于
      Now that crc32c has been fixed to conform with standard digest semantics,
      we can use test_hash for it.  I've turned the last test into a chunky
      test.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      c907ee76
    • H
      [CRYPTO] api: Get rid of flags argument to setkey · 560c06ae
      Herbert Xu 提交于
      Now that the tfm is passed directly to setkey instead of the ctx, we no
      longer need to pass the &tfm->crt_flags pointer.
      
      This patch also gets rid of a few unnecessary checks on the key length
      for ciphers as the cipher layer guarantees that the key length is within
      the bounds specified by the algorithm.
      
      Rather than testing dia_setkey every time, this patch does it only once
      during crypto_alloc_tfm.  The redundant check from crypto_digest_setkey
      is also removed.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      560c06ae
    • H
      [CRYPTO] crc32c: Fix unconventional setkey usage · 25cdbcd9
      Herbert Xu 提交于
      The convention for setkey is that once it is set it should not change,
      in particular, init must not wipe out the key set by it.  In fact, init
      should always be used after setkey before any digestion is performed.
      
      The only user of crc32c that sets the key is tcrypt.  This patch adds
      the necessary init calls there.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      25cdbcd9
  2. 26 6月, 2006 2 次提交
  3. 07 1月, 2006 1 次提交
  4. 30 10月, 2005 2 次提交
  5. 02 9月, 2005 1 次提交
  6. 23 6月, 2005 5 次提交
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4