summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - add multiple processing engine supportOfer Heifetz2018-07-082-118/+150
* crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz2018-07-083-38/+47
* crypto: inside-secure - add an invalidation flagAntoine Tenart2018-07-084-12/+20
* crypto: inside-secure - filter out the algorithms by engineAntoine Tenart2018-07-084-2/+29
* crypto: inside-secure - use precise compatiblesAntoine Tenart2018-07-084-21/+31
* crypto: inside-secure - move the firmware to a better locationAntoine Tenart2018-07-081-6/+12
* crypto: stm32/crc - Add power management supportlionel.debieve@st.com2018-07-081-0/+62
* crypto: stm32/hash - Add power management supportlionel.debieve@st.com2018-07-081-0/+71
* crypto: stm32/cryp - Add power management supportlionel.debieve@st.com2018-07-081-0/+62
* crypto: virtio - Register an algo only if it's supportedFarhan Ali2018-07-013-45/+159
* crypto: virtio - Read crypto services and algorithm masksFarhan Ali2018-07-012-0/+43
* crypto: atmel-ecc - remove overly verbose dev_infoTudor-Dan Ambarus2018-06-221-4/+0
* crypto: atmel-ecc - fix to allow multi segment scatterlistsTudor-Dan Ambarus2018-06-221-9/+22
* crypto: cavium - make structure algs staticColin Ian King2018-06-221-1/+1
* crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart2018-06-223-0/+41
* crypto: inside-secure - hmac(sha384) supportAntoine Tenart2018-06-223-0/+58
* crypto: inside-secure - sha384 supportAntoine Tenart2018-06-223-1/+77
* crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart2018-06-223-2/+43
* crypto: inside-secure - hmac(sha512) supportAntoine Tenart2018-06-223-3/+61
* crypto: inside-secure - sha512 supportAntoine Tenart2018-06-223-37/+153
* crypto: inside-secure - improve the counter computationAntoine Tenart2018-06-222-7/+10
* crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart2018-06-222-10/+4
* crypto: inside-secure - increase minimum transfer sizeOfer Heifetz2018-06-221-4/+4
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-132-6/+9
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-133-3/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-135-10/+11
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-3/+4
* 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/+1
| * crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta2018-05-303-3/+89
| * crypto: chtls - key len correctionAtul Gupta2018-05-301-5/+1
| * 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/+97
| * crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain2018-05-304-40/+17
| * crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain2018-05-301-30/+26
| * crypto: caam/qi - fix warning in init_cgr()Horia Geantă2018-05-301-3/+2
| * 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