summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-0658-1085/+2255
|\
| * crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta2018-05-301-1/+1
| * crypto: chtls - kbuild warningsAtul Gupta2018-05-301-5/+6
| * crypto: chtls - dereference null variableAtul Gupta2018-05-301-2/+1Star
| * crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta2018-05-303-3/+89
| * crypto: chtls - key len correctionAtul Gupta2018-05-301-5/+1Star
| * crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan2018-05-301-0/+44
| * crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan2018-05-302-10/+93
| * crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin2018-05-303-0/+5
| * crypto: ccree - silence debug printsGilad Ben-Yossef2018-05-301-3/+3
| * crypto: ccree - better clock handlingGilad Ben-Yossef2018-05-301-1/+19
| * crypto: ccree - correct host regs offsetGilad Ben-Yossef2018-05-304-6/+17
| * crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain2018-05-302-113/+97Star
| * crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain2018-05-304-40/+17Star
| * crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain2018-05-301-30/+26Star
| * crypto: caam/qi - fix warning in init_cgr()Horia Geantă2018-05-301-3/+2Star
| * crypto: caam - fix rfc4543 descriptorsHoria Geantă2018-05-301-2/+2
| * crypto: caam - fix MC firmware detectionHoria Geantă2018-05-302-9/+13
| * crypto: clarify licensing of OpenSSL asm codeAdam Langley2018-05-302-5/+53
| * crypto: chtls - fix a missing-check bugWenwen Wang2018-05-261-3/+7
| * crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart2018-05-263-0/+41
| * crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart2018-05-263-2/+50
| * crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart2018-05-265-33/+353
| * crypto: inside-secure - improve error reportingAntoine Tenart2018-05-264-11/+27
| * crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart2018-05-261-2/+2
| * crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart2018-05-261-2/+2
| * crypto: inside-secure - make the context control size dynamicAntoine Tenart2018-05-261-3/+2Star
| * crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart2018-05-261-4/+7
| * crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart2018-05-261-107/+129
| * crypto: inside-secure - remove VLAsAntoine Tenart2018-05-263-2/+11
| * crypto: chtls - generic handling of data and hdrAtul Gupta2018-05-263-53/+23Star
| * crypto: chelsio - request to HW should wrapAtul Gupta2018-05-181-18/+17Star
| * crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King2018-05-181-1/+1
| * crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman2018-05-111-2/+0Star
| * crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman2018-05-114-9/+0Star
| * crypto: caam - fix size of RSA prime factor qHoria Geantă2018-05-051-4/+4
| * crypto: ccree - use proper printk formatGilad Ben-Yossef2018-05-051-1/+1
| * crypto: ccree - enable support for hardware keysGilad Ben-Yossef2018-05-052-62/+318
| * crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter2018-04-283-13/+19
| * crypto: crypto4xx - extend aead fallback checksChristian Lamparter2018-04-281-14/+16
| * crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2018-04-282-1/+11
| * crypto: crypto4xx - add aes-ctr supportChristian Lamparter2018-04-284-6/+128
| * crypto: crypto4xx - avoid VLA useChristian Lamparter2018-04-281-10/+4Star
| * crypto: crypto4xx - convert to skcipherChristian Lamparter2018-04-283-177/+163Star
| * crypto: crypto4xx - performance optimizationsChristian Lamparter2018-04-283-26/+34
| * crypto: cavium - Remove unnecessary parenthesesVarsha Rao2018-04-281-21/+21
| * crypto: drivers - simplify getting .drvdataWolfram Sang2018-04-282-8/+4Star
| * crypto: omap-sham - fix memleakBin Liu2018-04-281-1/+1
| * crypto: drivers - Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-281-10/+4Star
| * crypto: caam: - Use kmemdup() functionFabio Estevam2018-04-201-8/+1Star