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
crypto/ahash.c
0 → 100644
crypto/prng.c
0 → 100644
crypto/prng.h
0 → 100644
crypto/ripemd.h
0 → 100644
crypto/rmd128.c
0 → 100644
This diff is collapsed.
crypto/rmd160.c
0 → 100644
This diff is collapsed.
crypto/rmd256.c
0 → 100644
This diff is collapsed.
crypto/rmd320.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
drivers/crypto/talitos.c
0 → 100644
This diff is collapsed.
drivers/crypto/talitos.h
0 → 100644
This diff is collapsed.
include/crypto/hash.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment