index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccree
/
cc_hash.c
Age
Commit message (
Expand
)
Author
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-03-12
crypto: ccree - remove ancient TODO remarks
Gilad Ben-Yossef
2020-02-22
crypto: ccree - use devm_kzalloc() for hash data
Geert Uytterhoeven
2020-02-22
crypto: ccree - use devm_k[mz]alloc() for AEAD data
Geert Uytterhoeven
2020-02-22
crypto: ccree - improve kerneldoc in cc_hash.[ch]
Geert Uytterhoeven
2020-02-22
crypto: ccree - extract cc_init_copy_sram()
Geert Uytterhoeven
2020-02-22
crypto: ccree - use u32 for SRAM addresses
Geert Uytterhoeven
2020-02-22
crypto: ccree - defer larval_digest_addr init until needed
Geert Uytterhoeven
2020-02-22
crypto: ccree - drop duplicated error message on SRAM exhaustion
Geert Uytterhoeven
2020-02-22
crypto: ccree - swap SHA384 and SHA512 larval hashes at build time
Geert Uytterhoeven
2020-02-22
crypto: ccree - remove unneeded casts
Geert Uytterhoeven
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-12-11
crypto: ccree - remove useless define
Gilad Ben-Yossef
2019-09-05
crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.h
Hans de Goede
2019-04-25
crypto: ccree - don't map MAC key on stack
Gilad Ben-Yossef
2019-04-25
crypto: ccree - use correct internal state sizes for export
Gilad Ben-Yossef
2019-04-25
crypto: ccree - copyright header update
Gilad Ben-Yossef
2019-04-25
crypto: ccree - use proper callback completion api
Gilad Ben-Yossef
2019-04-25
crypto: ccree - fix backlog notifications
Gilad Ben-Yossef
2018-12-07
crypto: ccree - add support for CryptoCell 703
Gilad Ben-Yossef
2018-11-09
crypto: ccree - add SM3 support
Yael Chemla
2018-11-09
crypto: ccree - modify set_cipher_mode usage from cc_hash
Yael Chemla
2018-11-09
crypto: ccree - adjust hash length to suit certain context specifics
Yael Chemla
2018-07-09
crypto: ccree - fix finup
Hadar Gat
2018-07-09
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-09
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-03-03
crypto: ccree - add support for older HW revs
Gilad Ben-Yossef
2018-02-15
crypto: ccree - add ahash support
Gilad Ben-Yossef