..
async_tx
crypto: add module.h to those files that are explicitly using it
13 years ago
Kconfig
crypto: user - Depend on NET instead of selecting it
13 years ago
Makefile
crypto: Add userspace configuration API
14 years ago
ablkcipher.c
crypto: Add userspace report for givcipher type algorithms
14 years ago
aead.c
crypto: Add userspace report for nivaead type algorithms
14 years ago
aes_generic.c
crypto: aes_generic - Fix checkpatch errors
15 years ago
af_alg.c
atomic: use <linux/atomic.h>
14 years ago
ahash.c
crypto: Add userspace report for ahash type algorithms
14 years ago
algapi.c
crypto: Export crypto_remove_final
14 years ago
algboss.c
crypto: testmgr - Fix test disabling option
15 years ago
algif_hash.c
crypto: algif_hash - Handle initial af_alg_make_sg error correctly
14 years ago
algif_skcipher.c
crypto: algif_skcipher - Handle unaligned receive buffer
14 years ago
ansi_cprng.c
Fix common misspellings
14 years ago
anubis.c
crypto: anubis - Fix checkpatch errors
15 years ago
api.c
crypto: api - Fix checkpatch errors
15 years ago
arc4.c
crypto: arc4 - Fixed coding style issues
14 years ago
authenc.c
crypto: Use scatterwalk_crypto_chain
14 years ago
authencesn.c
crypto: authencesn - Add algorithm to handle IPsec extended sequence numbers
14 years ago
blkcipher.c
crypto: Add userspace report for blkcipher type algorithms
14 years ago
blowfish_common.c
crypto: blowfish - split generic and common c code
14 years ago
blowfish_generic.c
crypto: blowfish - rename C-version to blowfish_generic
14 years ago
camellia.c
crypto: camellia - Fix checkpatch errors
15 years ago
cast5.c
crypto: cast5 - simplify if-statements
14 years ago
cast6.c
crypto: cast6 - Fix checkpatch errors
15 years ago
cbc.c
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
17 years ago
ccm.c
crypto: ccm - Fix handling of null assoc data
16 years ago
chainiv.c
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
16 years ago
cipher.c
crypto: cipher - Fix checkpatch errors
15 years ago
compress.c
crypto: compress - Fix checkpatch errors
15 years ago
crc32c.c
crypto: crc32c - Fixed coding style issue
14 years ago
cryptd.c
crypto: cryptd - Use subsys_initcall to prevent races with aesni
14 years ago
crypto_null.c
crypto: crypto_null - Fix checkpatch errors
15 years ago
crypto_user.c
crypto: user - Initialise match in crypto_alg_match
14 years ago
crypto_wq.c
crypto: add module.h to those files that are explicitly using it
13 years ago
ctr.c
crypto: Use ERR_CAST
15 years ago
cts.c
[CRYPTO] cts: Init SG tables
17 years ago
deflate.c
net+crypto: Use vmalloc for zlib inflate buffers.
14 years ago
des_generic.c
Blackfin: Rename DES PC2() symbol to avoid collision
15 years ago
ecb.c
crypto: ecb - Fix checkpatch errors
15 years ago
eseqiv.c
crypto: Use scatterwalk_crypto_chain
14 years ago
fcrypt.c
crypto: fcrypt - Fix checkpatch errors
15 years ago
fips.c
crypto: api - Add fips_enable flag
17 years ago
gcm.c
crypto: Use scatterwalk_crypto_chain
14 years ago
gf128mul.c
crypto: gf128mul - fix call to memset()
14 years ago
ghash-generic.c
crypto: ghash - Avoid null pointer dereference if no key is set
14 years ago
hmac.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
15 years ago
internal.h
crypto: Export crypto_remove_final
14 years ago
khazad.c
[CRYPTO] all: Clean up init()/fini()
17 years ago
krng.c
crypto: rng - RNG interface and implementation
17 years ago
lrw.c
crypto: lrw - Fix big endian support
16 years ago
lzo.c
[CRYPTO] all: Clean up init()/fini()
17 years ago
md4.c
crypto: add module.h to those files that are explicitly using it
13 years ago
md5.c
crypto: Move md5_transform to lib/md5.c
14 years ago
michael_mic.c
crypto: michael_mic - Switch to shash
16 years ago
pcbc.c
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
17 years ago
pcompress.c
crypto: Add userspace report for pcompress type algorithms
14 years ago
pcrypt.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
14 years ago
proc.c
crypto: add module.h to those files that are explicitly using it
13 years ago
ripemd.h
[CRYPTO] ripemd: Put all common RIPEMD values in header file
17 years ago
rmd128.c
crypto: ripemd - Set module author and update email address
14 years ago
rmd160.c
crypto: ripemd - Set module author and update email address
14 years ago
rmd256.c
crypto: ripemd - Set module author and update email address
14 years ago
rmd320.c
crypto: ripemd - Set module author and update email address
14 years ago
rng.c
crypto: Add userspace report for rng type algorithms
14 years ago
salsa20_generic.c
crypto: salsa20 - Remove private wrappers around various operations
16 years ago
scatterwalk.c
crypto: scatterwalk - Fix scatterwalk_done() test
15 years ago
seed.c
…
seqiv.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
15 years ago
serpent.c
[CRYPTO] all: Clean up init()/fini()
17 years ago
sha1_generic.c
crypto: sha1 - export sha1_update for reuse
14 years ago
sha256_generic.c
crypto: sha256_generic - Add export/import support
16 years ago
sha512_generic.c
crypto: sha512_generic - Use 64-bit counters
16 years ago
shash.c
crypto: Add userspace report for shash type algorithms
14 years ago
tcrypt.c
crypto: testmgr - add twofish tests
14 years ago
tcrypt.h
crypto: tcrypt - Speed testing support for ghash
15 years ago
tea.c
[CRYPTO] all: Clean up init()/fini()
17 years ago
testmgr.c
crypto: testmgr - add twofish tests
14 years ago
testmgr.h
crypto: testmgr - add twofish tests
14 years ago
tgr192.c
crypto: tgr192 - Switch to shash
16 years ago
twofish_common.c
…
twofish_generic.c
crypto: twofish: Rename twofish to twofish_generic and add an alias
15 years ago
vmac.c
crypto: add module.h to those files that are explicitly using it
13 years ago
wp512.c
crypto: whirlpool - count rounds from 0
14 years ago
xcbc.c
crypto: add module.h to those files that are explicitly using it
13 years ago
xor.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
15 years ago
xts.c
Fix common misspellings
14 years ago
zlib.c
net+crypto: Use vmalloc for zlib inflate buffers.
14 years ago