aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-3/+2
2018-06-15crypto: chtls - use after free in chtls_pt_recvmsg()Gravatar Dan Carpenter 1-3/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 2-6/+9
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 3-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 5-10/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-3/+4
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 58-1085/+2255
2018-05-31crypto: chtls - free beyond end rspq_skb_cacheGravatar Atul Gupta 1-1/+1
2018-05-31crypto: chtls - kbuild warningsGravatar Atul Gupta 1-5/+6
2018-05-31crypto: chtls - dereference null variableGravatar Atul Gupta 1-2/+1
2018-05-31crypto: chtls - wait for memory sendmsg, sendpageGravatar Atul Gupta 3-3/+89
2018-05-31crypto: chtls - key len correctionGravatar Atul Gupta 1-5/+1
2018-05-31crypto: ccp - Add GET_ID SEV commandGravatar Janakarajan Natarajan 1-0/+44
2018-05-31crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandGravatar Janakarajan Natarajan 2-10/+93
2018-05-31crypto: qat - Add MODULE_FIRMWARE for all qat driversGravatar Conor McLoughlin 3-0/+5
2018-05-31crypto: ccree - silence debug printsGravatar Gilad Ben-Yossef 1-3/+3
2018-05-31crypto: ccree - better clock handlingGravatar Gilad Ben-Yossef 1-1/+19
2018-05-31crypto: ccree - correct host regs offsetGravatar Gilad Ben-Yossef 4-6/+17
2018-05-31crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMGravatar Harsh Jain 2-113/+97
2018-05-31crypt: chelsio - Send IV as Immediate for cipher algoGravatar Harsh Jain 4-40/+17
2018-05-31crypto: chelsio - Return -ENOSPC for transient busy indication.Gravatar Harsh Jain 1-30/+26
2018-05-31crypto: caam/qi - fix warning in init_cgr()Gravatar Horia Geantă 1-3/+2
2018-05-31crypto: caam - fix rfc4543 descriptorsGravatar Horia Geantă 1-2/+2
2018-05-31crypto: caam - fix MC firmware detectionGravatar Horia Geantă 2-9/+13
2018-05-31crypto: clarify licensing of OpenSSL asm codeGravatar Adam Langley 2-5/+53
2018-05-27crypto: chtls - fix a missing-check bugGravatar Wenwen Wang 1-3/+7
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportGravatar Antoine Tenart 3-0/+41
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportGravatar Antoine Tenart 3-2/+50
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportGravatar Antoine Tenart 5-33/+353
2018-05-27crypto: inside-secure - improve error reportingGravatar Antoine Tenart 4-11/+27
2018-05-27crypto: inside-secure - fix the hash then encrypt/decrypt typesGravatar Antoine Tenart 1-2/+2
2018-05-27crypto: inside-secure - make the key and context size computation dynamicGravatar Antoine Tenart 1-2/+2
2018-05-27crypto: inside-secure - make the context control size dynamicGravatar Antoine Tenart 1-3/+2
2018-05-27crypto: inside-secure - rework the alg type settings in the contextGravatar Antoine Tenart 1-4/+7
2018-05-27crypto: inside-secure - rework cipher functions for future AEAD supportGravatar Antoine Tenart 1-107/+129
2018-05-27crypto: inside-secure - remove VLAsGravatar Antoine Tenart 3-2/+11
2018-05-27crypto: chtls - generic handling of data and hdrGravatar Atul Gupta 3-53/+23
2018-05-26crypto: inside-secure - do not use memset on MMIOGravatar Antoine Tenart 1-2/+2
2018-05-19crypto: chelsio - request to HW should wrapGravatar Atul Gupta 1-18/+17
2018-05-19crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Gravatar Colin Ian King 1-1/+1
2018-05-12crypto: vmx - Remove overly verbose printk from AES XTS initGravatar Michael Ellerman 1-2/+0
2018-05-12crypto: vmx - Remove overly verbose printk from AES init routinesGravatar Michael Ellerman 4-9/+0
2018-05-05crypto: caam - fix size of RSA prime factor qGravatar Horia Geantă 1-4/+4
2018-05-05crypto: ccree - use proper printk formatGravatar Gilad Ben-Yossef 1-1/+1
2018-05-05crypto: ccree - enable support for hardware keysGravatar Gilad Ben-Yossef 2-62/+318
2018-04-28crypto: crypto4xx - put temporary dst sg into request ctxGravatar Christian Lamparter 3-13/+19
2018-04-28crypto: crypto4xx - extend aead fallback checksGravatar Christian Lamparter 1-14/+16
2018-04-28crypto: crypto4xx - properly set IV after de- and encryptGravatar Christian Lamparter 2-1/+11
2018-04-28crypto: crypto4xx - add aes-ctr supportGravatar Christian Lamparter 4-6/+128
2018-04-28crypto: crypto4xx - avoid VLA useGravatar Christian Lamparter 1-10/+4