Herbert Xu a760a6656e crypto: api - Fix module load deadlock with fallback algorithms 16 yıl önce
..
async_tx 209b84a88f dmaengine: replace dma_async_client_register with dmaengine_get 16 yıl önce
Kconfig bd9d20dba1 crypto: sha512 - Switch to shash 16 yıl önce
Makefile 7b5a080b3c crypto: hash - Add shash interface 16 yıl önce
ablkcipher.c 76fc60a2e3 [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module 17 yıl önce
aead.c 189ed66e95 [CRYPTO] api: Show async type 17 yıl önce
aes_generic.c 0ee4a96902 crypto: aes - Precompute tables 16 yıl önce
ahash.c bb402f16ec crypto: ahash - Fix digest size in /proc/crypto 16 yıl önce
algapi.c b8e15992b4 crypto: api - Fix algorithm test race that broke aead initialisation 16 yıl önce
algboss.c 1aa4ecd95d crypto: cryptomgr - Test ciphers using ECB 16 yıl önce
ansi_cprng.c 09fbf7c0f2 crypto: ansi_cprng - fix inverted DT increment routine 16 yıl önce
anubis.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
api.c a760a6656e crypto: api - Fix module load deadlock with fallback algorithms 16 yıl önce
arc4.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey 18 yıl önce
authenc.c 29b37f4212 crypto: authenc - Fix zero-length IV crash 16 yıl önce
blkcipher.c bac1b5c469 crypto: blkcipher - Fix WARN_ON handling in walk_done 16 yıl önce
blowfish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
camellia.c 32bd78e0a5 crypto: camellia - use kernel-provided bitops, unaligned access 16 yıl önce
cast5.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
cast6.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 yıl önce
ccm.c 516280e735 crypto: ccm - Fix handling of null assoc data 16 yıl önce
chainiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes 16 yıl önce
cipher.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned 17 yıl önce
compress.c 87ae9afdca cleanup asm/scatterlist.h includes 17 yıl önce
crc32c.c 69c35efcf1 libcrc32c: Move implementation to crypto crc32c 16 yıl önce
cryptd.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h 17 yıl önce
crypto_null.c d35d2454ce crypto: null - Switch to shash 16 yıl önce
ctr.c 0a270321db [CRYPTO] seqiv: Add Sequence Number IV Generator 17 yıl önce
cts.c c4913c7b71 [CRYPTO] cts: Init SG tables 17 yıl önce
deflate.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
des_generic.c ad79cdd77f crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set 16 yıl önce
digest.c dbaaba1d0a crypto: hash - Fix digest size check for digest type 17 yıl önce
ecb.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 yıl önce
eseqiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes 16 yıl önce
fcrypt.c dad3df2044 crypto: remove uses of __constant_{endian} helpers 16 yıl önce
fips.c ccb778e184 crypto: api - Add fips_enable flag 16 yıl önce
gcm.c dadbc53d0b [CRYPTO] gcm: Introduce rfc4106 17 yıl önce
gf128mul.c f19f5111c9 [CRYPTO] xts: XTS blockcipher mode implementation without partial blocks 17 yıl önce
hash.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h 17 yıl önce
hmac.c 5f7082ed4f crypto: hash - Export shash through hash 16 yıl önce
internal.h 7b0bac64cd crypto: api - Rebirth of crypto_alloc_tfm 16 yıl önce
khazad.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
krng.c 17f0f4a47d crypto: rng - RNG interface and implementation 16 yıl önce
lrw.c 8eb2dfac41 crypto: lrw - Fix big endian support 16 yıl önce
lzo.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
md4.c 808a1763ce crypto: md4 - Switch to shash 16 yıl önce
md5.c 14b75ba70d crypto: md5 - Switch to shash 16 yıl önce
michael_mic.c 19e2bf1467 crypto: michael_mic - Switch to shash 16 yıl önce
pcbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 yıl önce
proc.c 67cd080c50 crypto: api - Call type show function before legacy for proc 16 yıl önce
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file 17 yıl önce
rmd128.c 7c4468bc01 crypto: rmd128 - Switch to shash 16 yıl önce
rmd160.c e5835fba02 crypto: rmd160 - Switch to shash 16 yıl önce
rmd256.c d8a5e2e9f4 crypto: rmd256 - Switch to shash 16 yıl önce
rmd320.c 3b8efb4c41 crypto: rmd320 - Switch to shash 16 yıl önce
rng.c 17f0f4a47d crypto: rng - RNG interface and implementation 16 yıl önce
salsa20_generic.c f0d1ec3a22 crypto: salsa20 - Remove private wrappers around various operations 16 yıl önce
scatterwalk.c 4f3e797ad0 crypto: scatterwalk - Avoid flush_dcache_page on slab pages 16 yıl önce
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm 17 yıl önce
seqiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes 16 yıl önce
serpent.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
sha1_generic.c 54ccb36776 crypto: sha1 - Switch to shash 16 yıl önce
sha256_generic.c 50e109b5b9 crypto: sha256 - Switch to shash 16 yıl önce
sha512_generic.c bd9d20dba1 crypto: sha512 - Switch to shash 16 yıl önce
shash.c 4abfd73e34 crypto: shash - Fix module refcount 16 yıl önce
tcrypt.c da7f033ddc crypto: cryptomgr - Add test infrastructure 16 yıl önce
tcrypt.h da7f033ddc crypto: cryptomgr - Add test infrastructure 16 yıl önce
tea.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
testmgr.c b812eb0076 crypto: testmgr - Validate output length in (de)compression tests 16 yıl önce
testmgr.h bcf84a38f0 crypto: testmgr - Correct comment about deflate parameters 16 yıl önce
tgr192.c f63fbd3d50 crypto: tgr192 - Switch to shash 16 yıl önce
twofish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 yıl önce
twofish_common.c e2b21b5002 [CRYPTO] twofish: Do not unroll big stuff in twofish key setup 17 yıl önce
wp512.c 4946510baa crypto: wp512 - Switch to shash 16 yıl önce
xcbc.c 1edcf2e1ee [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk 17 yıl önce
xor.c 9bc89cd82d async_tx: add the async_tx api 18 yıl önce
xts.c 6212f2c7f7 [CRYPTO] xts: Use proper alignment 17 yıl önce