aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-28crypto: crypto4xx - convert to skcipherChristian Lamparter3-177/+163
2018-04-28crypto: crypto4xx - performance optimizationsChristian Lamparter3-26/+34
2018-04-28crypto: cavium - Remove unnecessary parenthesesVarsha Rao1-21/+21
2018-04-28crypto: drivers - simplify getting .drvdataWolfram Sang2-8/+4
2018-04-28crypto: omap-sham - fix memleakBin Liu1-1/+1
2018-04-28crypto: drivers - Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-10/+4
2018-04-21crypto: caam: - Use kmemdup() functionFabio Estevam1-8/+1
2018-04-21crypto: caam - strip input zeros from RSA input bufferHoria Geantă2-0/+62
2018-04-21crypto: caam - allow retrieving 'era' from registerFabio Estevam2-4/+58
2018-04-21crypto: caam - staticize caam_get_era()Fabio Estevam2-4/+1
2018-04-21crypto: cavium - Fix smp_processor_id() warningsJan Glauber2-3/+3
2018-04-21crypto: cavium - Fix statistics pending request valueJan Glauber2-9/+5
2018-04-21crypto: cavium - Prevent division by zeroJan Glauber1-4/+5
2018-04-21crypto: cavium - Limit result reading attemptsJan Glauber3-4/+25
2018-04-21crypto: cavium - Fix fallout from CONFIG_VMAP_STACKJan Glauber1-8/+14
2018-04-21crypto: chelsio - remove redundant assignment to cdev->portsColin Ian King1-1/+0
2018-04-21crypto: chelsio - don't leak information from the stack to userspaceColin Ian King1-1/+1
2018-04-21crypto: chelsio - Fix potential NULL pointer dereferencesGustavo A. R. Silva1-0/+16
2018-04-21crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă1-111/+116
2018-04-21crypto: caam - fix IV DMA mapping and updatingHoria Geantă1-121/+91
2018-04-21crypto: caam - fix DMA mapping dir for generated IVHoria Geantă1-12/+17
2018-04-07.gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds86-1582/+14525
2018-03-31crypto: chtls - Makefile KconfigAtul Gupta3-0/+16
2018-03-31crypto: chtls - Program the TLS session KeyAtul Gupta1-0/+412
2018-03-31crypto: chtls - Inline TLS record RxAtul Gupta2-1/+602
2018-03-31crypto: chtls - Inline TLS record TxAtul Gupta2-0/+1224
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta1-0/+2126
2018-03-31crypto: chtls - Register chtls with net tlsAtul Gupta1-0/+575
2018-03-31crypto: chtls - structure and macro for Inline TLSAtul Gupta2-0/+685
2018-03-31crypto: chcr - Inline TLS Key MacrosAtul Gupta2-1/+96
2018-03-31crypto: ccree - remove unused enumsGilad Ben-Yossef1-21/+7
2018-03-31crypto: brcm - explicitly cast cipher to hash typeStefan Agner1-2/+2
2018-03-31crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-31crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+3
2018-03-31crypto: picoxcell - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-31crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-31crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+5
2018-03-31crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-31crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-31crypto: talitos - fix IPsec cipher in lengthLEROY Christophe1-16/+20
2018-03-31crypto: chelsio - Remove declaration of static function from headerHarsh Jain2-147/+145
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart3-0/+58
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart3-9/+75
2018-03-31crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart1-4/+4
2018-03-31crypto: inside-secure - improve the skcipher tokenAntoine Tenart1-1/+2
2018-03-31crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart1-4/+4
2018-03-31crypto: inside-secure - improve the send error pathAntoine Tenart1-2/+5
2018-03-31crypto: inside-secure - fix a typo in a register nameAntoine Tenart2-2/+2
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart2-2/+2