aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-20crypto: bfin_crc - don't include linux/unaligned/access_ok.hJohannes Berg1-1/+1
2014-11-17crypto: qat - Use memzero_explicitStruk, Tadeusz1-14/+22
2014-11-17crypto: caam - Remove unnecessary smp_read_barrier_depends()Pranith Kumar1-3/+0
2014-11-12crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile1-4/+6
2014-11-10crypto: ux500/hash - Silence compiler warning for !CONFIG_PMUlf Hansson1-0/+2
2014-11-10crypto: ux500/cryp - Silence compiler warning for !CONFIG_PMUlf Hansson1-0/+2
2014-11-06crypto: caam - fix error reportingCristian Stoica1-8/+17
2014-11-06crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile1-4/+281
2014-11-06crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile1-26/+236
2014-11-06crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile2-5/+79
2014-11-06crypto: caam - add support for ctr(aes)Catalin Vasile2-5/+37
2014-11-06crypto: caam - add support for rfc4543(gcm(aes))Tudor Ambarus1-1/+457
2014-11-06crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa2-22/+113
2014-11-06crypto: nx - Fix SHA concurrence issue and sg limit boundsLeonidas S. Barbosa2-230/+200
2014-11-06crypto: nx - Moving NX-AES-XCBC to be processed logicLeonidas S. Barbosa1-18/+63
2014-11-06crypto: nx - Moving NX-AES-GCM to be processed logicLeonidas S. Barbosa1-29/+37
2014-11-06crypto: nx - Moving NX-AES-ECB to be processed logicLeonidas S. Barbosa1-10/+2
2014-11-06crypto: nx - Moving limit and bound logic in CTR and fix IV vectorLeonidas S. Barbosa1-10/+3
2014-11-06crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list boundsLeonidas S. Barbosa1-34/+27
2014-11-06crypto: nx - Moving NX-AES-CBC to be processed logicLeonidas S. Barbosa1-10/+2
2014-11-06crypto: caam - fix output sequence contiguity checkTudor Ambarus1-1/+2
2014-11-06crypto: qat - Move BAR definitions to device specific moduleTadeusz Struk3-3/+4
2014-10-24crypto: caam - add support for rfc4106(gcm(aes))Tudor Ambarus1-15/+414
2014-10-24crypto: caam - add support for gcm(aes)Tudor Ambarus1-11/+331
2014-10-24crypto: qat - misspelling typo - "reseting" should be "resetting"Bruce Allan1-1/+1
2014-10-24crypto: qat - cleanup unnecessary break checkpatch warningBruce Allan1-1/+0
2014-10-24crypto: qat - cleanup coccicheck warning - NULL check before freeing functionsBruce Allan1-8/+4
2014-10-24crypto: qat - fix bad unlock balanceBruce Allan1-1/+5
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.cBehan Webster1-17/+14
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.cBehan Webster1-17/+11
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.cBehan Webster1-7/+4
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.cBehan Webster1-23/+18
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller1-7/+6
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-217/+148
2014-10-08Fix up missing dmaengine header inclusion from qce crypto engineLinus Torvalds1-0/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-1/+19
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2-0/+18
2014-09-24crypto: qat - Removed unneeded partial stateTadeusz Struk1-59/+7
2014-09-24crypto: qat - Fix typo in name of tasklet_structTadeusz Struk2-5/+5
2014-09-18crypto: qat - Enable all 32 IRQsTadeusz Struk1-1/+1
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in CAAM.Nitesh Narayan Lal3-80/+81
2014-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-08-29crypto: mv_cesa - Add missing #defineRasmus Villemoes1-0/+1
2014-08-29crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-08-25crypto: caam - fix addressing of struct memberCristian Stoica1-3/+3
2014-08-25crypto: caam - remove duplicated sg copy functionsCristian Stoica2-62/+14
2014-08-25crypto: qat - Fix return value check in adf_chr_drv_create()Wei Yongjun1-1/+1
2014-08-25crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu2-1/+20
2014-08-25crypto: caam - change starting entropy delay valueAlex Porosanu2-1/+10