summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-76/+77
* crypto: ccree - don't map MAC key on stackGilad Ben-Yossef2019-04-251-3/+21
* crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef2019-04-251-2/+2
* crypto: ccree - copyright header updateGilad Ben-Yossef2019-04-251-1/+1
* crypto: ccree - use proper callback completion apiGilad Ben-Yossef2019-04-251-3/+3
* crypto: ccree - fix backlog notificationsGilad Ben-Yossef2019-04-251-8/+20
* crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef2018-12-071-2/+14
* crypto: ccree - add SM3 supportYael Chemla2018-11-091-23/+96
* crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2018-11-091-9/+9
* crypto: ccree - adjust hash length to suit certain context specificsYael Chemla2018-11-091-16/+24
* crypto: ccree - fix finupHadar Gat2018-07-091-65/+16
* 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 - add support for older HW revsGilad Ben-Yossef2018-03-031-74/+75
* crypto: ccree - add ahash supportGilad Ben-Yossef2018-02-151-0/+2295