aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-17Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu1-1/+1
2015-06-17crypto: testmgr - Update rfc4543 test vectorsHerbert Xu1-6/+9
2015-06-17crypto: gcm - Convert to new AEAD interfaceHerbert Xu1-532/+373
2015-06-17crypto: testmgr - Disable rfc4543 testHerbert Xu1-1/+1
2015-06-11crypto: drbg - Add select on sha256Herbert Xu1-1/+2
2015-06-11crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky1-2/+4
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller1-1/+11
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller1-91/+126
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller2-5/+26
2015-06-09crypto: testmgr - Document struct cipher_testvecLABBE Corentin1-0/+18
2015-06-04crypto: rng - Remove krngHerbert Xu2-62/+0
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