Richard Hartmann 3d01a33b77 crypto: api - Fix checkpatch errors vor 15 Jahren
..
async_tx 7b3cc2b1fc async_tx: build-time toggling of async_{syndrome,xor}_val dma support vor 15 Jahren
Kconfig 5068c7a883 crypto: pcrypt - Add pcrypt crypto parallelization wrapper vor 15 Jahren
Makefile 5068c7a883 crypto: pcrypt - Add pcrypt crypto parallelization wrapper vor 15 Jahren
ablkcipher.c c4ede64a6e crypto: ablkcipher - Fix checkpatch errors vor 15 Jahren
aead.c 3922538fe1 crypto: aead - Fix checkpatch errors vor 15 Jahren
aes_generic.c 7b4ffcf953 crypto: aes - Undefined behaviour in crypto_aes_expand_key vor 16 Jahren
ahash.c 5befbd5a7e crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep vor 16 Jahren
algapi.c 5357c6c43e crypto: algapi - Fix checkpatch errors vor 15 Jahren
algboss.c f2ac72e826 crypto: api - Add new template create function vor 16 Jahren
ansi_cprng.c 2f32bfd834 crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPS vor 15 Jahren
anubis.c 189bd4b056 crypto: anubis - Fix checkpatch errors vor 15 Jahren
api.c 3d01a33b77 crypto: api - Fix checkpatch errors vor 15 Jahren
arc4.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey vor 19 Jahren
authenc.c cbdcf80d8b crypto: authenc - Convert to ahash vor 16 Jahren
blkcipher.c b170a137f4 crypto: skcipher - Avoid infinite loop when cipher fails selftest vor 16 Jahren
blowfish.c 0d8fb0a139 crypto: blowfish - Fix checkpatch errors vor 15 Jahren
camellia.c 32bd78e0a5 crypto: camellia - use kernel-provided bitops, unaligned access vor 16 Jahren
cast5.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() vor 17 Jahren
cast6.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() vor 17 Jahren
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) vor 17 Jahren
ccm.c 516280e735 crypto: ccm - Fix handling of null assoc data vor 16 Jahren
chainiv.c 0a2e821d62 crypto: chainiv - Use kcrypto_wq instead of keventd_wq vor 16 Jahren
cipher.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned vor 18 Jahren
compress.c 87ae9afdca cleanup asm/scatterlist.h includes vor 18 Jahren
crc32c.c 69c35efcf1 libcrc32c: Move implementation to crypto crc32c vor 16 Jahren
cryptd.c d0316554d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu vor 15 Jahren
crypto_null.c d35d2454ce crypto: null - Switch to shash vor 16 Jahren
crypto_wq.c 25c38d3fb9 crypto: api - Use dedicated workqueue for crypto subsystem vor 16 Jahren
ctr.c aef27136b8 crypto: ctr - Use chainiv on raw counter mode vor 16 Jahren
cts.c c4913c7b71 [CRYPTO] cts: Init SG tables vor 17 Jahren
deflate.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() vor 17 Jahren
des_generic.c ad79cdd77f crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set vor 16 Jahren
ecb.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) vor 17 Jahren
eseqiv.c abe5fa7899 crypto: eseqiv - Fix IV generation for sync algorithms vor 16 Jahren
fcrypt.c dad3df2044 crypto: remove uses of __constant_{endian} helpers vor 16 Jahren
fips.c ccb778e184 crypto: api - Add fips_enable flag vor 17 Jahren
gcm.c 73c89c15b9 crypto: gcm - Add RFC4543 wrapper for GCM vor 15 Jahren
gf128mul.c 8c882f6413 crypto: Fix dead links vor 16 Jahren
ghash-generic.c 2cdc6899a8 crypto: ghash - Add GHASH digest algorithm for GCM vor 16 Jahren
hmac.c 0b767b4df3 crypto: hmac - Prehash ipad/opad vor 16 Jahren
internal.h 9cd899a32f crypto: cryptd - Switch to template create API vor 16 Jahren
khazad.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() vor 17 Jahren
krng.c 17f0f4a47d crypto: rng - RNG interface and implementation vor 17 Jahren
lrw.c 8eb2dfac41 crypto: lrw - Fix big endian support vor 16 Jahren
lzo.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() vor 17 Jahren
md4.c 808a1763ce crypto: md4 - Switch to shash vor 16 Jahren
md5.c 7d6f75eb21 crypto: md5 - Add export support vor 15 Jahren
michael_mic.c 19e2bf1467 crypto: michael_mic - Switch to shash vor 16 Jahren
pcbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) vor 17 Jahren
pcompress.c 2ca33da1de crypto: api - Remove frontend argument from extsize/init_tfm vor 16 Jahren
pcrypt.c 5a1436beec crypto: pcrypt - call the complete function on error vor 15 Jahren
proc.c e069efb6bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 vor 15 Jahren
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file vor 17 Jahren
rmd128.c 7c4468bc01 crypto: rmd128 - Switch to shash vor 16 Jahren
rmd160.c e5835fba02 crypto: rmd160 - Switch to shash vor 16 Jahren
rmd256.c d8a5e2e9f4 crypto: rmd256 - Switch to shash vor 16 Jahren
rmd320.c 3b8efb4c41 crypto: rmd320 - Switch to shash vor 16 Jahren
rng.c a8ccc393dd crypto: rng - Fix typo vor 16 Jahren
salsa20_generic.c f0d1ec3a22 crypto: salsa20 - Remove private wrappers around various operations vor 16 Jahren
scatterwalk.c 4f3e797ad0 crypto: scatterwalk - Avoid flush_dcache_page on slab pages vor 16 Jahren
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm vor 18 Jahren
seqiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes vor 17 Jahren
serpent.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() vor 17 Jahren
sha1_generic.c e2a7ce4e18 crypto: sha1_generic - Add export/import support vor 16 Jahren
sha256_generic.c 9b2fda7b94 crypto: sha256_generic - Add export/import support vor 16 Jahren
sha512_generic.c 13887ed688 crypto: sha512_generic - Use 64-bit counters vor 16 Jahren
shash.c 0044f3eda9 crypto: shash - Test for the algorithms import function before exporting it vor 16 Jahren
tcrypt.c f1939f7c56 crypto: vmac - New hash algorithm for intel_txt support vor 16 Jahren
tcrypt.h da7f033ddc crypto: cryptomgr - Add test infrastructure vor 17 Jahren
tea.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() vor 17 Jahren
testmgr.c 863b557a88 crypto: testmgr - Fix complain about lack test for internal used algorithm vor 15 Jahren
testmgr.h 507069c91e crypto: testmgr - Add ghash algorithm test before provide to users vor 15 Jahren
tgr192.c f63fbd3d50 crypto: tgr192 - Switch to shash vor 16 Jahren
twofish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() vor 17 Jahren
twofish_common.c e2b21b5002 [CRYPTO] twofish: Do not unroll big stuff in twofish key setup vor 17 Jahren
vmac.c f1939f7c56 crypto: vmac - New hash algorithm for intel_txt support vor 16 Jahren
wp512.c 4946510baa crypto: wp512 - Switch to shash vor 16 Jahren
xcbc.c 36f87a4a29 crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctx vor 16 Jahren
xor.c 33f65df7ed crypto: don't track xor test pages with kmemcheck vor 16 Jahren
xts.c 6212f2c7f7 [CRYPTO] xts: Use proper alignment vor 17 Jahren
zlib.c 3ce858cb04 crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final} vor 16 Jahren