index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccree
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
crypto: ccree - extract cc_init_copy_sram()
Geert Uytterhoeven
2020-02-22
1
-55
/
+36
*
crypto: ccree - remove struct cc_cipher_handle
Geert Uytterhoeven
2020-02-22
2
-26
/
+9
*
crypto: ccree - remove struct buff_mgr_handle
Geert Uytterhoeven
2020-02-22
2
-34
/
+9
*
crypto: ccree - remove struct cc_debugfs_ctx
Geert Uytterhoeven
2020-02-22
2
-21
/
+8
*
crypto: ccree - remove struct cc_sram_ctx
Geert Uytterhoeven
2020-02-22
2
-23
/
+6
*
crypto: ccree - make cc_pm_{suspend,resume}() static
Geert Uytterhoeven
2020-02-22
2
-8
/
+6
*
crypto: ccree - remove cc_pm_is_dev_suspended() wrapper
Geert Uytterhoeven
2020-02-22
3
-14
/
+1
*
crypto: ccree - use of_device_get_match_data()
Geert Uytterhoeven
2020-02-22
1
-6
/
+2
*
crypto: ccree - simplify Runtime PM handling
Geert Uytterhoeven
2020-02-22
4
-65
/
+29
*
crypto: ccree - use u32 for SRAM addresses
Geert Uytterhoeven
2020-02-22
9
-55
/
+40
*
crypto: ccree - remove bogus paragraph about freeing SRAM
Geert Uytterhoeven
2020-02-22
2
-7
/
+1
*
crypto: ccree - defer larval_digest_addr init until needed
Geert Uytterhoeven
2020-02-22
2
-3
/
+6
*
crypto: ccree - use existing helpers to split 64-bit addresses
Geert Uytterhoeven
2020-02-22
1
-4
/
+4
*
crypto: ccree - make mlli_params.mlli_virt_addr void *
Geert Uytterhoeven
2020-02-22
2
-2
/
+2
*
crypto: ccree - clean up clock handling
Geert Uytterhoeven
2020-02-22
3
-50
/
+11
*
crypto: ccree - remove empty cc_sram_mgr_fini()
Geert Uytterhoeven
2020-02-22
3
-22
/
+2
*
crypto: ccree - drop duplicated error message on SRAM exhaustion
Geert Uytterhoeven
2020-02-22
3
-3
/
+0
*
crypto: ccree - swap SHA384 and SHA512 larval hashes at build time
Geert Uytterhoeven
2020-02-22
3
-35
/
+17
*
crypto: ccree - remove unneeded casts
Geert Uytterhoeven
2020-02-22
4
-25
/
+23
*
crypto: ccree - fix retry handling in cc_send_sync_request()
Geert Uytterhoeven
2020-02-22
1
-4
/
+0
*
crypto: ccree - fix debugfs register access while suspended
Geert Uytterhoeven
2020-02-22
1
-0
/
+2
*
crypto: ccree - remove set but not used variable 'du_size'
YueHaibing
2020-02-13
1
-8
/
+0
*
crypto: ccree - dec auth tag size from cryptlen map
Gilad Ben-Yossef
2020-02-13
1
-2
/
+6
*
crypto: ccree - fix AEAD blocksize registration
Gilad Ben-Yossef
2020-02-13
1
-0
/
+1
*
crypto: ccree - fix some reported cipher block sizes
Gilad Ben-Yossef
2020-02-13
1
-2
/
+6
*
crypto: ccree - only try to map auth tag if needed
Gilad Ben-Yossef
2020-02-13
1
-2
/
+4
*
crypto: ccree - protect against empty or NULL scatterlists
Gilad Ben-Yossef
2020-02-13
2
-35
/
+28
*
crypto: ccree - erase unneeded inline funcs
Gilad Ben-Yossef
2020-01-22
1
-10
/
+0
*
crypto: ccree - make cc_pm_put_suspend() void
Gilad Ben-Yossef
2020-01-22
2
-10
/
+4
*
crypto: ccree - split overloaded usage of irq field
Gilad Ben-Yossef
2020-01-22
2
-11
/
+9
*
crypto: ccree - fix PM race condition
Gilad Ben-Yossef
2020-01-22
4
-80
/
+7
*
crypto: ccree - fix FDE descriptor sequence
Ofir Drang
2020-01-22
1
-3
/
+45
*
crypto: ccree - cc_do_send_request() is void func
Gilad Ben-Yossef
2020-01-22
1
-25
/
+11
*
crypto: ccree - fix pm wrongful error reporting
Gilad Ben-Yossef
2020-01-22
1
-1
/
+1
*
crypto: ccree - turn errors to debug msgs
Gilad Ben-Yossef
2020-01-22
2
-13
/
+13
*
crypto: ccree - fix AEAD decrypt auth fail
Gilad Ben-Yossef
2020-01-22
1
-1
/
+1
*
crypto: ccree - fix typo in comment
Hadar Gat
2020-01-22
1
-1
/
+1
*
crypto: ccree - fix typos in error msgs
Hadar Gat
2020-01-22
1
-2
/
+2
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
3
-23
/
+6
*
crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
Eric Biggers
2020-01-09
2
-2
/
+0
*
crypto: ccree - fix backlog memory leak
Gilad Ben-Yossef
2019-12-11
1
-0
/
+1
*
crypto: ccree - fix typos in error msgs
Hadar Gat
2019-12-11
1
-3
/
+3
*
crypto: ccree - fix typos in comments
Hadar Gat
2019-12-11
4
-9
/
+9
*
crypto: ccree - remove useless define
Gilad Ben-Yossef
2019-12-11
2
-3
/
+0
*
crypto: ccree - update a stale reference to ablkcipher
Ard Biesheuvel
2019-11-17
1
-2
/
+2
*
crypto: ccree - fix comparison of unsigned expression warning
Tian Tao
2019-10-25
1
-1
/
+2
*
crypto: ccree - enable CTS support in AES-XTS
Uri Shir
2019-09-13
1
-10
/
+6
*
crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-76
/
+77
*
crypto: ccree/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
2
-31
/
+8
*
crypto: drivers - Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-09
1
-3
/
+1
[prev]
[next]