aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 105-2177/+2387
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-4/+0
2019-05-03crypto: ccree - use a proper le32 type for le32 valGravatar Gilad Ben-Yossef 1-1/+1
2019-05-03crypto: ccree - remove set but not used variable 'du_size'Gravatar YueHaibing 1-8/+0
2019-05-03crypto: ccree - Make cc_sec_disable staticGravatar YueHaibing 1-1/+1
2019-05-03crypto: ccree - fix spelling mistake "protedcted" -> "protected"Gravatar Colin Ian King 1-1/+1
2019-05-03crypto: caam/qi2 - generate hash keys in-placeGravatar Horia Geantă 1-26/+15
2019-05-03crypto: caam/qi2 - fix DMA mapping of stack memoryGravatar Horia Geantă 2-68/+45
2019-05-03crypto: caam/qi2 - fix zero-length buffer DMA mappingGravatar Horia Geantă 1-7/+18
2019-05-03crypto: stm32/cryp - update to return iv_outGravatar Lionel Debieve 1-0/+20
2019-05-03crypto: stm32/cryp - remove request mutex protectionGravatar Lionel Debieve 1-19/+7
2019-05-03crypto: stm32/cryp - add weak key check for DESGravatar Lionel Debieve 2-2/+12
2019-05-03crypto: atmel - remove set but not used variable 'alg_name'Gravatar YueHaibing 1-3/+0
2019-05-03crypto: picoxcell - Use dev_get_drvdata()Gravatar Kefeng Wang 1-1/+1
2019-05-03crypto: crypto4xx - get rid of redundant using_sd variableGravatar Christian Lamparter 2-5/+2
2019-05-03crypto: crypto4xx - use sync skcipher for fallbackGravatar Christian Lamparter 3-15/+10
2019-05-03crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesGravatar Christian Lamparter 1-10/+21
2019-05-03crypto: crypto4xx - fix ctr-aes missing output IVGravatar Christian Lamparter 1-3/+9
2019-04-25crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.oGravatar Masahiro Yamada 1-5/+1
2019-04-25crypto: ccree - handle tee fips error during power management resumeGravatar Ofir Drang 1-1/+3
2019-04-25crypto: ccree - add function to handle cryptocell tee fips errorGravatar Ofir Drang 2-8/+17
2019-04-25crypto: ccree - HOST_POWER_DOWN_EN should be the last CC access during suspendGravatar Ofir Drang 1-1/+1
2019-04-25crypto: ccree - remove cc7x3 obsoleted AXIM configsGravatar Ofir Drang 1-5/+8
2019-04-25crypto: ccree - pm resume first enable the source clkGravatar Ofir Drang 1-2/+3
2019-04-25crypto: ccree - don't map AEAD key and IV on stackGravatar Gilad Ben-Yossef 3-4/+23
2019-04-25crypto: ccree - don't map MAC key on stackGravatar Gilad Ben-Yossef 1-3/+21
2019-04-25crypto: ccree - allow more AEAD assoc data fragmentsGravatar Gilad Ben-Yossef 1-1/+1
2019-04-25crypto: ccree - use correct internal state sizes for exportGravatar Gilad Ben-Yossef 1-2/+2
2019-04-25crypto: ccree - zap entire sg on aead request unmapGravatar Gilad Ben-Yossef 1-11/+2
2019-04-25crypto: ccree - make AEAD sgl iterator well behavedGravatar Gilad Ben-Yossef 1-38/+17
2019-04-25crypto: ccree - don't mangle the request assoclenGravatar Gilad Ben-Yossef 3-26/+37
2019-04-25crypto: ccree - simplify AEAD ICV addr calculationGravatar Gilad Ben-Yossef 1-17/+11
2019-04-25crypto: ccree - simplify fragment ICV detectionGravatar Gilad Ben-Yossef 2-86/+21
2019-04-25crypto: ccree - remove unused definesGravatar Gilad Ben-Yossef 1-4/+0
2019-04-25crypto: ccree - do not copy zero size MLLI tableGravatar Gilad Ben-Yossef 1-2/+2
2019-04-25crypto: ccree - zero out internal struct before useGravatar Gilad Ben-Yossef 1-0/+16
2019-04-25crypto: ccree - copyright header updateGravatar Gilad Ben-Yossef 25-24/+25
2019-04-25crypto: ccree - use std api when possibleGravatar Gilad Ben-Yossef 1-9/+5
2019-04-25crypto: ccree - use devm_kzalloc for device dataGravatar Gilad Ben-Yossef 2-6/+3
2019-04-25crypto: ccree - fix mem leak on error pathGravatar Gilad Ben-Yossef 1-6/+3
2019-04-25crypto: ccree - fix typo in debugfs error pathGravatar Gilad Ben-Yossef 1-1/+1
2019-04-25crypto: ccree - remove special handling of chained sgGravatar Gilad Ben-Yossef 1-76/+22
2019-04-25crypto: ccree - use proper callback completion apiGravatar Gilad Ben-Yossef 1-3/+3
2019-04-25crypto: ccree - fix backlog notificationsGravatar Gilad Ben-Yossef 4-14/+39
2019-04-25crypto: ccree - add CID and PID supportGravatar Gilad Ben-Yossef 3-17/+140
2019-04-25crypto: ccree - read next IV from HWGravatar Gilad Ben-Yossef 3-99/+85
2019-04-25crypto: ccree - adapt CPP descriptor to new HWGravatar Gilad Ben-Yossef 3-37/+29
2019-04-25crypto: ccree - add SM4 protected keys supportGravatar Gilad Ben-Yossef 1-0/+36
2019-04-25crypto: ccree - add remaining logic for CPPGravatar Gilad Ben-Yossef 3-51/+178
2019-04-25crypto: ccree - add CPP completion handlingGravatar Gilad Ben-Yossef 5-39/+200