summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree
AgeCommit message (Expand)Author
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
2018-07-09crypto: ccree - use CBC-CS3 CTS modeGilad Ben-Yossef
2018-07-09crypto: ccree - remove dead legacy codeGilad Ben-Yossef
2018-07-09crypto: ccree - fix iv handlingGilad Ben-Yossef
2018-07-09crypto: ccree - fix finupHadar Gat
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-05-31crypto: ccree - silence debug printsGilad Ben-Yossef
2018-05-31crypto: ccree - better clock handlingGilad Ben-Yossef
2018-05-31crypto: ccree - correct host regs offsetGilad Ben-Yossef
2018-05-05crypto: ccree - use proper printk formatGilad Ben-Yossef
2018-05-05crypto: ccree - enable support for hardware keysGilad Ben-Yossef
2018-03-31crypto: ccree - remove unused enumsGilad Ben-Yossef
2018-03-03crypto: ccree - replace memset+kfree with kzfreeGilad Ben-Yossef
2018-03-03crypto: ccree - add support for older HW revsGilad Ben-Yossef
2018-03-03crypto: ccree - remove unused definitionsGilad Ben-Yossef
2018-02-22crypto: ccree - fix memdup.cocci warningsFengguang Wu
2018-02-15crypto: ccree - add FIPS supportGilad Ben-Yossef
2018-02-15crypto: ccree - add AEAD supportGilad Ben-Yossef
2018-02-15crypto: ccree - add ahash supportGilad Ben-Yossef
2018-02-15crypto: ccree - add skcipher supportGilad Ben-Yossef
2018-02-15crypto: ccree - introduce CryptoCell driverGilad Ben-Yossef