.. |
async_tx
|
dmaengine: allow dma support for async_tx to be toggled
|
16 years ago |
Kconfig
|
crypto: fips - Select CPRNG
|
16 years ago |
Makefile
|
crypto: hash - Remove legacy hash/digest implementaion
|
16 years ago |
ablkcipher.c
|
crypto: skcipher - Change default sync geniv on SMP to eseqiv
|
16 years ago |
aead.c
|
crypto: aead - Avoid infinite loop when nivaead fails selftest
|
16 years ago |
aes_generic.c
|
crypto: aes - Precompute tables
|
16 years ago |
ahash.c
|
crypto: hash - Fix handling of sg entry that crosses page boundary
|
16 years ago |
algapi.c
|
crypto: api - Fix crypto_drop_spawn crash on blank spawns
|
16 years ago |
algboss.c
|
crypto: api - Add new template create function
|
16 years ago |
ansi_cprng.c
|
crypto: ansi_prng - alloc cipher just in init
|
16 years ago |
anubis.c
|
[CRYPTO] all: Clean up init()/fini()
|
17 years ago |
api.c
|
crypto: hash - Remove legacy hash/digest implementaion
|
16 years ago |
arc4.c
|
…
|
|
authenc.c
|
crypto: authenc - Remove reference to crypto_hash
|
16 years ago |
blkcipher.c
|
crypto: skcipher - Avoid infinite loop when cipher fails selftest
|
16 years ago |
blowfish.c
|
[CRYPTO] all: Clean up init()/fini()
|
17 years ago |
camellia.c
|
crypto: camellia - use kernel-provided bitops, unaligned access
|
16 years ago |
cast5.c
|
[CRYPTO] all: Clean up init()/fini()
|
17 years ago |
cast6.c
|
[CRYPTO] all: Clean up init()/fini()
|
17 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
|
…
|
|
compress.c
|
…
|
|
crc32c.c
|
libcrc32c: Move implementation to crypto crc32c
|
16 years ago |
cryptd.c
|
crypto: cryptd - Use crypto_ahash_set_reqsize
|
16 years ago |
crypto_null.c
|
crypto: null - Switch to shash
|
16 years ago |
crypto_wq.c
|
crypto: api - Use dedicated workqueue for crypto subsystem
|
16 years ago |
ctr.c
|
[CRYPTO] seqiv: Add Sequence Number IV Generator
|
17 years ago |
cts.c
|
[CRYPTO] cts: Init SG tables
|
17 years ago |
deflate.c
|
[CRYPTO] all: Clean up init()/fini()
|
17 years ago |
des_generic.c
|
crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set
|
16 years ago |
digest.c
|
crypto: hash - Fix digest size check for digest type
|
17 years ago |
ecb.c
|
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
|
17 years ago |
eseqiv.c
|
crypto: eseqiv - Fix IV generation for sync algorithms
|
16 years ago |
fcrypt.c
|
crypto: remove uses of __constant_{endian} helpers
|
16 years ago |
fips.c
|
crypto: api - Add fips_enable flag
|
17 years ago |
gcm.c
|
[CRYPTO] gcm: Introduce rfc4106
|
17 years ago |
gf128mul.c
|
crypto: Fix dead links
|
16 years ago |
hash.c
|
crypto: hash - Move ahash functions into crypto/hash.h
|
17 years ago |
hmac.c
|
crypto: hmac - Switch to shash
|
16 years ago |
internal.h
|
crypto: hash - Remove legacy hash/digest implementaion
|
16 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: md4 - Switch to shash
|
16 years ago |
md5.c
|
crypto: md5 - Switch to shash
|
16 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: pcomp - pcompress.c should include crypto/internal/compress.h
|
16 years ago |
proc.c
|
crypto: api - Call type show function before legacy for proc
|
16 years ago |
ripemd.h
|
[CRYPTO] ripemd: Put all common RIPEMD values in header file
|
17 years ago |
rmd128.c
|
crypto: rmd128 - Switch to shash
|
16 years ago |
rmd160.c
|
crypto: rmd160 - Switch to shash
|
16 years ago |
rmd256.c
|
crypto: rmd256 - Switch to shash
|
16 years ago |
rmd320.c
|
crypto: rmd320 - Switch to shash
|
16 years ago |
rng.c
|
crypto: rng - RNG interface and implementation
|
17 years ago |
salsa20_generic.c
|
crypto: salsa20 - Remove private wrappers around various operations
|
16 years ago |
scatterwalk.c
|
crypto: scatterwalk - Avoid flush_dcache_page on slab pages
|
16 years ago |
seed.c
|
…
|
|
seqiv.c
|
crypto: skcipher - Use RNG interface instead of get_random_bytes
|
17 years ago |
serpent.c
|
[CRYPTO] all: Clean up init()/fini()
|
17 years ago |
sha1_generic.c
|
crypto: sha1_generic - Add export/import support
|
16 years ago |
sha256_generic.c
|
crypto: sha256_generic - Add export/import support
|
16 years ago |
sha512_generic.c
|
crypto: sha512 - Switch to shash
|
16 years ago |
shash.c
|
crypto: shash - Export async functions
|
16 years ago |
tcrypt.c
|
crypto: tcrypt - Fix module return code when testing by name
|
16 years ago |
tcrypt.h
|
crypto: cryptomgr - Add test infrastructure
|
17 years ago |
tea.c
|
[CRYPTO] all: Clean up init()/fini()
|
17 years ago |
testmgr.c
|
crypto: testmgr - Allow implementation-specific tests
|
16 years ago |
testmgr.h
|
crypto: testmgr - Add ctr(aes) test vectors
|
16 years ago |
tgr192.c
|
crypto: tgr192 - Switch to shash
|
16 years ago |
twofish.c
|
[CRYPTO] all: Clean up init()/fini()
|
17 years ago |
twofish_common.c
|
…
|
|
wp512.c
|
crypto: wp512 - Switch to shash
|
16 years ago |
xcbc.c
|
crypto: xcbc - Switch to shash
|
16 years ago |
xor.c
|
crypto: don't track xor test pages with kmemcheck
|
16 years ago |
xts.c
|
[CRYPTO] xts: Use proper alignment
|
17 years ago |
zlib.c
|
crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}
|
16 years ago |