Linus Torvalds 9d86b4128c Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 10 년 전
..
asymmetric_keys 9d86b4128c Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 10 년 전
async_tx 584acdd49c md/raid5: activate raid6 rmw feature 10 년 전
.gitignore 44a17ef872 crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files 10 년 전
842.c 2062c5b6da crypto: 842 - change 842 alg to use software 10 년 전
Kconfig 425e0172a5 crypto: rsa - fix invalid select for AKCIPHER 10 년 전
Makefile dfc9fa9193 crypto: jitterentropy - avoid compiler warnings 10 년 전
ablk_helper.c 466a7b9e3e crypto: cryptd - process CRYPTO_ALG_INTERNAL 10 년 전
ablkcipher.c 21dbd96f22 crypto: skcipher - Allow givencrypt to be NULL 10 년 전
aead.c caab94612a crypto: aead - Add multiple algorithm registration interface 10 년 전
aes_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
af_alg.c e0456717e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 10 년 전
ahash.c 5be4d4c94b crypto: replace scatterwalk_sg_next with sg_next 10 년 전
akcipher.c 338a9de035 crypto: akcipher - fix spelling cihper -> cipher 10 년 전
algapi.c c2110f2834 crypto: api - Include alignment in crypto_alg_extsize 10 년 전
algboss.c 939e177996 crypto: algboss - Hold ref count on larval 12 년 전
algif_aead.c 3e90950d36 crypto: algif_aead - Temporarily disable all AEAD algorithms 10 년 전
algif_hash.c 01e97e6517 new helper: msg_data_left() 10 년 전
algif_rng.c 654ae152b3 crypto: algif_rng - Remove obsolete const-removal cast 10 년 전
algif_skcipher.c 01e97e6517 new helper: msg_data_left() 10 년 전
ansi_cprng.c e7c2422a83 crypto: ansi_cprng - Convert to new rng interface 10 년 전
anubis.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
api.c 06ca7f68d4 crypto: api - prevent helper ciphers from being used 10 년 전
arc4.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
authenc.c 25df919430 crypto: authenc - Use crypto_aead_set_reqsize helper 10 년 전
authencesn.c 6650d09b3a crypto: authencesn - Use crypto_aead_set_reqsize helper 10 년 전
blkcipher.c d1a2fd500c crypto: blkcipher - Include crypto/aead.h 10 년 전
blowfish_common.c 52ba867c8c crypto: blowfish - split generic and common c code 14 년 전
blowfish_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
camellia_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
cast5_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
cast6_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
cast_common.c f22d08111a crypto: make tables used from assembler __visible 12 년 전
cbc.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
ccm.c 2c221ad394 crypto: ccm - Use crypto_aead_set_reqsize helper 10 년 전
chacha20_generic.c c08d0e6473 crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation 10 년 전
chacha20poly1305.c c2b7b20aed crypto: poly1305 - Pass key as first two message blocks to each desc_ctx 10 년 전
chainiv.c 341476d6cf crypto: chainiv - Offer normal cipher functionality without RNG 10 년 전
cipher.c d150975bc7 crypto: cipher - Fix checkpatch errors 15 년 전
cmac.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
compress.c 0375d66dd0 crypto: compress - Fix checkpatch errors 15 년 전
crc32.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
crc32c_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
crct10dif_common.c 26052f9b9b crypto: crct10dif - Add fallback for broken initrds 12 년 전
crct10dif_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
cryptd.c f614e546f5 crypto: cryptd - Convert to new AEAD interface 10 년 전
crypto_null.c 330234638e crypto: null - Add default null skcipher 10 년 전
crypto_user.c 9aa867e465 crypto: user - Add CRYPTO_MSG_DELRNG 10 년 전
crypto_wq.c 130fa5bc81 crypto: crypto_wq - Fix late crypto work queue initialization 11 년 전
ctr.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
cts.c 988dc01744 crypto: cts - Weed out non-CBC algorithms 10 년 전
deflate.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
des_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
drbg.c 593dfbd9ca crypto: drbg - report backend_cra_name when allocation fails 10 년 전
ecb.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
echainiv.c 9fcc704dfd crypto: echainiv - Only hold RNG during initialisation 10 년 전
eseqiv.c 055906d1e7 crypto: eseqiv - Offer normal cipher functionality without RNG 10 년 전
fcrypt.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
fips.c 94072cb20e crypto: fips - Move fips_enabled sysctl into fips.c 10 년 전
gcm.c adcbc688fe crypto: gcm - Convert to new AEAD interface 10 년 전
gf128mul.c 625426633d crypto: gf128mul - fix call to memset() 14 년 전
ghash-generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
hash_info.c ee08997fee crypto: provide single place for hash algo information 12 년 전
hmac.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
internal.h 7be58b1250 crypto: api - Remove linux/fips.h from internal.h 10 년 전
jitterentropy-kcapi.c dfc9fa9193 crypto: jitterentropy - avoid compiler warnings 10 년 전
jitterentropy.c cea0a3c305 crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree" 10 년 전
khazad.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
lrw.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
lz4.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
lz4hc.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
lzo.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
mcryptd.c f52bbf55d1 crypto: mcryptd - process CRYPTO_ALG_INTERNAL 10 년 전
md4.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
md5.c 6a185016f4 crypto: md5 - use md5 IV MD5_HX instead of their raw value 10 년 전
memneq.c e37b94ebff crypto: memneq - fix for archs without efficient unaligned access 11 년 전
michael_mic.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
pcbc.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
pcompress.c f7c9bebe8b crypto: pcomp - Use crypto_alg_extsize helper 10 년 전
pcrypt.c 0496f56065 crypto: pcrypt - Add support for new AEAD interface 10 년 전
poly1305_generic.c c2b7b20aed crypto: poly1305 - Pass key as first two message blocks to each desc_ctx 10 년 전
proc.c 94072cb20e crypto: fips - Move fips_enabled sysctl into fips.c 10 년 전
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file 17 년 전
rmd128.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
rmd160.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
rmd256.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
rmd320.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
rng.c 7cecadb7cc crypto: rng - Do not free default RNG when it becomes unused 10 년 전
rsa.c cfc2bb32b3 crypto: rsa - add a new rsa generic implementation 10 년 전
rsa_helper.c cfc2bb32b3 crypto: rsa - add a new rsa generic implementation 10 년 전
rsakey.asn1 cfc2bb32b3 crypto: rsa - add a new rsa generic implementation 10 년 전
salsa20_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
scatterwalk.c 160544075f crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_page 10 년 전
seed.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 년 전
seqiv.c eeee12aa34 crypto: seqiv - Add compatibility support without RNG 10 년 전
serpent_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
sha1_generic.c 7c71f0f760 crypto: sha1-generic - move to generic glue implementation 10 년 전
sha256_generic.c a2e5ba4fed crypto: sha256-generic - move to generic glue implementation 10 년 전
sha512_generic.c ca142584bc crypto: sha512-generic - move to generic glue implementation 10 년 전
shash.c ac611680cb crypto: shash - Use crypto_alg_extsize helper 10 년 전
tcrypt.c 31267270a3 crypto: tcrypt - Fixed AEAD speed test setup 10 년 전
tcrypt.h 4e4aab63d7 crypto: tcrypt - Add rfc4309(ccm(aes)) speed test 10 년 전
tea.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
testmgr.c 9d77b6c2a3 crypto: testmgr - don't print info about missing test for gcm-aes-aesni 10 년 전
testmgr.h 946cc46372 crypto: testmgr - add tests vectors for RSA 10 년 전
tgr192.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
twofish_common.c 81559f9ad3 crypto: twofish-x86_64-3way - add lrw support 14 년 전
twofish_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
vmac.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
wp512.c 3e14dcf7cb crypto: add missing crypto module aliases 10 년 전
xcbc.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
xor.c af7cf25dd1 add further __init annotations to crypto/xor.c 13 년 전
xts.c 4943ba16bb crypto: include crypto- module prefix in template 10 년 전
zlib.c f94a359763 crypto: pcomp - Constify (de)compression parameters 10 년 전