aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-04-07.gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreGravatar Masahiro Yamada 1-1/+0
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 86-1582/+14525
2018-03-31crypto: chtls - Makefile KconfigGravatar Atul Gupta 3-0/+16
2018-03-31crypto: chtls - Program the TLS session KeyGravatar Atul Gupta 1-0/+412
2018-03-31crypto: chtls - Inline TLS record RxGravatar Atul Gupta 2-1/+602
2018-03-31crypto: chtls - Inline TLS record TxGravatar Atul Gupta 2-0/+1224
2018-03-31crypto : chtls - CPL handler definitionGravatar Atul Gupta 1-0/+2126
2018-03-31crypto: chtls - Register chtls with net tlsGravatar Atul Gupta 1-0/+575
2018-03-31crypto: chtls - structure and macro for Inline TLSGravatar Atul Gupta 2-0/+685
2018-03-31crypto: chcr - Inline TLS Key MacrosGravatar Atul Gupta 2-1/+96
2018-03-31crypto: ccree - remove unused enumsGravatar Gilad Ben-Yossef 1-21/+7
2018-03-31crypto: brcm - explicitly cast cipher to hash typeGravatar Stefan Agner 1-2/+2
2018-03-31crypto: talitos - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+2
2018-03-31crypto: qat - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+3
2018-03-31crypto: picoxcell - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+2
2018-03-31crypto: ixp4xx - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+2
2018-03-31crypto: chelsio - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+5
2018-03-31crypto: caam/qi - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+2
2018-03-31crypto: caam - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+2
2018-03-31crypto: talitos - fix IPsec cipher in lengthGravatar LEROY Christophe 1-16/+20
2018-03-31crypto: chelsio - Remove declaration of static function from headerGravatar Harsh Jain 2-147/+145
2018-03-31crypto: inside-secure - hmac(sha224) supportGravatar Antoine Tenart 3-0/+58
2018-03-31crypto: inside-secure - hmac(sha256) supportGravatar Antoine Tenart 3-9/+75
2018-03-31crypto: inside-secure - the context ipad/opad should use the state szGravatar Antoine Tenart 1-4/+4
2018-03-31crypto: inside-secure - improve the skcipher tokenGravatar Antoine Tenart 1-1/+2
2018-03-31crypto: inside-secure - do not access buffers mapped to the deviceGravatar Antoine Tenart 1-4/+4
2018-03-31crypto: inside-secure - improve the send error pathGravatar Antoine Tenart 1-2/+5
2018-03-31crypto: inside-secure - fix a typo in a register nameGravatar Antoine Tenart 2-2/+2
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineGravatar Antoine Tenart 2-2/+2
2018-03-31crypto: inside-secure - move the digest to the request contextGravatar Antoine Tenart 1-12/+18
2018-03-23crypto: cavium - Replace mdelay with msleep in cpt_device_initGravatar Jia-Ju Bai 1-1/+1
2018-03-23crypto: bfin_crc - remove blackfin CRC driverGravatar Arnd Bergmann 4-885/+0
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGravatar Gregory CLEMENT 2-9/+26
2018-03-23crypto: inside-secure - improve clock initializationGravatar Gregory CLEMENT 1-5/+6
2018-03-23crypto: inside-secure - fix clock managementGravatar Gregory CLEMENT 1-1/+1
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()Gravatar weiyongjun \(A\) 1-1/+3
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in t...Gravatar Markus Elfring 1-1/+0
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGravatar Gary R Hook 1-30/+78
2018-03-16crypto: virtio - remove dependency on CRYPTO_AUTHENCGravatar Peter Wu 2-2/+0
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listGravatar Harsh Jain 4-108/+298
2018-03-16crypto: chelsio - Fix iv passed in fallback path for rfc3686Gravatar Harsh Jain 1-1/+1
2018-03-16crypto: chelsio - Update IV before sending request to HWGravatar Harsh Jain 1-8/+11
2018-03-16crypto: chelsio - Fix src buffer dma lengthGravatar Harsh Jain 1-5/+12
2018-03-16crypto: chelsio - Use kernel round function to align lengthsGravatar Harsh Jain 2-40/+34
2018-03-16crypto: ccp - Use memdup_user() rather than duplicating its implementationGravatar Markus Elfring 1-14/+1
2018-03-09crypto: ccp - Fill the result buffer only on digest, finup, and final opsGravatar Gary R Hook 2-2/+2
2018-03-09crypto: s5p-sss - Constify pointed data (arguments and local variables)Gravatar Krzysztof Kozlowski 1-14/+17
2018-03-09crypto: s5p-sss - Remove useless check for non-null requestGravatar Krzysztof Kozlowski 1-3/+0
2018-03-09crypto: omap-sham - Fix misleading indentationGravatar Krzysztof Kozlowski 1-1/+1
2018-03-09crypto: omap-sham - Remove useless check for non-null requestGravatar Krzysztof Kozlowski 1-3/+0