index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccree
/
cc_cipher.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ccree - Remove ofb
Herbert Xu
2023-12-08
1
-35
/
+0
*
crypto: ccree - Silence gcc format-truncation false positive warnings
Herbert Xu
2023-11-17
1
-3
/
+7
*
crypto: xts - drop xts_check_key()
Vladis Dronov
2023-01-06
1
-1
/
+1
*
crypto: ccree - Fix use after free in cc_cipher_exit()
Jianglei Nie
2022-03-09
1
-1
/
+1
*
crypto: ccree - fix spelling typo of allocated
dingsenjie
2021-02-05
1
-1
/
+1
*
crypto: ccree - Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-27
1
-0
/
+3
*
crypto: ccree - remove bitlocker cipher
Gilad Ben-Yossef
2020-08-21
1
-46
/
+3
*
crypto: ccree - remove data unit size support
Gilad Ben-Yossef
2020-08-21
1
-232
/
+1
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
1
-3
/
+3
*
crypto: ccree - remove unused field
Gilad Ben-Yossef
2020-06-26
1
-1
/
+0
*
crypto: ccree - adapt ccree essiv support to kcapi
Gilad Ben-Yossef
2020-06-26
1
-31
/
+93
*
crypto: ccree - fix resource leak on error path
Gilad Ben-Yossef
2020-06-26
1
-12
/
+18
*
crypto: ccree - use crypto_shash_tfm_digest()
Eric Biggers
2020-05-08
1
-6
/
+3
*
crypto: ccree - remove ancient TODO remarks
Gilad Ben-Yossef
2020-03-12
1
-1
/
+0
*
crypto: ccree - use devm_k[mz]alloc() for cipher data
Geert Uytterhoeven
2020-02-22
1
-3
/
+1
*
crypto: ccree - use devm_k[mz]alloc() for AEAD data
Geert Uytterhoeven
2020-02-22
1
-4
/
+4
*
crypto: ccree - remove struct cc_cipher_handle
Geert Uytterhoeven
2020-02-22
1
-25
/
+8
*
crypto: ccree - use u32 for SRAM addresses
Geert Uytterhoeven
2020-02-22
1
-5
/
+5
*
crypto: ccree - remove unneeded casts
Geert Uytterhoeven
2020-02-22
1
-5
/
+5
*
crypto: ccree - remove set but not used variable 'du_size'
YueHaibing
2020-02-13
1
-8
/
+0
*
crypto: ccree - fix some reported cipher block sizes
Gilad Ben-Yossef
2020-02-13
1
-2
/
+6
*
crypto: ccree - fix FDE descriptor sequence
Ofir Drang
2020-01-22
1
-3
/
+45
*
crypto: ccree - turn errors to debug msgs
Gilad Ben-Yossef
2020-01-22
1
-3
/
+3
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
1
-3
/
+0
*
crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
Eric Biggers
2020-01-09
1
-1
/
+0
*
crypto: ccree - update a stale reference to ablkcipher
Ard Biesheuvel
2019-11-17
1
-2
/
+2
*
crypto: ccree - enable CTS support in AES-XTS
Uri Shir
2019-09-13
1
-10
/
+6
*
crypto: ccree/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-11
/
+4
*
crypto: ccree - remove set but not used variable 'du_size'
YueHaibing
2019-05-03
1
-8
/
+0
*
crypto: ccree - fix spelling mistake "protedcted" -> "protected"
Colin Ian King
2019-05-03
1
-1
/
+1
*
crypto: ccree - copyright header update
Gilad Ben-Yossef
2019-04-25
1
-1
/
+1
*
crypto: ccree - fix backlog notifications
Gilad Ben-Yossef
2019-04-25
1
-3
/
+7
*
crypto: ccree - read next IV from HW
Gilad Ben-Yossef
2019-04-25
1
-96
/
+83
*
crypto: ccree - adapt CPP descriptor to new HW
Gilad Ben-Yossef
2019-04-25
1
-20
/
+22
*
crypto: ccree - add SM4 protected keys support
Gilad Ben-Yossef
2019-04-25
1
-0
/
+36
*
crypto: ccree - add remaining logic for CPP
Gilad Ben-Yossef
2019-04-25
1
-51
/
+135
*
crypto: ccree - add support for sec disabled mode
Gilad Ben-Yossef
2019-04-25
1
-1
/
+16
*
crypto: ccree - move MLLI desc. before key load
Gilad Ben-Yossef
2019-04-25
1
-23
/
+35
*
crypto: ccree - move key load desc. before flow desc.
Gilad Ben-Yossef
2019-04-25
1
-34
/
+73
*
crypto: ccree - reduce kernel stack usage with clang
Arnd Bergmann
2019-03-22
1
-1
/
+1
*
crypto: ccree - fix missing break in switch statement
Gustavo A. R. Silva
2019-02-22
1
-0
/
+1
*
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
2019-01-25
1
-1
/
+2
*
crypto: ccree - don't copy zero size ciphertext
Gilad Ben-Yossef
2019-01-25
1
-1
/
+2
*
crypto: ccree - unmap buffer before copying IV
Gilad Ben-Yossef
2019-01-25
1
-1
/
+2
*
crypto: ccree - add support for CryptoCell 703
Gilad Ben-Yossef
2018-12-07
1
-1
/
+37
*
crypto: ccree - add SM4 support
Gilad Ben-Yossef
2018-11-09
1
-0
/
+66
*
crypto: ccree - allow bigger than sector XTS op
Gilad Ben-Yossef
2018-08-03
1
-4
/
+1
*
crypto: ccree - zero all of request ctx before use
Gilad Ben-Yossef
2018-08-03
1
-3
/
+3
*
crypto: ccree - remove cipher ivgen left overs
Gilad Ben-Yossef
2018-08-03
1
-11
/
+0
*
crypto: ccree - drop useless type flag during reg
Gilad Ben-Yossef
2018-08-03
1
-14
/
+0
[next]