summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-06-22crypto: cavium - make structure algs staticColin Ian King1-1/+1
2018-06-22crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart3-0/+41
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart3-0/+58
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart3-1/+77
2018-06-22crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart3-2/+43
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart3-3/+61
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart3-37/+153
2018-06-22crypto: inside-secure - improve the counter computationAntoine Tenart2-7/+10
2018-06-22crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart2-10/+4
2018-06-22crypto: inside-secure - increase minimum transfer sizeOfer Heifetz1-4/+4
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-6/+9
2018-06-13treewide: kzalloc_node() -> kcalloc_node()Kees Cook3-3/+3
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook5-10/+11
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+4
2018-06-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds58-1085/+2255
2018-05-30crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta1-1/+1
2018-05-30crypto: chtls - kbuild warningsAtul Gupta1-5/+6
2018-05-30crypto: chtls - dereference null variableAtul Gupta1-2/+1
2018-05-30crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta3-3/+89
2018-05-30crypto: chtls - key len correctionAtul Gupta1-5/+1
2018-05-30crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan1-0/+44
2018-05-30crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan2-10/+93
2018-05-30crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin3-0/+5
2018-05-30crypto: ccree - silence debug printsGilad Ben-Yossef1-3/+3
2018-05-30crypto: ccree - better clock handlingGilad Ben-Yossef1-1/+19
2018-05-30crypto: ccree - correct host regs offsetGilad Ben-Yossef4-6/+17
2018-05-30crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain2-113/+97
2018-05-30crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain4-40/+17
2018-05-30crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain1-30/+26
2018-05-30crypto: caam/qi - fix warning in init_cgr()Horia Geantă1-3/+2
2018-05-30crypto: caam - fix rfc4543 descriptorsHoria Geantă1-2/+2
2018-05-30crypto: caam - fix MC firmware detectionHoria Geantă2-9/+13
2018-05-30crypto: clarify licensing of OpenSSL asm codeAdam Langley2-5/+53
2018-05-26crypto: chtls - fix a missing-check bugWenwen Wang1-3/+7
2018-05-26crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart3-0/+41
2018-05-26crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart3-2/+50
2018-05-26crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart5-33/+353
2018-05-26crypto: inside-secure - improve error reportingAntoine Tenart4-11/+27
2018-05-26crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart1-2/+2
2018-05-26crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart1-2/+2
2018-05-26crypto: inside-secure - make the context control size dynamicAntoine Tenart1-3/+2
2018-05-26crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart1-4/+7
2018-05-26crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart1-107/+129
2018-05-26crypto: inside-secure - remove VLAsAntoine Tenart3-2/+11
2018-05-26crypto: chtls - generic handling of data and hdrAtul Gupta3-53/+23
2018-05-26crypto: inside-secure - do not use memset on MMIOAntoine Tenart1-2/+2
2018-05-18crypto: chelsio - request to HW should wrapAtul Gupta1-18/+17
2018-05-18crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King1-1/+1
2018-05-11crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman1-2/+0
2018-05-11crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman4-9/+0