Linus Torvalds 260eddf439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 hace 17 años
..
async_tx 82524746c2 rcu: split list.h and move rcu-protected lists into rculist.h hace 17 años
Kconfig 7890ea1f95 Revert crypto: prng - Deterministic CPRNG hace 17 años
Makefile 7890ea1f95 Revert crypto: prng - Deterministic CPRNG hace 17 años
ablkcipher.c 76fc60a2e3 [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module hace 17 años
aead.c 189ed66e95 [CRYPTO] api: Show async type hace 17 años
aes_generic.c 5427663f49 [CRYPTO] aes: Export generic setkey hace 17 años
ahash.c 20036252fc crypto: hash - Added scatter list walking helper hace 17 años
algapi.c 68b6c7d691 [CRYPTO] api: Add crypto_attr_alg_name hace 17 años
anubis.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
api.c 004a403c2e [CRYPTO] hash: Add asynchronous hash support hace 17 años
arc4.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey hace 18 años
authenc.c 161613293f [CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv() hace 17 años
blkcipher.c 76fc60a2e3 [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module hace 17 años
blowfish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
camellia.c bd699f2df6 crypto: camellia - Use kernel-provided bitops, unaligned access helpers hace 17 años
cast5.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
cast6.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) hace 17 años
ccm.c 4a49b499df [CRYPTO] ccm: Added CCM mode hace 17 años
chainiv.c 872ac8743c crypto: chainiv - Invoke completion function hace 17 años
cipher.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned hace 17 años
compress.c 87ae9afdca cleanup asm/scatterlist.h includes hace 17 años
crc32c.c 5773a3e6e3 crypto: crc32c - Add ahash implementation hace 17 años
cryptd.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h hace 17 años
crypto_null.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
cryptomgr.c 720a650f8a [CRYPTO] cryptomgr: Fix parsing of recursive algorithms hace 17 años
ctr.c 0a270321db [CRYPTO] seqiv: Add Sequence Number IV Generator hace 17 años
cts.c c4913c7b71 [CRYPTO] cts: Init SG tables hace 17 años
deflate.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
des_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
digest.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h hace 17 años
ecb.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) hace 17 años
eseqiv.c 46f8153cc5 [CRYPTO] eseqiv: Fix off-by-one encryption hace 17 años
fcrypt.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
gcm.c dadbc53d0b [CRYPTO] gcm: Introduce rfc4106 hace 17 años
gf128mul.c f19f5111c9 [CRYPTO] xts: XTS blockcipher mode implementation without partial blocks hace 17 años
hash.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h hace 17 años
hmac.c ca786dc738 crypto: hash - Fixed digest size check hace 17 años
internal.h 004a403c2e [CRYPTO] hash: Add asynchronous hash support hace 17 años
khazad.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
lrw.c fd4609a8e0 [CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu hace 17 años
lzo.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
md4.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
md5.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
michael_mic.c 85d32e7b0e [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi hace 18 años
pcbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) hace 17 años
proc.c 48c8949ea8 [CRYPTO] api: Constify function pointer tables hace 17 años
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file hace 17 años
rmd128.c b2b6a1720d crypto: rmd128 - sparse annotations hace 17 años
rmd160.c caee16883a crypto: rmd - sparse annotations hace 17 años
rmd256.c caee16883a crypto: rmd - sparse annotations hace 17 años
rmd320.c caee16883a crypto: rmd - sparse annotations hace 17 años
salsa20_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
scatterwalk.c 6e050778c5 [CRYPTO] scatterwalk: Handle zero nbytes in scatterwalk_map_and_copy hace 17 años
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm hace 17 años
seqiv.c 14df4d8043 [CRYPTO] seqiv: Add AEAD support hace 17 años
serpent.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
sha1_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
sha256_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
sha512_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
tcrypt.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h hace 17 años
tcrypt.h d729de23e8 [CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode hace 17 años
tea.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
tgr192.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
twofish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
twofish_common.c e2b21b5002 [CRYPTO] twofish: Do not unroll big stuff in twofish key setup hace 17 años
wp512.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() hace 17 años
xcbc.c 1edcf2e1ee [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk hace 17 años
xor.c 9bc89cd82d async_tx: add the async_tx api hace 18 años
xts.c 6212f2c7f7 [CRYPTO] xts: Use proper alignment hace 17 años