summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - Set DMA alignment explicitlyHerbert Xu2022-12-091-43/+43
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-4/+4
* crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef2020-03-121-3/+0
* crypto: ccree - use devm_kzalloc() for hash dataGeert Uytterhoeven2020-02-221-16/+8
* crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven2020-02-221-5/+4
* crypto: ccree - improve kerneldoc in cc_hash.[ch]Geert Uytterhoeven2020-02-221-5/+6
* crypto: ccree - extract cc_init_copy_sram()Geert Uytterhoeven2020-02-221-55/+36
* crypto: ccree - use u32 for SRAM addressesGeert Uytterhoeven2020-02-221-11/+10
* crypto: ccree - defer larval_digest_addr init until neededGeert Uytterhoeven2020-02-221-2/+3
* crypto: ccree - drop duplicated error message on SRAM exhaustionGeert Uytterhoeven2020-02-221-1/+0
* crypto: ccree - swap SHA384 and SHA512 larval hashes at build timeGeert Uytterhoeven2020-02-221-32/+17
* crypto: ccree - remove unneeded castsGeert Uytterhoeven2020-02-221-12/+12
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-6/+0
* crypto: ccree - remove useless defineGilad Ben-Yossef2019-12-111-2/+0
* 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