Linus Torvalds e9ee3a54a1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 пре 16 година
..
async_tx daf4219dbc dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA пре 16 година
Kconfig 2cf4ac8beb crypto: aes-ni - Add support for more modes пре 16 година
Makefile bf68e65ec9 crypto: zlib - New zlib crypto module, using pcomp пре 16 година
ablkcipher.c b170a137f4 crypto: skcipher - Avoid infinite loop when cipher fails selftest пре 16 година
aead.c 5852ae4242 crypto: aead - Avoid infinite loop when nivaead fails selftest пре 16 година
aes_generic.c 0ee4a96902 crypto: aes - Precompute tables пре 16 година
ahash.c d315a0e09f crypto: hash - Fix handling of sg entry that crosses page boundary пре 16 година
algapi.c 0c7d400faf crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test пре 16 година
algboss.c f8b0d4d09d crypto: testmgr - Dynamically allocate xbuf and axbuf пре 16 година
ansi_cprng.c c5b1e545a5 crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode пре 16 година
anubis.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
api.c aa07a6990f crypto: api - Use formatting of module name пре 16 година
arc4.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey пре 19 година
authenc.c 29b37f4212 crypto: authenc - Fix zero-length IV crash пре 16 година
blkcipher.c b170a137f4 crypto: skcipher - Avoid infinite loop when cipher fails selftest пре 16 година
blowfish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
camellia.c 32bd78e0a5 crypto: camellia - use kernel-provided bitops, unaligned access пре 16 година
cast5.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
cast6.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) пре 17 година
ccm.c 516280e735 crypto: ccm - Fix handling of null assoc data пре 16 година
chainiv.c 0a2e821d62 crypto: chainiv - Use kcrypto_wq instead of keventd_wq пре 16 година
cipher.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned пре 18 година
compress.c 87ae9afdca cleanup asm/scatterlist.h includes пре 18 година
crc32c.c 69c35efcf1 libcrc32c: Move implementation to crypto crc32c пре 16 година
cryptd.c 505fd21d61 crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher пре 16 година
crypto_null.c d35d2454ce crypto: null - Switch to shash пре 16 година
crypto_wq.c 25c38d3fb9 crypto: api - Use dedicated workqueue for crypto subsystem пре 16 година
ctr.c 0a270321db [CRYPTO] seqiv: Add Sequence Number IV Generator пре 17 година
cts.c c4913c7b71 [CRYPTO] cts: Init SG tables пре 17 година
deflate.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
des_generic.c ad79cdd77f crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set пре 16 година
digest.c dbaaba1d0a crypto: hash - Fix digest size check for digest type пре 17 година
ecb.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) пре 17 година
eseqiv.c abe5fa7899 crypto: eseqiv - Fix IV generation for sync algorithms пре 16 година
fcrypt.c dad3df2044 crypto: remove uses of __constant_{endian} helpers пре 16 година
fips.c ccb778e184 crypto: api - Add fips_enable flag пре 17 година
gcm.c dadbc53d0b [CRYPTO] gcm: Introduce rfc4106 пре 17 година
gf128mul.c 8c882f6413 crypto: Fix dead links пре 16 година
hash.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h пре 17 година
hmac.c 5f7082ed4f crypto: hash - Export shash through hash пре 16 година
internal.h f8b0d4d09d crypto: testmgr - Dynamically allocate xbuf and axbuf пре 16 година
khazad.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
krng.c 17f0f4a47d crypto: rng - RNG interface and implementation пре 17 година
lrw.c 8eb2dfac41 crypto: lrw - Fix big endian support пре 16 година
lzo.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
md4.c 808a1763ce crypto: md4 - Switch to shash пре 16 година
md5.c 14b75ba70d crypto: md5 - Switch to shash пре 16 година
michael_mic.c 19e2bf1467 crypto: michael_mic - Switch to shash пре 16 година
pcbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) пре 17 година
pcompress.c 2f6ceb7933 crypto: pcomp - pcompress.c should include crypto/internal/compress.h пре 16 година
proc.c 67cd080c50 crypto: api - Call type show function before legacy for proc пре 16 година
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file пре 17 година
rmd128.c 7c4468bc01 crypto: rmd128 - Switch to shash пре 16 година
rmd160.c e5835fba02 crypto: rmd160 - Switch to shash пре 16 година
rmd256.c d8a5e2e9f4 crypto: rmd256 - Switch to shash пре 16 година
rmd320.c 3b8efb4c41 crypto: rmd320 - Switch to shash пре 16 година
rng.c 17f0f4a47d crypto: rng - RNG interface and implementation пре 17 година
salsa20_generic.c f0d1ec3a22 crypto: salsa20 - Remove private wrappers around various operations пре 16 година
scatterwalk.c 4f3e797ad0 crypto: scatterwalk - Avoid flush_dcache_page on slab pages пре 16 година
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm пре 18 година
seqiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes пре 17 година
serpent.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
sha1_generic.c 54ccb36776 crypto: sha1 - Switch to shash пре 16 година
sha256_generic.c 8c882f6413 crypto: Fix dead links пре 16 година
sha512_generic.c bd9d20dba1 crypto: sha512 - Switch to shash пре 16 година
shash.c f4f689933c crypto: shash - Fix unaligned calculation with short length пре 16 година
tcrypt.c 4e033a6bc7 crypto: tcrypt - Do not exit on success in fips mode пре 16 година
tcrypt.h da7f033ddc crypto: cryptomgr - Add test infrastructure пре 17 година
tea.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
testmgr.c a0cfae59f8 crypto: testmgr - Allow hash test vectors longer than a page пре 16 година
testmgr.h f7cb80f2b9 crypto: testmgr - Add ctr(aes) test vectors пре 16 година
tgr192.c f63fbd3d50 crypto: tgr192 - Switch to shash пре 16 година
twofish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() пре 17 година
twofish_common.c e2b21b5002 [CRYPTO] twofish: Do not unroll big stuff in twofish key setup пре 17 година
wp512.c 4946510baa crypto: wp512 - Switch to shash пре 16 година
xcbc.c 1edcf2e1ee [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk пре 17 година
xor.c 33f65df7ed crypto: don't track xor test pages with kmemcheck пре 16 година
xts.c 6212f2c7f7 [CRYPTO] xts: Use proper alignment пре 17 година
zlib.c 3ce858cb04 crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final} пре 16 година