summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2018-04-07.gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada-1/+0
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1582/+14525
2018-03-31crypto: chtls - Makefile KconfigAtul Gupta-0/+16
2018-03-31crypto: chtls - Program the TLS session KeyAtul Gupta-0/+412
2018-03-31crypto: chtls - Inline TLS record RxAtul Gupta-1/+602
2018-03-31crypto: chtls - Inline TLS record TxAtul Gupta-0/+1224
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta-0/+2126
2018-03-31crypto: chtls - Register chtls with net tlsAtul Gupta-0/+575
2018-03-31crypto: chtls - structure and macro for Inline TLSAtul Gupta-0/+685
2018-03-31crypto: chcr - Inline TLS Key MacrosAtul Gupta-1/+96
2018-03-31crypto: ccree - remove unused enumsGilad Ben-Yossef-21/+7
2018-03-31crypto: brcm - explicitly cast cipher to hash typeStefan Agner-2/+2
2018-03-31crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus-0/+2
2018-03-31crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus-0/+3
2018-03-31crypto: picoxcell - don't leak pointers to authenc keysTudor-Dan Ambarus-0/+2
2018-03-31crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus-0/+2
2018-03-31crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus-0/+5
2018-03-31crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus-0/+2
2018-03-31crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus-0/+2
2018-03-31crypto: talitos - fix IPsec cipher in lengthLEROY Christophe-16/+20
2018-03-31crypto: chelsio - Remove declaration of static function from headerHarsh Jain-147/+145
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart-0/+58
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart-9/+75
2018-03-31crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart-4/+4
2018-03-31crypto: inside-secure - improve the skcipher tokenAntoine Tenart-1/+2
2018-03-31crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart-4/+4
2018-03-31crypto: inside-secure - improve the send error pathAntoine Tenart-2/+5
2018-03-31crypto: inside-secure - fix a typo in a register nameAntoine Tenart-2/+2
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart-2/+2
2018-03-31crypto: inside-secure - move the digest to the request contextAntoine Tenart-12/+18
2018-03-23crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai-1/+1
2018-03-23crypto: bfin_crc - remove blackfin CRC driverArnd Bergmann-885/+0
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT-9/+26
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT-5/+6
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT-1/+1
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)-1/+3
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring-1/+0
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook-30/+78
2018-03-16crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu-2/+0
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain-108/+298
2018-03-16crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain-1/+1
2018-03-16crypto: chelsio - Update IV before sending request to HWHarsh Jain-8/+11
2018-03-16crypto: chelsio - Fix src buffer dma lengthHarsh Jain-5/+12
2018-03-16crypto: chelsio - Use kernel round function to align lengthsHarsh Jain-40/+34
2018-03-16crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring-14/+1
2018-03-09crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook-2/+2
2018-03-09crypto: s5p-sss - Constify pointed data (arguments and local variables)Krzysztof Kozlowski-14/+17
2018-03-09crypto: s5p-sss - Remove useless check for non-null requestKrzysztof Kozlowski-3/+0
2018-03-09crypto: omap-sham - Fix misleading indentationKrzysztof Kozlowski-1/+1
2018-03-09crypto: omap-sham - Remove useless check for non-null requestKrzysztof Kozlowski-3/+0