summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree
Commit message (Expand)AuthorAgeFilesLines
* 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/+59
|\
| * 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/+6
| * 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
| * crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef2019-01-251-1/+2
| * crypto: ccree - remove legacy leftoverHadar Gat2019-01-251-2/+0
| * crypto: ccree - fix free of unallocated mlli bufferHadar Gat2019-01-251-4/+4
| * crypto: ccree - add error messageHadar Gat2019-01-251-1/+4
| * crypto: ccree - improve error handlingHadar Gat2019-01-251-39/+35
* | crypto: ccree - add missing inline qualifierGilad Ben-Yossef2019-02-221-1/+1
* | crypto: ccree - fix resume race condition on initGilad Ben-Yossef2019-02-083-10/+13
|/
* crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-101-21/+19
* crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef2018-12-075-8/+89
* crypto: ccree - add SM3 supportYael Chemla2018-11-093-24/+112
* crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2018-11-092-9/+23
* crypto: ccree - adjust hash length to suit certain context specificsYael Chemla2018-11-094-24/+47
* crypto: ccree - add SM4 supportGilad Ben-Yossef2018-11-092-0/+69
* crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef2018-11-092-10/+18
* crypto: ccree - avoid implicit enum conversionNathan Chancellor2018-10-171-4/+2
* crypto: ccree - allow bigger than sector XTS opGilad Ben-Yossef2018-08-031-4/+1
* crypto: ccree - zero all of request ctx before useGilad Ben-Yossef2018-08-031-3/+3
* crypto: ccree - remove cipher ivgen left oversGilad Ben-Yossef2018-08-033-18/+2
* crypto: ccree - drop useless type flag during regGilad Ben-Yossef2018-08-033-30/+1
* crypto: ccree - rate limit debug printGilad Ben-Yossef2018-07-091-2/+2
* crypto: ccree - use CBC-CS3 CTS modeGilad Ben-Yossef2018-07-091-15/+5
* crypto: ccree - remove dead legacy codeGilad Ben-Yossef2018-07-091-6/+0
* crypto: ccree - fix iv handlingGilad Ben-Yossef2018-07-091-27/+84
* crypto: ccree - fix finupHadar Gat2018-07-091-65/+16
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-091-2/+1
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-091-1/+0
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-2/+1
* crypto: ccree - silence debug printsGilad Ben-Yossef2018-05-311-3/+3
* crypto: ccree - better clock handlingGilad Ben-Yossef2018-05-311-1/+19
* crypto: ccree - correct host regs offsetGilad Ben-Yossef2018-05-314-6/+17
* crypto: ccree - use proper printk formatGilad Ben-Yossef2018-05-051-1/+1
* crypto: ccree - enable support for hardware keysGilad Ben-Yossef2018-05-052-62/+318
* crypto: ccree - remove unused enumsGilad Ben-Yossef2018-03-311-21/+7
* crypto: ccree - replace memset+kfree with kzfreeGilad Ben-Yossef2018-03-031-2/+1
* crypto: ccree - add support for older HW revsGilad Ben-Yossef2018-03-0313-132/+234
* crypto: ccree - remove unused definitionsGilad Ben-Yossef2018-03-031-20/+0
* crypto: ccree - fix memdup.cocci warningsFengguang Wu2018-02-221-2/+1
* crypto: ccree - add FIPS supportGilad Ben-Yossef2018-02-155-2/+176
* crypto: ccree - add AEAD supportGilad Ben-Yossef2018-02-157-1/+3710
* crypto: ccree - add ahash supportGilad Ben-Yossef2018-02-157-3/+2686
* crypto: ccree - add skcipher supportGilad Ben-Yossef2018-02-157-2/+1339
* crypto: ccree - introduce CryptoCell driverGilad Ben-Yossef2018-02-1520-0/+3756