summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - add tests vectors for RSATadeusz Struk2015-06-173-0/+346
* crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-176-0/+484
* crypto: akcipher - add PKE APITadeusz Struk2015-06-178-0/+555
* crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi2015-06-173-116/+134
* crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu2015-06-171-3/+846
* Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu2015-06-171-1/+1
* crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu2015-06-171-634/+686
* crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu2015-06-171-14/+21
* crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu2015-06-173-73/+67
* crypto: testmgr - Update rfc4543 test vectorsHerbert Xu2015-06-171-6/+9
* crypto: gcm - Convert to new AEAD interfaceHerbert Xu2015-06-171-532/+373
* crypto: testmgr - Disable rfc4543 testHerbert Xu2015-06-171-1/+1
* crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan2015-06-161-2/+2
* crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan2015-06-161-4/+5
* MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk2015-06-163-22/+86
* 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
OpenPOWER on IntegriCloud