summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree
AgeCommit message (Expand)AuthorFilesLines
2019-02-22crypto: ccree - add missing inline qualifierGilad Ben-Yossef1-1/+1
2019-02-08crypto: ccree - fix resume race condition on initGilad Ben-Yossef3-10/+13
2019-01-10crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers1-21/+19
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef5-8/+89
2018-11-09crypto: ccree - add SM3 supportYael Chemla3-24/+112
2018-11-09crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2-9/+23
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla4-24/+47
2018-11-09crypto: ccree - add SM4 supportGilad Ben-Yossef2-0/+69
2018-11-09crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef2-10/+18
2018-10-17crypto: ccree - avoid implicit enum conversionNathan Chancellor1-4/+2
2018-08-03crypto: ccree - allow bigger than sector XTS opGilad Ben-Yossef1-4/+1
2018-08-03crypto: ccree - zero all of request ctx before useGilad Ben-Yossef1-3/+3
2018-08-03crypto: ccree - remove cipher ivgen left oversGilad Ben-Yossef3-18/+2
2018-08-03crypto: ccree - drop useless type flag during regGilad Ben-Yossef3-30/+1
2018-07-09crypto: ccree - rate limit debug printGilad Ben-Yossef1-2/+2
2018-07-09crypto: ccree - use CBC-CS3 CTS modeGilad Ben-Yossef1-15/+5
2018-07-09crypto: ccree - remove dead legacy codeGilad Ben-Yossef1-6/+0
2018-07-09crypto: ccree - fix iv handlingGilad Ben-Yossef1-27/+84
2018-07-09crypto: ccree - fix finupHadar Gat1-65/+16
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers1-2/+1
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-2/+1
2018-05-31crypto: ccree - silence debug printsGilad Ben-Yossef1-3/+3
2018-05-31crypto: ccree - better clock handlingGilad Ben-Yossef1-1/+19
2018-05-31crypto: ccree - correct host regs offsetGilad Ben-Yossef4-6/+17
2018-05-05crypto: ccree - use proper printk formatGilad Ben-Yossef1-1/+1
2018-05-05crypto: ccree - enable support for hardware keysGilad Ben-Yossef2-62/+318
2018-03-31crypto: ccree - remove unused enumsGilad Ben-Yossef1-21/+7
2018-03-03crypto: ccree - replace memset+kfree with kzfreeGilad Ben-Yossef1-2/+1
2018-03-03crypto: ccree - add support for older HW revsGilad Ben-Yossef13-132/+234
2018-03-03crypto: ccree - remove unused definitionsGilad Ben-Yossef1-20/+0
2018-02-22crypto: ccree - fix memdup.cocci warningsFengguang Wu1-2/+1
2018-02-15crypto: ccree - add FIPS supportGilad Ben-Yossef5-2/+176
2018-02-15crypto: ccree - add AEAD supportGilad Ben-Yossef7-1/+3710
2018-02-15crypto: ccree - add ahash supportGilad Ben-Yossef7-3/+2686
2018-02-15crypto: ccree - add skcipher supportGilad Ben-Yossef7-2/+1339
2018-02-15crypto: ccree - introduce CryptoCell driverGilad Ben-Yossef20-0/+3756