James Morris 653bd4568b Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus 9 years ago
..
asymmetric_keys 3c8f227871 KEYS: The PKCS#7 test key type should use the secondary keyring 9 years ago
async_tx 95813b8faa mm/page_ref: add tracepoint to track down page reference manipulation 9 years ago
.gitignore 44a17ef872 crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files 10 years ago
842.c 2062c5b6da crypto: 842 - change 842 alg to use software 10 years ago
Kconfig 58446fef57 crypto: rsa - select crypto mgr dependency 9 years ago
Makefile 735d37b542 crypto: engine - Introduce the block request crypto engine framework 9 years ago
ablk_helper.c 466a7b9e3e crypto: cryptd - process CRYPTO_ALG_INTERNAL 10 years ago
ablkcipher.c 70d906bc17 crypto: skcipher - Copy iv from desc even for 0-len walks 9 years ago
aead.c 5e4b8c1fcc crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag 10 years ago
aes_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
af_alg.c a6a48c565f crypto: af_alg - Forbid bind(2) when nokey child sockets are present 9 years ago
ahash.c 13f4bb78cf crypto: hash - Fix page length clamping in hash walk 9 years ago
akcipher.c 28a4618ad1 crypto: akcipher - add akcipher declarations needed by templates. 9 years ago
algapi.c f2aefdab5d crypto: api - Add crypto_type_has_alg helper 9 years ago
algboss.c aa1b6bb7d7 crypto: algboss - Remove reference to nivaead 10 years ago
algif_aead.c 83094e5e9e crypto: af_alg - add async support to algif_aead 9 years ago
algif_hash.c fe09786178 crypto: algif_hash - wait for crypto_ahash_init() to complete 9 years ago
algif_rng.c 654ae152b3 crypto: algif_rng - Remove obsolete const-removal cast 10 years ago
algif_skcipher.c dad4199706 crypto: algif_skcipher - Do not set MAY_BACKLOG on the async path 9 years ago
ansi_cprng.c e7c2422a83 crypto: ansi_cprng - Convert to new rng interface 10 years ago
anubis.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
api.c 3fc89adb9f crypto: api - Only abort operations on fatal signal 10 years ago
arc4.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
authenc.c 5e4b8c1fcc crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag 10 years ago
authencesn.c 5e4b8c1fcc crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag 10 years ago
blkcipher.c 70d906bc17 crypto: skcipher - Copy iv from desc even for 0-len walks 9 years ago
blowfish_common.c 52ba867c8c crypto: blowfish - split generic and common c code 14 years ago
blowfish_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
camellia_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
cast5_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
cast6_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
cast_common.c f22d08111a crypto: make tables used from assembler __visible 12 years ago
cbc.c 4943ba16bb crypto: include crypto- module prefix in template 10 years ago
ccm.c 5e4b8c1fcc crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag 10 years ago
chacha20_generic.c 31d7247da5 crypto: chacha20 - Export common ChaCha20 helpers 10 years ago
chacha20poly1305.c 161151d79f crypto: chacha20poly1305 - Skip encryption/decryption for 0-len 9 years ago
chainiv.c 341476d6cf crypto: chainiv - Offer normal cipher functionality without RNG 10 years ago
cipher.c d150975bc7 crypto: cipher - Fix checkpatch errors 15 years ago
cmac.c 4943ba16bb crypto: include crypto- module prefix in template 10 years ago
compress.c 0375d66dd0 crypto: compress - Fix checkpatch errors 15 years ago
crc32_generic.c a7c58ac062 crypto: crc32 - Rename generic implementation 9 years ago
crc32c_generic.c fd7f672710 crypto: crc32c - Fix crc32c soft dependency 9 years ago
crct10dif_common.c 26052f9b9b crypto: crct10dif - Add fallback for broken initrds 12 years ago
crct10dif_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
cryptd.c 1a07834024 crypto: cryptd - Assign statesize properly 9 years ago
crypto_engine.c 735d37b542 crypto: engine - Introduce the block request crypto engine framework 9 years ago
crypto_null.c 330234638e crypto: null - Add default null skcipher 10 years ago
crypto_user.c 63e41ebc66 crypto: user - lock crypto_alg_list on alg dump 9 years ago
crypto_wq.c 130fa5bc81 crypto: crypto_wq - Fix late crypto work queue initialization 11 years ago
ctr.c 4943ba16bb crypto: include crypto- module prefix in template 10 years ago
cts.c 988dc01744 crypto: cts - Weed out non-CBC algorithms 10 years ago
deflate.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
des_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
drbg.c 4218ebe8ca crypto: drbg - set HMAC key only when altered 9 years ago
ecb.c 4943ba16bb crypto: include crypto- module prefix in template 10 years ago
echainiv.c 376e0d697a crypto: echainiv - Use generic geniv init/exit helpers 10 years ago
eseqiv.c 055906d1e7 crypto: eseqiv - Offer normal cipher functionality without RNG 10 years ago
fcrypt.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
fips.c 94072cb20e crypto: fips - Move fips_enabled sysctl into fips.c 10 years ago
gcm.c d975f309a8 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block 10 years ago
gf128mul.c 625426633d crypto: gf128mul - fix call to memset() 14 years ago
ghash-generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
hash_info.c 5ca4c20cfd keys, trusted: select hash algorithm for TPM2 chips 9 years ago
hmac.c 4943ba16bb crypto: include crypto- module prefix in template 10 years ago
internal.h f2aefdab5d crypto: api - Add crypto_type_has_alg helper 9 years ago
jitterentropy-kcapi.c f5128432b0 crypto: jitterentropy - remove unnecessary information from a comment 10 years ago
jitterentropy.c cea0a3c305 crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree" 10 years ago
keywrap.c 2b8b28fd23 crypto: keywrap - memzero the correct memory 9 years ago
khazad.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
lrw.c 4943ba16bb crypto: include crypto- module prefix in template 10 years ago
lz4.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
lz4hc.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
lzo.c 5f575efea7 crypto: lzo - get rid of superfluous __GFP_REPEAT 9 years ago
mcryptd.c ddef482420 crypto: mcryptd - Fix load failure 9 years ago
md4.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
md5.c 0c4c78de04 crypto: hash - add zero length message hash for shax and md5 9 years ago
memneq.c e37b94ebff crypto: memneq - fix for archs without efficient unaligned access 11 years ago
michael_mic.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
pcbc.c 4943ba16bb crypto: include crypto- module prefix in template 10 years ago
pcrypt.c 5e4b8c1fcc crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag 10 years ago
poly1305_generic.c 2546f811ef crypto: poly1305 - Export common Poly1305 helpers 10 years ago
proc.c 94072cb20e crypto: fips - Move fips_enabled sysctl into fips.c 10 years ago
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file 17 years ago
rmd128.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
rmd160.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
rmd256.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
rmd320.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
rng.c 7cecadb7cc crypto: rng - Do not free default RNG when it becomes unused 10 years ago
rsa-pkcs1pad.c 6f0904ada4 crypto: rsa-pkcs1pad - fix dst len 9 years ago
rsa.c 3d5b1ecdea crypto: rsa - RSA padding algorithm 9 years ago
rsa_helper.c 22287b0b59 crypto: akcipher - Changes to asymmetric key API 10 years ago
rsaprivkey.asn1 22287b0b59 crypto: akcipher - Changes to asymmetric key API 10 years ago
rsapubkey.asn1 22287b0b59 crypto: akcipher - Changes to asymmetric key API 10 years ago
salsa20_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
scatterwalk.c 160544075f crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_page 10 years ago
seed.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
seqiv.c 659e7f5283 crypto: seqiv - Use generic geniv init/exit helpers 10 years ago
serpent_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
sha1_generic.c 0c4c78de04 crypto: hash - add zero length message hash for shax and md5 9 years ago
sha256_generic.c 0c4c78de04 crypto: hash - add zero length message hash for shax and md5 9 years ago
sha512_generic.c ca142584bc crypto: sha512-generic - move to generic glue implementation 10 years ago
shash.c 70477371dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 9 years ago
skcipher.c 973fb3fb50 crypto: skcipher - Add default key size helper 9 years ago
tcrypt.c 0660511c0b crypto: tcrypt - Use ahash 9 years ago
tcrypt.h 2dce063a31 crypto: tcrypt - Add ChaCha20/Poly1305 speed tests 10 years ago
tea.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
testmgr.c 9a07a79684 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 9 years ago
testmgr.h 110492183c crypto: compress - remove unused pcomp interface 9 years ago
tgr192.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
twofish_common.c 81559f9ad3 crypto: twofish-x86_64-3way - add lrw support 14 years ago
twofish_generic.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
vmac.c 4943ba16bb crypto: include crypto- module prefix in template 10 years ago
wp512.c 3e14dcf7cb crypto: add missing crypto module aliases 10 years ago
xcbc.c 4943ba16bb crypto: include crypto- module prefix in template 10 years ago
xor.c af7cf25dd1 add further __init annotations to crypto/xor.c 13 years ago
xts.c 28856a9e52 crypto: xts - consolidate sanity check for keys 9 years ago