summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_hash.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-09crypto: ccree - Set DMA alignment explicitlyHerbert Xu1-43/+43
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-4/+4
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef1-3/+0
2020-02-22crypto: ccree - use devm_kzalloc() for hash dataGeert Uytterhoeven1-16/+8
2020-02-22crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven1-5/+4
2020-02-22crypto: ccree - improve kerneldoc in cc_hash.[ch]Geert Uytterhoeven1-5/+6
2020-02-22crypto: ccree - extract cc_init_copy_sram()Geert Uytterhoeven1-55/+36
2020-02-22crypto: ccree - use u32 for SRAM addressesGeert Uytterhoeven1-11/+10
2020-02-22crypto: ccree - defer larval_digest_addr init until neededGeert Uytterhoeven1-2/+3
2020-02-22crypto: ccree - drop duplicated error message on SRAM exhaustionGeert Uytterhoeven1-1/+0
2020-02-22crypto: ccree - swap SHA384 and SHA512 larval hashes at build timeGeert Uytterhoeven1-32/+17
2020-02-22crypto: ccree - remove unneeded castsGeert Uytterhoeven1-12/+12
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-6/+0
2019-12-11crypto: ccree - remove useless defineGilad Ben-Yossef1-2/+0
2019-09-05crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede1-76/+77
2019-04-25crypto: ccree - don't map MAC key on stackGilad Ben-Yossef1-3/+21
2019-04-25crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef1-2/+2
2019-04-25crypto: ccree - copyright header updateGilad Ben-Yossef1-1/+1
2019-04-25crypto: ccree - use proper callback completion apiGilad Ben-Yossef1-3/+3
2019-04-25crypto: ccree - fix backlog notificationsGilad Ben-Yossef1-8/+20
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef1-2/+14
2018-11-09crypto: ccree - add SM3 supportYael Chemla1-23/+96
2018-11-09crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla1-9/+9
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla1-16/+24
2018-07-09crypto: ccree - fix finupHadar Gat1-65/+16
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-03-03crypto: ccree - add support for older HW revsGilad Ben-Yossef1-74/+75
2018-02-15crypto: ccree - add ahash supportGilad Ben-Yossef1-0/+2295