summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree/cc_hash.c
AgeCommit message (Expand)Author
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef
2020-02-22crypto: ccree - use devm_kzalloc() for hash dataGeert Uytterhoeven
2020-02-22crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven
2020-02-22crypto: ccree - improve kerneldoc in cc_hash.[ch]Geert Uytterhoeven
2020-02-22crypto: ccree - extract cc_init_copy_sram()Geert Uytterhoeven
2020-02-22crypto: ccree - use u32 for SRAM addressesGeert Uytterhoeven
2020-02-22crypto: ccree - defer larval_digest_addr init until neededGeert Uytterhoeven
2020-02-22crypto: ccree - drop duplicated error message on SRAM exhaustionGeert Uytterhoeven
2020-02-22crypto: ccree - swap SHA384 and SHA512 larval hashes at build timeGeert Uytterhoeven
2020-02-22crypto: ccree - remove unneeded castsGeert Uytterhoeven
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-11crypto: ccree - remove useless defineGilad Ben-Yossef
2019-09-05crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede
2019-04-25crypto: ccree - don't map MAC key on stackGilad Ben-Yossef
2019-04-25crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef
2019-04-25crypto: ccree - copyright header updateGilad Ben-Yossef
2019-04-25crypto: ccree - use proper callback completion apiGilad Ben-Yossef
2019-04-25crypto: ccree - fix backlog notificationsGilad Ben-Yossef
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef
2018-11-09crypto: ccree - add SM3 supportYael Chemla
2018-11-09crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla
2018-07-09crypto: ccree - fix finupHadar Gat
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-03-03crypto: ccree - add support for older HW revsGilad Ben-Yossef
2018-02-15crypto: ccree - add ahash supportGilad Ben-Yossef