index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccree
/
cc_cipher.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-08
crypto: ccree - use crypto_shash_tfm_digest()
Eric Biggers
1
-6
/
+3
2020-03-12
crypto: ccree - remove ancient TODO remarks
Gilad Ben-Yossef
1
-1
/
+0
2020-02-22
crypto: ccree - use devm_k[mz]alloc() for cipher data
Geert Uytterhoeven
1
-3
/
+1
2020-02-22
crypto: ccree - use devm_k[mz]alloc() for AEAD data
Geert Uytterhoeven
1
-4
/
+4
2020-02-22
crypto: ccree - remove struct cc_cipher_handle
Geert Uytterhoeven
1
-25
/
+8
2020-02-22
crypto: ccree - use u32 for SRAM addresses
Geert Uytterhoeven
1
-5
/
+5
2020-02-22
crypto: ccree - remove unneeded casts
Geert Uytterhoeven
1
-5
/
+5
2020-02-13
crypto: ccree - remove set but not used variable 'du_size'
YueHaibing
1
-8
/
+0
2020-02-13
crypto: ccree - fix some reported cipher block sizes
Gilad Ben-Yossef
1
-2
/
+6
2020-01-22
crypto: ccree - fix FDE descriptor sequence
Ofir Drang
1
-3
/
+45
2020-01-22
crypto: ccree - turn errors to debug msgs
Gilad Ben-Yossef
1
-3
/
+3
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-3
/
+0
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
Eric Biggers
1
-1
/
+0
2019-11-17
crypto: ccree - update a stale reference to ablkcipher
Ard Biesheuvel
1
-2
/
+2
2019-09-13
crypto: ccree - enable CTS support in AES-XTS
Uri Shir
1
-10
/
+6
2019-08-22
crypto: ccree/des - switch to new verification routines
Ard Biesheuvel
1
-11
/
+4
2019-05-03
crypto: ccree - remove set but not used variable 'du_size'
YueHaibing
1
-8
/
+0
2019-05-03
crypto: ccree - fix spelling mistake "protedcted" -> "protected"
Colin Ian King
1
-1
/
+1
2019-04-25
crypto: ccree - copyright header update
Gilad Ben-Yossef
1
-1
/
+1
2019-04-25
crypto: ccree - fix backlog notifications
Gilad Ben-Yossef
1
-3
/
+7
2019-04-25
crypto: ccree - read next IV from HW
Gilad Ben-Yossef
1
-96
/
+83
2019-04-25
crypto: ccree - adapt CPP descriptor to new HW
Gilad Ben-Yossef
1
-20
/
+22
2019-04-25
crypto: ccree - add SM4 protected keys support
Gilad Ben-Yossef
1
-0
/
+36
2019-04-25
crypto: ccree - add remaining logic for CPP
Gilad Ben-Yossef
1
-51
/
+135
2019-04-25
crypto: ccree - add support for sec disabled mode
Gilad Ben-Yossef
1
-1
/
+16
2019-04-25
crypto: ccree - move MLLI desc. before key load
Gilad Ben-Yossef
1
-23
/
+35
2019-04-25
crypto: ccree - move key load desc. before flow desc.
Gilad Ben-Yossef
1
-34
/
+73
2019-03-22
crypto: ccree - reduce kernel stack usage with clang
Arnd Bergmann
1
-1
/
+1
2019-02-22
crypto: ccree - fix missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-1
/
+2
2019-01-25
crypto: ccree - don't copy zero size ciphertext
Gilad Ben-Yossef
1
-1
/
+2
2019-01-25
crypto: ccree - unmap buffer before copying IV
Gilad Ben-Yossef
1
-1
/
+2
2018-12-07
crypto: ccree - add support for CryptoCell 703
Gilad Ben-Yossef
1
-1
/
+37
2018-11-09
crypto: ccree - add SM4 support
Gilad Ben-Yossef
1
-0
/
+66
2018-08-03
crypto: ccree - allow bigger than sector XTS op
Gilad Ben-Yossef
1
-4
/
+1
2018-08-03
crypto: ccree - zero all of request ctx before use
Gilad Ben-Yossef
1
-3
/
+3
2018-08-03
crypto: ccree - remove cipher ivgen left overs
Gilad Ben-Yossef
1
-11
/
+0
2018-08-03
crypto: ccree - drop useless type flag during reg
Gilad Ben-Yossef
1
-14
/
+0
2018-07-09
crypto: ccree - use CBC-CS3 CTS mode
Gilad Ben-Yossef
1
-15
/
+5
2018-07-09
crypto: ccree - remove dead legacy code
Gilad Ben-Yossef
1
-6
/
+0
2018-07-09
crypto: ccree - fix iv handling
Gilad Ben-Yossef
1
-27
/
+84
2018-07-09
crypto: skcipher - remove useless setting of type flags
Eric Biggers
1
-2
/
+1
2018-05-05
crypto: ccree - enable support for hardware keys
Gilad Ben-Yossef
1
-38
/
+312
2018-03-03
crypto: ccree - add support for older HW revs
Gilad Ben-Yossef
1
-2
/
+23
2018-02-22
crypto: ccree - fix memdup.cocci warnings
Fengguang Wu
1
-2
/
+1
2018-02-15
crypto: ccree - add skcipher support
Gilad Ben-Yossef
1
-0
/
+1130