summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - add HW engine config checkGilad Ben-Yossef2019-06-273-0/+38
* crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang2019-06-273-0/+16
* crypto: ccree - check that cryptocell reset completedOfir Drang2019-06-274-1/+43
* crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com2019-06-271-9/+9
* 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/+0Star
* 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: 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/+2Star
* crypto: ccree - make AEAD sgl iterator well behavedGilad Ben-Yossef2019-04-251-38/+17Star
* 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/+11Star
* crypto: ccree - simplify fragment ICV detectionGilad Ben-Yossef2019-04-252-86/+21Star
* crypto: ccree - remove unused definesGilad Ben-Yossef2019-04-251-4/+0Star
* 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/+5Star
* crypto: ccree - use devm_kzalloc for device dataGilad Ben-Yossef2019-04-252-6/+3Star
* crypto: ccree - fix mem leak on error pathGilad Ben-Yossef2019-04-251-6/+3Star
* 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/+22Star
* crypto: ccree - use proper callback completion apiGilad Ben-Yossef2019-04-251-3/+3
* crypto: ccree - fix backlog notificationsGilad Ben-Yossef2019-04-254-14/+39
* crypto: ccree - add CID and PID supportGilad Ben-Yossef2019-04-253-17/+140
* crypto: ccree - read next IV from HWGilad Ben-Yossef2019-04-253-99/+85Star
* crypto: ccree - adapt CPP descriptor to new HWGilad Ben-Yossef2019-04-253-37/+29Star
* crypto: ccree - add SM4 protected keys supportGilad Ben-Yossef2019-04-251-0/+36
* crypto: ccree - add remaining logic for CPPGilad Ben-Yossef2019-04-253-51/+178
* crypto: ccree - add CPP completion handlingGilad Ben-Yossef2019-04-255-39/+200
* crypto: ccree - add support for sec disabled modeGilad Ben-Yossef2019-04-254-6/+40
* crypto: ccree - move MLLI desc. before key loadGilad Ben-Yossef2019-04-251-23/+35
* crypto: ccree - move key load desc. before flow desc.Gilad Ben-Yossef2019-04-251-34/+73
* crypto: ccree - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-2/+35
* crypto: ccree - reduce kernel stack usage with clangArnd Bergmann2019-03-221-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-056-83/+59Star
|\
| * crypto: ccree - fix missing break in switch statementGustavo A. R. Silva2019-02-221-0/+1
| * crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-013-31/+6Star
| * crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+2
| * crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef2019-01-251-1/+2
| * crypto: ccree - shared irq lines are not a bugGilad Ben-Yossef2019-01-251-3/+3