1. 11 1月, 2008 1 次提交
    • H
      [CRYPTO] doc: Update api-intro.txt · 86f578de
      Herbert Xu 提交于
      This patch updates the list of transforms we support and clarifies that
      the Block Ciphers interface in fact supports all ciphers including stream
      ciphers.
      
      It also removes the obsolete Configuration Notes section and adds the
      linux-crypto mailing list as the primary bug reporting address.
      
      Finally it documents the fact that setkey should only be called from
      user context.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      86f578de
  2. 09 5月, 2007 1 次提交
  3. 21 3月, 2007 1 次提交
    • J
      [CRYPTO] doc: Fix typo in hash example · 58e40308
      Johannes Schlumberger 提交于
      there is a tiny bug in Documentation/crypto/api-intro.txt.
      The file has the following example code:
      
      struct scatterlist sg[2];
      [...]
      if (crypto_hash_digest(&desc, &sg, 2, result))
      
      which does not match the declaration of crypto_hash_digest() in
      include/linux/crypto.h.
      
      (static inline int crypto_hash_digest(struct hash_desc *desc,
      	struct scatterlist *sg, unsigned int nbytes, u8 *out)
      
      The code in the example passes the address of a pointer (an array actually) as
      the second argument, while the function expects the pointer itself.
      
      I have attached a patch to fix this.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      58e40308
  4. 07 2月, 2007 1 次提交
  5. 21 9月, 2006 1 次提交
  6. 02 9月, 2005 1 次提交
  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