Linus Torvalds eba0e319c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 hace 18 años
..
async_tx 6247cdc2cd async_tx: fix dma_wait_for_async_tx hace 18 años
Kconfig 214dc54f6f [CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20 hace 18 años
Makefile 4a49b499df [CRYPTO] ccm: Added CCM mode hace 18 años
ablkcipher.c 189ed66e95 [CRYPTO] api: Show async type hace 18 años
aead.c 189ed66e95 [CRYPTO] api: Show async type hace 18 años
aes_generic.c 96e82e4551 [CRYPTO] aes-generic: Make key generation exportable hace 18 años
algapi.c 68b6c7d691 [CRYPTO] api: Add crypto_attr_alg_name hace 18 años
anubis.c 87ae9afdca cleanup asm/scatterlist.h includes hace 18 años
api.c b9c55aa475 [CRYPTO] skcipher: Create default givcipher instances hace 18 años
arc4.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey hace 19 años
authenc.c e56dd56418 [CRYPTO] authenc: Add givencrypt operation hace 18 años
blkcipher.c b9c55aa475 [CRYPTO] skcipher: Create default givcipher instances hace 18 años
blowfish.c 87ae9afdca cleanup asm/scatterlist.h includes hace 18 años
camellia.c ff85a8082f [CRYPTO] camellia: Move more common code into camellia_setup_tail hace 18 años
cast5.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey hace 19 años
cast6.c e6ccc727f3 [CRYPTO] cast6: inline bloat-- hace 18 años
cbc.c 50b6544e13 [CRYPTO] cbc: Require block size to be a power of 2 hace 18 años
ccm.c 4a49b499df [CRYPTO] ccm: Added CCM mode hace 18 años
chainiv.c e7cd2514ea [CRYPTO] chainiv: Avoid lock spinning where possible hace 18 años
cipher.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned hace 18 años
compress.c 87ae9afdca cleanup asm/scatterlist.h includes hace 18 años
crc32c.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey hace 19 años
cryptd.c 927eead52c [CRYPTO] cryptd: Use geniv of the underlying algorithm hace 18 años
crypto_null.c ce5bd4aca3 [CRYPTO] null: Allow setkey on digest_null hace 18 años
cryptomgr.c 720a650f8a [CRYPTO] cryptomgr: Fix parsing of recursive algorithms hace 18 años
ctr.c 0a270321db [CRYPTO] seqiv: Add Sequence Number IV Generator hace 18 años
deflate.c c7fc05992a [CRYPTO] api: Added cra_init/cra_exit hace 19 años
des_generic.c c3041f9c93 [CRYPTO] hifn_795x: Detect weak keys hace 18 años
digest.c b2ab4a57b0 [CRYPTO] scatterwalk: Restore custom sg chaining for now hace 18 años
ecb.c ebc610e5bc [CRYPTO] templates: Pass type/mask when creating instances hace 18 años
eseqiv.c 806d183aa6 [CRYPTO] eseqiv: Add Encrypted Sequence Number IV Generator hace 18 años
fcrypt.c 3c50b3683a fcrypt endianness misannotations hace 18 años
gcm.c dadbc53d0b [CRYPTO] gcm: Introduce rfc4106 hace 18 años
gf128mul.c f19f5111c9 [CRYPTO] xts: XTS blockcipher mode implementation without partial blocks hace 18 años
hash.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned hace 18 años
hmac.c b2ab4a57b0 [CRYPTO] scatterwalk: Restore custom sg chaining for now hace 18 años
internal.h b9c55aa475 [CRYPTO] skcipher: Create default givcipher instances hace 18 años
khazad.c 87ae9afdca cleanup asm/scatterlist.h includes hace 18 años
lrw.c ebc610e5bc [CRYPTO] templates: Pass type/mask when creating instances hace 18 años
lzo.c 0b77abb3b2 [CRYPTO] lzo: Add LZO compression algorithm support hace 18 años
md4.c 6c2bb98bc3 [CRYPTO] all: Pass tfm instead of ctx to algorithms hace 19 años
md5.c 6c2bb98bc3 [CRYPTO] all: Pass tfm instead of ctx to algorithms hace 19 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 d0b9007a27 [CRYPTO] pcbc: Use crypto_xor hace 18 años
proc.c 13d31894b3 Make crypto API use seq_list_xxx helpers hace 18 años
salsa20_generic.c eb6f13eb9f [CRYPTO] salsa20_generic: Fix multi-page processing hace 18 años
scatterwalk.c 6e050778c5 [CRYPTO] scatterwalk: Handle zero nbytes in scatterwalk_map_and_copy hace 18 años
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm hace 18 años
seqiv.c 14df4d8043 [CRYPTO] seqiv: Add AEAD support hace 18 años
serpent.c d08f74e58c [PATCH] serpent: fix endian warnings hace 19 años
sha1_generic.c 87ae9afdca cleanup asm/scatterlist.h includes hace 18 años
sha256_generic.c cd12fb906d [CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224 hace 18 años
sha512.c 87ae9afdca cleanup asm/scatterlist.h includes hace 18 años
tcrypt.c 38ed9ab23b [CRYPTO] tcrypt: Make xcbc available as a standalone test hace 18 años
tcrypt.h 93cc74e078 [CRYPTO] tcrypt: Add CCM vectors hace 18 años
tea.c 87ae9afdca cleanup asm/scatterlist.h includes hace 18 años
tgr192.c 87ae9afdca cleanup asm/scatterlist.h includes hace 18 años
twofish.c 758f570ea7 [CRYPTO] twofish: Fix the priority hace 19 años
twofish_common.c e2b21b5002 [CRYPTO] twofish: Do not unroll big stuff in twofish key setup hace 18 años
wp512.c 87ae9afdca cleanup asm/scatterlist.h includes hace 18 años
xcbc.c 94765b9e4c [CRYPTO] xcbc: Remove bogus hash/cipher test hace 18 años
xor.c 9bc89cd82d async_tx: add the async_tx api hace 18 años
xts.c f19f5111c9 [CRYPTO] xts: XTS blockcipher mode implementation without partial blocks hace 18 años