summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-13crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+1
2018-07-13crypto: ccp - Add support for new CCP/PSP device IDTom Lendacky1-5/+24
2018-07-13crypto: ccp - Support register differences between PSP devicesTom Lendacky4-23/+24
2018-07-13crypto: ccp - Remove unused #definesTom Lendacky2-10/+2
2018-07-13crypto: ccp - Add psp enabled message when initialization succeedsTom Lendacky1-0/+2
2018-07-13crypto: ccp - Fix command completion detection raceTom Lendacky1-2/+2
2018-07-08crypto: ccree - rate limit debug printGilad Ben-Yossef1-2/+2
2018-07-08crypto: ccree - use CBC-CS3 CTS modeGilad Ben-Yossef1-15/+5
2018-07-08crypto: ccree - remove dead legacy codeGilad Ben-Yossef1-6/+0
2018-07-08crypto: ccree - fix iv handlingGilad Ben-Yossef1-27/+84
2018-07-08crypto: ccree - fix finupHadar Gat1-65/+16
2018-07-08crypto: remove redundant type flags from tfm allocationEric Biggers4-9/+4
2018-07-08crypto: skcipher - remove useless setting of type flagsEric Biggers5-35/+18
2018-07-08crypto: aead - remove useless setting of type flagsEric Biggers4-9/+8
2018-07-08crypto: ahash - remove useless setting of cra_typeEric Biggers9-12/+0
2018-07-08crypto: ahash - remove useless setting of type flagsEric Biggers15-103/+56
2018-07-08crypto: shash - remove useless setting of type flagsEric Biggers6-13/+3
2018-07-08crypto: inside-secure - remove request list to improve performanceOfer Heifetz5-121/+119
2018-07-08crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz3-0/+120
2018-07-08crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz4-44/+186
2018-07-08crypto: inside-secure - hmac(md5) supportOfer Heifetz3-1/+60
2018-07-08crypto: inside-secure - md5 supportOfer Heifetz4-2/+72
2018-07-08crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz2-0/+5
2018-07-08crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz1-0/+20
2018-07-08crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz2-12/+30
2018-07-08crypto: inside-secure - eip197d supportAntoine Tenart4-27/+54
2018-07-08crypto: inside-secure - add multiple processing engine supportOfer Heifetz2-118/+150
2018-07-08crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz3-38/+47
2018-07-08crypto: inside-secure - add an invalidation flagAntoine Tenart4-12/+20
2018-07-08crypto: inside-secure - filter out the algorithms by engineAntoine Tenart4-2/+29
2018-07-08crypto: inside-secure - use precise compatiblesAntoine Tenart4-21/+31
2018-07-08crypto: inside-secure - move the firmware to a better locationAntoine Tenart1-6/+12
2018-07-08crypto: stm32/crc - Add power management supportlionel.debieve@st.com1-0/+62
2018-07-08crypto: stm32/hash - Add power management supportlionel.debieve@st.com1-0/+71
2018-07-08crypto: stm32/cryp - Add power management supportlionel.debieve@st.com1-0/+62
2018-07-01crypto: virtio - Register an algo only if it's supportedFarhan Ali3-45/+159
2018-07-01crypto: virtio - Read crypto services and algorithm masksFarhan Ali2-0/+43
2018-06-22crypto: atmel-ecc - remove overly verbose dev_infoTudor-Dan Ambarus1-4/+0
2018-06-22crypto: atmel-ecc - fix to allow multi segment scatterlistsTudor-Dan Ambarus1-9/+22
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-16Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds9-193/+154