summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-6/+9
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-10/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-3/+4
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1085/+2255
2018-05-31crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta-1/+1
2018-05-31crypto: chtls - kbuild warningsAtul Gupta-5/+6
2018-05-31crypto: chtls - dereference null variableAtul Gupta-2/+1
2018-05-31crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta-3/+89
2018-05-31crypto: chtls - key len correctionAtul Gupta-5/+1
2018-05-31crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan-0/+44
2018-05-31crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan-10/+93
2018-05-31crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin-0/+5
2018-05-31crypto: ccree - silence debug printsGilad Ben-Yossef-3/+3
2018-05-31crypto: ccree - better clock handlingGilad Ben-Yossef-1/+19
2018-05-31crypto: ccree - correct host regs offsetGilad Ben-Yossef-6/+17
2018-05-31crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain-113/+97
2018-05-31crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain-40/+17
2018-05-31crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain-30/+26
2018-05-31crypto: caam/qi - fix warning in init_cgr()Horia Geantă-3/+2
2018-05-31crypto: caam - fix rfc4543 descriptorsHoria Geantă-2/+2
2018-05-31crypto: caam - fix MC firmware detectionHoria Geantă-9/+13
2018-05-31crypto: clarify licensing of OpenSSL asm codeAdam Langley-5/+53
2018-05-27crypto: chtls - fix a missing-check bugWenwen Wang-3/+7
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart-0/+41
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart-2/+50
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart-33/+353
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart-11/+27
2018-05-27crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart-2/+2
2018-05-27crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart-2/+2
2018-05-27crypto: inside-secure - make the context control size dynamicAntoine Tenart-3/+2
2018-05-27crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart-4/+7
2018-05-27crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart-107/+129
2018-05-27crypto: inside-secure - remove VLAsAntoine Tenart-2/+11
2018-05-27crypto: chtls - generic handling of data and hdrAtul Gupta-53/+23
2018-05-26crypto: inside-secure - do not use memset on MMIOAntoine Tenart-2/+2
2018-05-19crypto: chelsio - request to HW should wrapAtul Gupta-18/+17
2018-05-19crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King-1/+1
2018-05-12crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman-2/+0
2018-05-12crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman-9/+0
2018-05-05crypto: caam - fix size of RSA prime factor qHoria Geantă-4/+4
2018-05-05crypto: ccree - use proper printk formatGilad Ben-Yossef-1/+1
2018-05-05crypto: ccree - enable support for hardware keysGilad Ben-Yossef-62/+318
2018-04-28crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter-13/+19
2018-04-28crypto: crypto4xx - extend aead fallback checksChristian Lamparter-14/+16
2018-04-28crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter-1/+11
2018-04-28crypto: crypto4xx - add aes-ctr supportChristian Lamparter-6/+128
2018-04-28crypto: crypto4xx - avoid VLA useChristian Lamparter-10/+4
2018-04-28crypto: crypto4xx - convert to skcipherChristian Lamparter-177/+163
2018-04-28crypto: crypto4xx - performance optimizationsChristian Lamparter-26/+34