summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-17crypto: akcipher - add PKE APITadeusz Struk
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi
2015-06-17crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu
2015-06-17Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu
2015-06-17crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu
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: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan
2015-06-16MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk
2015-06-16crypto: vmx - Reindent to kernel styleHerbert Xu
2015-06-16crypto: vmx - Remove duplicate PPC64 dependencyHerbert Xu
2015-06-15crypto: aesni - fix crypto_fpu_exit() section mismatchJeremiah Mahler
2015-06-15crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman
2015-06-15crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman
2015-06-12crypto: picoxcell - Clamp AEAD SG list by input lengthHerbert Xu
2015-06-12crypto: picoxcell - Make use of sg_nents_for_lenHerbert Xu
2015-06-12crypto: picoxcell - Include linux/sizes.hHerbert Xu
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-10random: Remove kernel blocking APIHerbert Xu
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller
2015-06-10random: Add callback API for random pool readinessHerbert Xu
2015-06-09nios2: Export get_cyclesHerbert Xu
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller
2015-06-09crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu
2015-06-09crypto: qat: fix issue when mapping assoc to internal AD structTadeusz Struk
2015-06-09crypto: qat - Set max request sizeTadeusz Struk
2015-06-09crypto: testmgr - Document struct cipher_testvecLABBE Corentin
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida
2015-06-04crypto: doc - Fix typo in crypto-API.tmplMasanari Iida
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: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman
2015-06-04xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec usersMartin Willi
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