aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-31crypto: inside-secure - move the digest to the request contextAntoine Tenart1-12/+18
2018-03-23crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai1-1/+1
2018-03-23crypto: bfin_crc - remove blackfin CRC driverArnd Bergmann4-885/+0
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT2-9/+26
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT1-5/+6
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT1-1/+1
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)1-1/+3
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in talitos_edesc_alloc()Markus Elfring1-1/+0
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook1-30/+78
2018-03-16crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu2-2/+0
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain4-108/+298
2018-03-16crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain1-1/+1
2018-03-16crypto: chelsio - Update IV before sending request to HWHarsh Jain1-8/+11
2018-03-16crypto: chelsio - Fix src buffer dma lengthHarsh Jain1-5/+12
2018-03-16crypto: chelsio - Use kernel round function to align lengthsHarsh Jain2-40/+34
2018-03-16crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring1-14/+1
2018-03-09crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook2-2/+2
2018-03-09crypto: s5p-sss - Constify pointed data (arguments and local variables)Krzysztof Kozlowski1-14/+17
2018-03-09crypto: s5p-sss - Remove useless check for non-null requestKrzysztof Kozlowski1-3/+0
2018-03-09crypto: omap-sham - Fix misleading indentationKrzysztof Kozlowski1-1/+1
2018-03-09crypto: omap-sham - Remove useless check for non-null requestKrzysztof Kozlowski1-3/+0