summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers2019-05-172-1/+9
* crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan2019-05-171-1/+1
* Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu2019-05-092-9/+1
* crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan2019-05-091-1/+1
* crypto: caam - fix DKP detection logicHerbert Xu2019-05-093-5/+19
* MAINTAINERS: Maintainer for Chelsio crypto driverAtul Gupta2019-05-091-1/+1
* crypto: chelsio - count incomplete block in IVAtul Gupta2019-05-091-2/+2
* crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta2019-05-092-14/+3
* crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta2019-05-091-1/+2
* crypto: ccree - use a proper le32 type for le32 valGilad Ben-Yossef2019-05-031-1/+1
* crypto: ccree - remove set but not used variable 'du_size'YueHaibing2019-05-031-8/+0
* crypto: ccree - Make cc_sec_disable staticYueHaibing2019-05-031-1/+1
* crypto: ccree - fix spelling mistake "protedcted" -> "protected"Colin Ian King2019-05-031-1/+1
* crypto: caam/qi2 - generate hash keys in-placeHoria Geantă2019-05-031-26/+15
* crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă2019-05-032-68/+45
* crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă2019-05-031-7/+18
* crypto: stm32/cryp - update to return iv_outLionel Debieve2019-05-031-0/+20
* crypto: stm32/cryp - remove request mutex protectionLionel Debieve2019-05-031-19/+7
* crypto: stm32/cryp - add weak key check for DESLionel Debieve2019-05-032-2/+12
* crypto: atmel - remove set but not used variable 'alg_name'YueHaibing2019-05-031-3/+0
* crypto: picoxcell - Use dev_get_drvdata()Kefeng Wang2019-05-031-1/+1
* crypto: crypto4xx - get rid of redundant using_sd variableChristian Lamparter2019-05-032-5/+2
* crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter2019-05-033-15/+10
* crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter2019-05-031-10/+21
* crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter2019-05-031-3/+9
* crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov2019-04-251-0/+2
* crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.oMasahiro Yamada2019-04-251-5/+1
* crypto: ccree - handle tee fips error during power management resumeOfir Drang2019-04-251-1/+3
* crypto: ccree - add function to handle cryptocell tee fips errorOfir Drang2019-04-252-8/+17
* crypto: ccree - HOST_POWER_DOWN_EN should be the last CC access during suspendOfir Drang2019-04-251-1/+1
* crypto: ccree - remove cc7x3 obsoleted AXIM configsOfir Drang2019-04-251-5/+8
* crypto: ccree - pm resume first enable the source clkOfir Drang2019-04-251-2/+3
* crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef2019-04-253-4/+23
* crypto: ccree - don't map MAC key on stackGilad Ben-Yossef2019-04-251-3/+21
* crypto: ccree - allow more AEAD assoc data fragmentsGilad Ben-Yossef2019-04-251-1/+1
* crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef2019-04-251-2/+2
* crypto: ccree - zap entire sg on aead request unmapGilad Ben-Yossef2019-04-251-11/+2
* crypto: ccree - make AEAD sgl iterator well behavedGilad Ben-Yossef2019-04-251-38/+17
* crypto: ccree - don't mangle the request assoclenGilad Ben-Yossef2019-04-253-26/+37
* crypto: ccree - simplify AEAD ICV addr calculationGilad Ben-Yossef2019-04-251-17/+11
* crypto: ccree - simplify fragment ICV detectionGilad Ben-Yossef2019-04-252-86/+21
* crypto: ccree - remove unused definesGilad Ben-Yossef2019-04-251-4/+0
* crypto: ccree - do not copy zero size MLLI tableGilad Ben-Yossef2019-04-251-2/+2
* crypto: ccree - zero out internal struct before useGilad Ben-Yossef2019-04-251-0/+16
* crypto: ccree - copyright header updateGilad Ben-Yossef2019-04-2525-24/+25
* crypto: ccree - use std api when possibleGilad Ben-Yossef2019-04-251-9/+5
* crypto: ccree - use devm_kzalloc for device dataGilad Ben-Yossef2019-04-252-6/+3
* crypto: ccree - fix mem leak on error pathGilad Ben-Yossef2019-04-251-6/+3
* crypto: ccree - fix typo in debugfs error pathGilad Ben-Yossef2019-04-251-1/+1
* crypto: ccree - remove special handling of chained sgGilad Ben-Yossef2019-04-251-76/+22