summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree
AgeCommit message (Expand)Author
2019-04-25crypto: ccree - simplify AEAD ICV addr calculationGilad Ben-Yossef
2019-04-25crypto: ccree - simplify fragment ICV detectionGilad Ben-Yossef
2019-04-25crypto: ccree - remove unused definesGilad Ben-Yossef
2019-04-25crypto: ccree - do not copy zero size MLLI tableGilad Ben-Yossef
2019-04-25crypto: ccree - zero out internal struct before useGilad Ben-Yossef
2019-04-25crypto: ccree - copyright header updateGilad Ben-Yossef
2019-04-25crypto: ccree - use std api when possibleGilad Ben-Yossef
2019-04-25crypto: ccree - use devm_kzalloc for device dataGilad Ben-Yossef
2019-04-25crypto: ccree - fix mem leak on error pathGilad Ben-Yossef
2019-04-25crypto: ccree - fix typo in debugfs error pathGilad Ben-Yossef
2019-04-25crypto: ccree - remove special handling of chained sgGilad Ben-Yossef
2019-04-25crypto: ccree - use proper callback completion apiGilad Ben-Yossef
2019-04-25crypto: ccree - fix backlog notificationsGilad Ben-Yossef
2019-04-25crypto: ccree - add CID and PID supportGilad Ben-Yossef
2019-04-25crypto: ccree - read next IV from HWGilad Ben-Yossef
2019-04-25crypto: ccree - adapt CPP descriptor to new HWGilad Ben-Yossef
2019-04-25crypto: ccree - add SM4 protected keys supportGilad Ben-Yossef
2019-04-25crypto: ccree - add remaining logic for CPPGilad Ben-Yossef
2019-04-25crypto: ccree - add CPP completion handlingGilad Ben-Yossef
2019-04-25crypto: ccree - add support for sec disabled modeGilad Ben-Yossef
2019-04-25crypto: ccree - move MLLI desc. before key loadGilad Ben-Yossef
2019-04-25crypto: ccree - move key load desc. before flow desc.Gilad Ben-Yossef
2019-04-18crypto: ccree - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-03-22crypto: ccree - reduce kernel stack usage with clangArnd Bergmann
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-22crypto: ccree - fix missing break in switch statementGustavo A. R. Silva
2019-02-22crypto: ccree - add missing inline qualifierGilad Ben-Yossef
2019-02-08crypto: ccree - fix resume race condition on initGilad Ben-Yossef
2019-02-01crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-25crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef
2019-01-25crypto: ccree - shared irq lines are not a bugGilad Ben-Yossef
2019-01-25crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef
2019-01-25crypto: ccree - remove legacy leftoverHadar Gat
2019-01-25crypto: ccree - fix free of unallocated mlli bufferHadar Gat
2019-01-25crypto: ccree - add error messageHadar Gat
2019-01-25crypto: ccree - improve error handlingHadar Gat
2019-01-10crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef
2018-11-09crypto: ccree - add SM3 supportYael Chemla
2018-11-09crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla
2018-11-09crypto: ccree - add SM4 supportGilad Ben-Yossef
2018-11-09crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef
2018-10-17crypto: ccree - avoid implicit enum conversionNathan Chancellor
2018-08-03crypto: ccree - allow bigger than sector XTS opGilad Ben-Yossef
2018-08-03crypto: ccree - zero all of request ctx before useGilad Ben-Yossef
2018-08-03crypto: ccree - remove cipher ivgen left oversGilad Ben-Yossef
2018-08-03crypto: ccree - drop useless type flag during regGilad Ben-Yossef
2018-07-09crypto: ccree - rate limit debug printGilad Ben-Yossef