aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-07-26crypto: ccree - drop legacy ivgen supportGilad Ben-Yossef1-1/+1
ccree had a mechanism for IV generation which was not compatible with the Linux seqiv or echainiv iv generator and was never used in any of the upstream versions so drop all the code implementing it. Signed-off-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
2019-04-25crypto: ccree - copyright header updateGilad Ben-Yossef1-0/+1
This sacrificial copyright header update is offered to the legal department as atonement for any changes made in this driver files in the course of the current year which have not been duly recorded as such. Signed-off-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
2018-02-15crypto: ccree - add FIPS supportGilad Ben-Yossef1-0/+1
Add FIPS mode support to CryptoCell driver Signed-off-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
2018-02-15crypto: ccree - add AEAD supportGilad Ben-Yossef1-1/+1
Add CryptoCell AEAD support Signed-off-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
2018-02-15crypto: ccree - add ahash supportGilad Ben-Yossef1-1/+1
Add CryptoCell async. hash and HMAC support. Signed-off-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
2018-02-15crypto: ccree - add skcipher supportGilad Ben-Yossef1-1/+1
Add CryptoCell skcipher support Signed-off-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
2018-02-15crypto: ccree - introduce CryptoCell driverGilad Ben-Yossef1-0/+6
Introduce basic low level Arm TrustZone CryptoCell HW support. This first patch doesn't actually register any Crypto API transformations, these will follow up in the next patch. This first revision supports the CC 712 REE component. Signed-off-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Herbert Xu <[email protected]>