Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (50 commits) crypto: ixp4xx - Select CRYPTO_AUTHENC crypto: s390 - Respect STFL bit crypto: talitos - Add support for sha256 and md5 variants crypto: hash - Move ahash functions into crypto/hash.h crypto: crc32c - Add ahash implementation crypto: hash - Added scatter list walking helper crypto: prng - Deterministic CPRNG crypto: hash - Removed vestigial ahash fields crypto: hash - Fixed digest size check crypto: rmd - sparse annotations crypto: rmd128 - sparse annotations crypto: camellia - Use kernel-provided bitops, unaligned access helpers crypto: talitos - Use proper form for algorithm driver names crypto: talitos - Add support for 3des crypto: padlock - Make module loading quieter when hardware isn't available crypto: tcrpyt - Remove unnecessary kmap/kunmap calls crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs crypto: talitos - Freescale integrated security engine (SEC) driver [CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode [CRYPTO] rmd: Use pointer form of endian swapping operations ...
Showing
- arch/s390/crypto/crypt_s390.h 4 additions, 0 deletionsarch/s390/crypto/crypt_s390.h
- crypto/Kconfig 62 additions, 1 deletioncrypto/Kconfig
- crypto/Makefile 6 additions, 1 deletioncrypto/Makefile
- crypto/ahash.c 194 additions, 0 deletionscrypto/ahash.c
- crypto/api.c 6 additions, 2 deletionscrypto/api.c
- crypto/camellia.c 36 additions, 48 deletionscrypto/camellia.c
- crypto/crc32c.c 121 additions, 7 deletionscrypto/crc32c.c
- crypto/cryptd.c 248 additions, 5 deletionscrypto/cryptd.c
- crypto/digest.c 82 additions, 1 deletioncrypto/digest.c
- crypto/hash.c 93 additions, 9 deletionscrypto/hash.c
- crypto/hmac.c 10 additions, 6 deletionscrypto/hmac.c
- crypto/internal.h 1 addition, 0 deletionscrypto/internal.h
- crypto/prng.c 410 additions, 0 deletionscrypto/prng.c
- crypto/prng.h 27 additions, 0 deletionscrypto/prng.h
- crypto/ripemd.h 43 additions, 0 deletionscrypto/ripemd.h
- crypto/rmd128.c 325 additions, 0 deletionscrypto/rmd128.c
- crypto/rmd160.c 369 additions, 0 deletionscrypto/rmd160.c
- crypto/rmd256.c 344 additions, 0 deletionscrypto/rmd256.c
- crypto/rmd320.c 393 additions, 0 deletionscrypto/rmd320.c
- crypto/tcrypt.c 145 additions, 43 deletionscrypto/tcrypt.c
Loading
Please register or sign in to comment