Herbert Xu d06854f024 crypto: api - Add crypto_attr_alg2 helper 16 лет назад
..
async_tx 729b5d1b8e dmaengine: allow dma support for async_tx to be toggled 16 лет назад
Kconfig 215ccd6f55 crypto: fips - Select CPRNG 16 лет назад
Makefile bf68e65ec9 crypto: zlib - New zlib crypto module, using pcomp 16 лет назад
ablkcipher.c 0b67fb65d1 crypto: skcipher - Change default sync geniv on SMP to eseqiv 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 d06854f024 crypto: api - Add crypto_attr_alg2 helper 16 лет назад
algboss.c f2ac72e826 crypto: api - Add new template create function 16 лет назад
ansi_cprng.c fd09d7facb crypto: ansi_prng - alloc cipher just in init 16 лет назад
anubis.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 лет назад
api.c d06854f024 crypto: api - Add crypto_attr_alg2 helper 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 d06854f024 crypto: api - Add crypto_attr_alg2 helper 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 942969992d crypto: shash - Add spawn support 16 лет назад
tcrypt.c ea40065769 crypto: tcrypt - Fix module return code when testing by name 16 лет назад
tcrypt.h da7f033ddc crypto: cryptomgr - Add test infrastructure 17 лет назад
tea.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 лет назад
testmgr.c a68f6610d4 crypto: testmgr - Allow implementation-specific tests 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 лет назад