summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: vmx - Reindent to kernel styleHerbert Xu2015-06-166-482/+506
* crypto: vmx - Remove duplicate PPC64 dependencyHerbert Xu2015-06-162-2/+1
* crypto: aesni - fix crypto_fpu_exit() section mismatchJeremiah Mahler2015-06-151-1/+1
* crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman2015-06-155-15/+25
* crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman2015-06-154-27/+22
* crypto: picoxcell - Clamp AEAD SG list by input lengthHerbert Xu2015-06-121-3/+11
* crypto: picoxcell - Make use of sg_nents_for_lenHerbert Xu2015-06-121-11/+2
* crypto: picoxcell - Include linux/sizes.hHerbert Xu2015-06-121-0/+1
* crypto: drbg - Add select on sha256Herbert Xu2015-06-111-1/+2
* crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky2015-06-111-2/+4
* crypto: drbg - reseed often if seedsource is degradedStephan Mueller2015-06-102-1/+12
* random: Remove kernel blocking APIHerbert Xu2015-06-102-13/+0
* crypto: drbg - Use callback API for random readinessStephan Mueller2015-06-102-93/+127
* random: Add callback API for random pool readinessHerbert Xu2015-06-102-0/+87
* nios2: Export get_cyclesHerbert Xu2015-06-091-0/+2
* crypto: drbg - use pragmas for disabling optimizationStephan Mueller2015-06-092-5/+26
* crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu2015-06-092-12/+23
* crypto: qat: fix issue when mapping assoc to internal AD structTadeusz Struk2015-06-091-12/+20
* crypto: qat - Set max request sizeTadeusz Struk2015-06-091-0/+2
* crypto: testmgr - Document struct cipher_testvecLABBE Corentin2015-06-091-0/+18
* crypto: doc - Fix typo in crypto-API.xmlMasanari Iida2015-06-044-4/+4
* crypto: doc - Fix typo in crypto-API.tmplMasanari Iida2015-06-041-2/+2
* crypto: rng - Remove krngHerbert Xu2015-06-042-62/+0
* crypto: rng - Make DRBG the default RNGHerbert Xu2015-06-041-7/+8
* crypto: echainiv - Set Kconfig default to mHerbert Xu2015-06-041-0/+1
* crypto: drbg - Add stdrng alias and increase priorityHerbert Xu2015-06-041-1/+2
* crypto: seqiv - Move IV seeding into init functionHerbert Xu2015-06-041-98/+15
* crypto: eseqiv - Move IV seeding into init functionHerbert Xu2015-06-041-25/+4
* crypto: echainiv - Move IV seeding into init functionHerbert Xu2015-06-041-24/+6
* crypto: chainiv - Move IV seeding into init functionHerbert Xu2015-06-041-57/+9
* crypto: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman2015-06-041-5/+2
* xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec usersMartin Willi2015-06-041-0/+12
* crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi2015-06-042-0/+194
* crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEADMartin Willi2015-06-041-1/+25
* crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi2015-06-042-0/+284
* crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi2015-06-043-0/+676
* crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi2015-06-042-0/+268
* crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi2015-06-043-0/+310
* crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2015-06-042-0/+192
* crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi2015-06-043-0/+230
* crypto: ccp - Protect against poorly marked end of sg listTom Lendacky2015-06-031-2/+5
* scatterlist: introduce sg_nents_for_lenTom Lendacky2015-06-032-0/+33
* crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_pageHerbert Xu2015-06-031-1/+5
* crypto: aesni - Convert rfc4106 to new AEAD interfaceHerbert Xu2015-06-031-167/+83
* crypto: nx - prevent nx 842 load if no hw driverDan Streetman2015-06-036-135/+148
* crypto: cryptd - Convert to new AEAD interfaceHerbert Xu2015-06-031-35/+29
* crypto: aesni - Convert top-level rfc4106 algorithm to new interfaceHerbert Xu2015-06-031-89/+83
* crypto: cryptd - Add setkey/setauthsize functions for AEADHerbert Xu2015-06-031-2/+20
* crypto: pcrypt - Add support for new AEAD interfaceHerbert Xu2015-06-031-95/+40
* crypto: aead - Add multiple algorithm registration interfaceHerbert Xu2015-06-032-0/+31
OpenPOWER on IntegriCloud