Jussi Kivilinna edb7c7cdba crypto: blowfish - disable AVX2 implementation vor 12 Jahren
..
asymmetric_keys 04b00bdb41 X.509: Support parse long form of length octets in Authority Key Identifier vor 12 Jahren
async_tx 3ec39abdcc raid6test: use prandom_bytes() vor 12 Jahren
842.c c2b3711d11 crypto: 842 - remove .cra_list initialization vor 13 Jahren
Kconfig edb7c7cdba crypto: blowfish - disable AVX2 implementation vor 12 Jahren
Makefile 93b5e86a6d crypto: add CMAC support to CryptoAPI vor 12 Jahren
ablkcipher.c 9a5467bf7b crypto: user - fix info leaks in report API vor 12 Jahren
aead.c 9a5467bf7b crypto: user - fix info leaks in report API vor 12 Jahren
aes_generic.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
af_alg.c 60063497a9 atomic: use <linux/atomic.h> vor 14 Jahren
ahash.c 9a5467bf7b crypto: user - fix info leaks in report API vor 12 Jahren
algapi.c b67bfe0d42 hlist: drop the node parameter from iterators vor 12 Jahren
algboss.c 26c8aaebc1 crypto: algapi - Fix hang on crypto allocation vor 13 Jahren
algif_hash.c 72a763d805 crypto: algif - suppress sending source address information in recvmsg vor 12 Jahren
algif_skcipher.c 72a763d805 crypto: algif - suppress sending source address information in recvmsg vor 12 Jahren
ansi_cprng.c 8fc229a51b crypto: ansi_cprng - use crypto_[un]register_algs vor 13 Jahren
anubis.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
api.c 3d01a33b77 crypto: api - Fix checkpatch errors vor 15 Jahren
arc4.c d366db605c crypto: arc4 - improve performance by using u32 for ctx and variables vor 13 Jahren
authenc.c 3e8afe35c3 crypto: use ERR_CAST vor 12 Jahren
authencesn.c 3e8afe35c3 crypto: use ERR_CAST vor 12 Jahren
blkcipher.c 9a5467bf7b crypto: user - fix info leaks in report API vor 12 Jahren
blowfish_common.c 52ba867c8c crypto: blowfish - split generic and common c code vor 14 Jahren
blowfish_generic.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
camellia_generic.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
cast5_generic.c 044ab52578 crypto: cast5/cast6 - move lookup tables to shared module vor 12 Jahren
cast6_generic.c 044ab52578 crypto: cast5/cast6 - move lookup tables to shared module vor 12 Jahren
cast_common.c 044ab52578 crypto: cast5/cast6 - move lookup tables to shared module vor 12 Jahren
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) vor 17 Jahren
ccm.c 3e8afe35c3 crypto: use ERR_CAST vor 12 Jahren
chainiv.c 3e8afe35c3 crypto: use ERR_CAST vor 12 Jahren
cipher.c d150975bc7 crypto: cipher - Fix checkpatch errors vor 15 Jahren
cmac.c 93b5e86a6d crypto: add CMAC support to CryptoAPI vor 12 Jahren
compress.c 0375d66dd0 crypto: compress - Fix checkpatch errors vor 15 Jahren
crc32.c 78c37d191d crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation vor 12 Jahren
crc32c.c 6a0962b22e crypto: crc32c should use library implementation vor 13 Jahren
cryptd.c 9efade1b3e crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption vor 12 Jahren
crypto_null.c 70a03bff6c crypto: crypto_null - use crypto_[un]register_algs vor 13 Jahren
crypto_user.c a84fb791cb crypto: user - constify netlink dispatch table vor 12 Jahren
crypto_wq.c 4bb33cc890 crypto: add module.h to those files that are explicitly using it vor 13 Jahren
ctr.c 32dc43e40a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 vor 12 Jahren
cts.c 3e8afe35c3 crypto: use ERR_CAST vor 12 Jahren
deflate.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
des_generic.c 9935e6d2f3 crypto: des - use crypto_[un]register_algs vor 13 Jahren
ecb.c 5b37c19e36 crypto: ecb - Fix checkpatch errors vor 15 Jahren
eseqiv.c c920fa6051 crypto: Use scatterwalk_crypto_chain vor 14 Jahren
fcrypt.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
fips.c ccb778e184 crypto: api - Add fips_enable flag vor 17 Jahren
gcm.c 797994f81a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 vor 12 Jahren
gf128mul.c 625426633d crypto: gf128mul - fix call to memset() vor 14 Jahren
ghash-generic.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
hmac.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
internal.h 398710379f crypto: algapi - Move larval completion into algboss vor 13 Jahren
khazad.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
krng.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
lrw.c 6c2205b8ff crypto: lrw - add interface for parallelized cipher implementions vor 13 Jahren
lzo.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
md4.c 4bb33cc890 crypto: add module.h to those files that are explicitly using it vor 13 Jahren
md5.c bc0b96b54a crypto: Move md5_transform to lib/md5.c vor 14 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 9a5467bf7b crypto: user - fix info leaks in report API vor 12 Jahren
pcrypt.c fbf0ca1bf8 crypto: pcrypt - Use the online cpumask as the default vor 13 Jahren
proc.c 4bb33cc890 crypto: add module.h to those files that are explicitly using it vor 13 Jahren
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file vor 17 Jahren
rmd128.c 3181c22587 crypto: ripemd - Set module author and update email address vor 14 Jahren
rmd160.c 3181c22587 crypto: ripemd - Set module author and update email address vor 14 Jahren
rmd256.c 3181c22587 crypto: ripemd - Set module author and update email address vor 14 Jahren
rmd320.c 3181c22587 crypto: ripemd - Set module author and update email address vor 14 Jahren
rng.c 9a5467bf7b crypto: user - fix info leaks in report API vor 12 Jahren
salsa20_generic.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
scatterwalk.c f0dfc0b0b7 crypto: remove the second argument of k[un]map_atomic() vor 13 Jahren
seed.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
seqiv.c 3e8afe35c3 crypto: use ERR_CAST vor 12 Jahren
serpent_generic.c bbc406b9d2 crypto: serpent - use crypto_[un]register_algs vor 13 Jahren
sha1_generic.c 7c390170b4 crypto: sha1 - export sha1_update for reuse vor 14 Jahren
sha256_generic.c 35d2c9d0c3 crypto: sha256 - Expose SHA256 generic routine to be callable externally. vor 12 Jahren
sha512_generic.c bf70fa9d9e crypto: sha512 - Expose generic sha512 routine to be callable from other modules vor 12 Jahren
shash.c 9a5467bf7b crypto: user - fix info leaks in report API vor 12 Jahren
tcrypt.c ad8b7c3e92 crypto: tcrypt - add async cipher speed tests for blowfish vor 12 Jahren
tcrypt.h 69d3150cfc crypto: ctr - make rfc3686 asynchronous block cipher vor 12 Jahren
tea.c 738206d325 crypto: tea - use crypto_[un]register_algs vor 13 Jahren
testmgr.c f3f935a76a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher vor 12 Jahren
testmgr.h 797994f81a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 vor 12 Jahren
tgr192.c a5e7a2dcfc crypto: tiger - use crypto_[un]register_shashes vor 13 Jahren
twofish_common.c 81559f9ad3 crypto: twofish-x86_64-3way - add lrw support vor 13 Jahren
twofish_generic.c 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations vor 13 Jahren
vmac.c ba1ee07090 crypto: vmac - Make VMAC work when blocks aren't aligned vor 12 Jahren
wp512.c f4b0277e7e crypto: whirlpool - use crypto_[un]register_shashes vor 13 Jahren
xcbc.c 4bb33cc890 crypto: add module.h to those files that are explicitly using it vor 13 Jahren
xor.c af7cf25dd1 add further __init annotations to crypto/xor.c vor 12 Jahren
xts.c ce0045561e crypto: xts: add interface for parallelized cipher implementations vor 13 Jahren
zlib.c 7ab24bfdf9 net+crypto: Use vmalloc for zlib inflate buffers. vor 14 Jahren