aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-04crypto: rng - Make DRBG the default RNGHerbert Xu1-7/+8
2015-06-04crypto: echainiv - Set Kconfig default to mHerbert Xu1-0/+1
2015-06-04crypto: drbg - Add stdrng alias and increase priorityHerbert Xu1-1/+2
2015-06-04crypto: seqiv - Move IV seeding into init functionHerbert Xu1-98/+15
2015-06-04crypto: eseqiv - Move IV seeding into init functionHerbert Xu1-25/+4
2015-06-04crypto: echainiv - Move IV seeding into init functionHerbert Xu1-24/+6
2015-06-04crypto: chainiv - Move IV seeding into init functionHerbert Xu1-57/+9
2015-06-04crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi2-0/+194
2015-06-04crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEADMartin Willi1-1/+25
2015-06-04crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi2-0/+284
2015-06-04crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi3-0/+676
2015-06-04crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi2-0/+268
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi3-0/+310
2015-06-04crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2-0/+192
2015-06-04crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi3-0/+230
2015-06-03crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_pageHerbert Xu1-1/+5
2015-06-03crypto: cryptd - Convert to new AEAD interfaceHerbert Xu1-35/+29
2015-06-03crypto: cryptd - Add setkey/setauthsize functions for AEADHerbert Xu1-2/+20
2015-06-03crypto: pcrypt - Add support for new AEAD interfaceHerbert Xu1-95/+40
2015-06-03crypto: aead - Add multiple algorithm registration interfaceHerbert Xu1-0/+29
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu1-2/+2
2015-06-03crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu1-1/+2
2015-06-03crypto: aead - Add type-safe init/exit functionsHerbert Xu1-0/+14
2015-06-03Revert "crypto: algif_aead - Disable AEAD user-space for now"Herbert Xu1-0/+9
2015-05-28crypto: jitterentropy - remove timekeeping_valid_for_hresStephan Mueller1-3/+0
2015-05-28crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu1-58/+8
2015-05-28crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu1-8/+7
2015-05-28crypto: testmgr - Switch to new AEAD interfaceHerbert Xu1-39/+48
2015-05-28crypto: seqiv - Fix module unload/reload crashHerbert Xu1-0/+1
2015-05-28crypto: seqiv - Fix IV size in context size calculationHerbert Xu1-1/+1
2015-05-28crypto: seqiv - Use common IV generation codeHerbert Xu1-56/+36
2015-05-28crypto: seqiv - Copy AD along with plain/cipher textHerbert Xu1-27/+6
2015-05-28crypto: echainiv - Fix IV size in context size calculationHerbert Xu1-1/+1
2015-05-28crypto: echainiv - Use common IV generation codeHerbert Xu1-212/+18
2015-05-28crypto: echainiv - Copy AD along with plain textHerbert Xu1-8/+2
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu1-3/+202
2015-05-28crypto: aead - Preserve in-place processing in old_cryptHerbert Xu1-1/+2
2015-05-28crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwdHerbert Xu1-0/+1
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-14/+4
2015-05-27crypto: jitterentropy - add jitterentropy RNGStephan Mueller4-0/+925
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller1-7/+45
2015-05-27crypto: drbg - add async seeding operationStephan Mueller1-0/+24
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller1-27/+54
2015-05-26crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu1-9/+0
2015-05-25crypto: aead - Remove unused cryptoff parameterHerbert Xu3-10/+8
2015-05-25crypto: seqiv - Stop using cryptoffHerbert Xu1-67/+158
2015-05-25crypto: echainiv - Stop using cryptoffHerbert Xu1-12/+23
2015-05-25crypto: aead - Do not set cra_type for new style instancesHerbert Xu1-3/+1
2015-05-25crypto: echainiv - Use aead_register_instanceHerbert Xu1-19/+23
2015-05-25crypto: seqiv - Use aead_register_instanceHerbert Xu1-56/+79