index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccree
/
cc_hash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-4
/
+4
2020-03-12
crypto: ccree - remove ancient TODO remarks
Gilad Ben-Yossef
1
-3
/
+0
2020-02-22
crypto: ccree - use devm_kzalloc() for hash data
Geert Uytterhoeven
1
-16
/
+8
2020-02-22
crypto: ccree - use devm_k[mz]alloc() for AEAD data
Geert Uytterhoeven
1
-5
/
+4
2020-02-22
crypto: ccree - improve kerneldoc in cc_hash.[ch]
Geert Uytterhoeven
1
-5
/
+6
2020-02-22
crypto: ccree - extract cc_init_copy_sram()
Geert Uytterhoeven
1
-55
/
+36
2020-02-22
crypto: ccree - use u32 for SRAM addresses
Geert Uytterhoeven
1
-11
/
+10
2020-02-22
crypto: ccree - defer larval_digest_addr init until needed
Geert Uytterhoeven
1
-2
/
+3
2020-02-22
crypto: ccree - drop duplicated error message on SRAM exhaustion
Geert Uytterhoeven
1
-1
/
+0
2020-02-22
crypto: ccree - swap SHA384 and SHA512 larval hashes at build time
Geert Uytterhoeven
1
-32
/
+17
2020-02-22
crypto: ccree - remove unneeded casts
Geert Uytterhoeven
1
-12
/
+12
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-6
/
+0
2019-12-11
crypto: ccree - remove useless define
Gilad Ben-Yossef
1
-2
/
+0
2019-09-05
crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.h
Hans de Goede
1
-76
/
+77
2019-04-25
crypto: ccree - don't map MAC key on stack
Gilad Ben-Yossef
1
-3
/
+21
2019-04-25
crypto: ccree - use correct internal state sizes for export
Gilad Ben-Yossef
1
-2
/
+2
2019-04-25
crypto: ccree - copyright header update
Gilad Ben-Yossef
1
-1
/
+1
2019-04-25
crypto: ccree - use proper callback completion api
Gilad Ben-Yossef
1
-3
/
+3
2019-04-25
crypto: ccree - fix backlog notifications
Gilad Ben-Yossef
1
-8
/
+20
2018-12-07
crypto: ccree - add support for CryptoCell 703
Gilad Ben-Yossef
1
-2
/
+14
2018-11-09
crypto: ccree - add SM3 support
Yael Chemla
1
-23
/
+96
2018-11-09
crypto: ccree - modify set_cipher_mode usage from cc_hash
Yael Chemla
1
-9
/
+9
2018-11-09
crypto: ccree - adjust hash length to suit certain context specifics
Yael Chemla
1
-16
/
+24
2018-07-08
crypto: ccree - fix finup
Hadar Gat
1
-65
/
+16
2018-07-08
crypto: ahash - remove useless setting of cra_type
Eric Biggers
1
-1
/
+0
2018-07-08
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-2
/
+1
2018-03-02
crypto: ccree - add support for older HW revs
Gilad Ben-Yossef
1
-74
/
+75
2018-02-15
crypto: ccree - add ahash support
Gilad Ben-Yossef
1
-0
/
+2295