summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-06-17crypto: testmgr - Update rfc4543 test vectorsHerbert Xu
2015-06-17crypto: gcm - Convert to new AEAD interfaceHerbert Xu
2015-06-17crypto: testmgr - Disable rfc4543 testHerbert Xu
2015-06-16crypto/asymmetric_keys: pkcs7_key_type needs module.hPaul Gortmaker
2015-06-11crypto: drbg - Add select on sha256Herbert Xu
2015-06-11crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller
2015-06-09crypto: testmgr - Document struct cipher_testvecLABBE Corentin
2015-06-04crypto: rng - Remove krngHerbert Xu
2015-06-04crypto: rng - Make DRBG the default RNGHerbert Xu
2015-06-04crypto: echainiv - Set Kconfig default to mHerbert Xu
2015-06-04crypto: drbg - Add stdrng alias and increase priorityHerbert Xu
2015-06-04crypto: seqiv - Move IV seeding into init functionHerbert Xu
2015-06-04crypto: eseqiv - Move IV seeding into init functionHerbert Xu
2015-06-04crypto: echainiv - Move IV seeding into init functionHerbert Xu
2015-06-04crypto: chainiv - Move IV seeding into init functionHerbert Xu
2015-06-04crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi
2015-06-04crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEADMartin Willi
2015-06-04crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi
2015-06-04crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi
2015-06-04crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi
2015-06-04crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi
2015-06-04crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi
2015-06-03crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_pageHerbert Xu
2015-06-03crypto: cryptd - Convert to new AEAD interfaceHerbert Xu
2015-06-03crypto: cryptd - Add setkey/setauthsize functions for AEADHerbert Xu
2015-06-03crypto: pcrypt - Add support for new AEAD interfaceHerbert Xu
2015-06-03crypto: aead - Add multiple algorithm registration interfaceHerbert Xu
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu
2015-06-03crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu
2015-06-03crypto: aead - Add type-safe init/exit functionsHerbert Xu
2015-06-03Revert "crypto: algif_aead - Disable AEAD user-space for now"Herbert Xu
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-28crypto: jitterentropy - remove timekeeping_valid_for_hresStephan Mueller
2015-05-28crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu
2015-05-28crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu
2015-05-28crypto: testmgr - Switch to new AEAD interfaceHerbert Xu
2015-05-28crypto: seqiv - Fix module unload/reload crashHerbert Xu
2015-05-28crypto: seqiv - Fix IV size in context size calculationHerbert Xu
2015-05-28crypto: seqiv - Use common IV generation codeHerbert Xu
2015-05-28crypto: seqiv - Copy AD along with plain/cipher textHerbert Xu
2015-05-28crypto: echainiv - Fix IV size in context size calculationHerbert Xu
2015-05-28crypto: echainiv - Use common IV generation codeHerbert Xu
2015-05-28crypto: echainiv - Copy AD along with plain textHerbert Xu
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu
2015-05-28crypto: aead - Preserve in-place processing in old_cryptHerbert Xu
2015-05-28crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwdHerbert Xu