index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
compiler_builtins.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-11
crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe
Shashank Gupta
3
-6
/
+0
2022-11-11
crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()
Yang Li
1
-1
/
+0
2022-11-11
crypto: lib/aesgcm - Provide minimal library implementation
Ard Biesheuvel
4
-0
/
+758
2022-11-11
crypto: lib/gf128mul - make gf128mul_lle time invariant
Ard Biesheuvel
1
-19
/
+39
2022-11-11
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
8
-10
/
+11
2022-11-04
crypto: doc - use correct function name
Ralph Siemsen
1
-1
/
+1
2022-11-04
crypto: arm64/sm4 - add CE implementation for GCM mode
Tianjia Zhang
4
-0
/
+1046
2022-11-04
crypto: arm64/sm4 - add CE implementation for CCM mode
Tianjia Zhang
4
-0
/
+650
2022-11-04
crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
Tianjia Zhang
2
-1
/
+336
2022-11-04
crypto: arm64/sm4 - add CE implementation for XTS mode
Tianjia Zhang
3
-2
/
+504
2022-11-04
crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
Tianjia Zhang
2
-0
/
+196
2022-11-04
crypto: arm64/sm4 - export reusable CE acceleration functions
Tianjia Zhang
2
-0
/
+21
2022-11-04
crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation
Tianjia Zhang
2
-24
/
+24
2022-11-04
crypto: arm64/sm4 - refactor and simplify CE implementation
Tianjia Zhang
3
-400
/
+519
2022-11-04
crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test
Tianjia Zhang
1
-0
/
+21
2022-11-04
crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors
Tianjia Zhang
2
-0
/
+996
2022-11-04
crypto: arm64/sm4 - refactor and simplify NEON implementation
Tianjia Zhang
2
-346
/
+456
2022-11-04
crypto: arm64/sm3 - add NEON assembly implementation
Tianjia Zhang
4
-0
/
+717
2022-11-04
crypto: arm64/sm3 - raise the priority of the CE implementation
Tianjia Zhang
1
-1
/
+1
2022-11-04
crypto: tcrypt - Drop leading newlines from prints
Anirudh Venkataramanan
1
-5
/
+5
2022-11-04
crypto: tcrypt - Drop module name from print string
Anirudh Venkataramanan
1
-2
/
+1
2022-11-04
crypto: tcrypt - Use pr_info/pr_err
Anirudh Venkataramanan
1
-7
/
+7
2022-11-04
crypto: tcrypt - Use pr_cont to print test results
Anirudh Venkataramanan
1
-4
/
+4
2022-10-28
crypto: octeontx - fix repeated words in comments
wangjianli
1
-1
/
+1
2022-10-28
crypto: hisilicon/qm - delete redundancy check
Kai Ye
1
-3
/
+0
2022-10-28
crypto: hisilicon/qm - add pci bdf number check
Kai Ye
1
-25
/
+12
2022-10-28
crypto: hisilicon/qm - increase the memory of local variables
Kai Ye
1
-2
/
+1
2022-10-28
crypto: af_alg - Support symmetric encryption via keyring keys
Frederick Lawler
3
-4
/
+147
2022-10-28
crypto: rockchip - Add support for RK3399
Corentin Labbe
4
-68
/
+123
2022-10-28
crypto: rockchip - permit to have more than one reset
Corentin Labbe
1
-1
/
+1
2022-10-28
crypto: rockchip - rk_ahash_reg_init use crypto_info from parameter
Corentin Labbe
1
-5
/
+3
2022-10-28
crypto: rockchip - Check for clocks numbers and their frequencies
Corentin Labbe
2
-12
/
+79
2022-10-28
crypto: rockchip - store crypto_info in request context
Corentin Labbe
3
-10
/
+12
2022-10-28
dt-bindings: crypto: rockchip: add new compatible
Corentin Labbe
1
-8
/
+71
2022-10-28
dt-bindings: crypto: convert rockchip-crypto to YAML
Corentin Labbe
2
-28
/
+64
2022-10-28
crypto: rockchip - use the rk_crypto_info given as parameter
Corentin Labbe
1
-2
/
+2
2022-10-28
crypto: rockchip - use a rk_crypto_info variable instead of lot of indirection
Corentin Labbe
2
-28
/
+32
2022-10-28
crypto: rockchip - rework rk_handle_req function
Corentin Labbe
1
-51
/
+17
2022-10-28
crypto: rockchip - rename ablk functions to cipher
Corentin Labbe
1
-16
/
+16
2022-10-28
crypto: rockchip - add support for rk3328
Corentin Labbe
1
-0
/
+1
2022-10-28
crypto: rockchip - fix style issue
Corentin Labbe
1
-6
/
+6
2022-10-28
crypto: rockchip - use read_poll_timeout
Corentin Labbe
1
-12
/
+12
2022-10-28
crypto: rockchip - add myself as maintainer
Corentin Labbe
1
-0
/
+7
2022-10-28
crypto: rockchip - use clk_bulk to simplify clock management
Corentin Labbe
2
-61
/
+11
2022-10-28
crypto: rockchip - handle reset also in PM
Corentin Labbe
1
-12
/
+10
2022-10-28
crypto: rockchip - introduce PM
Corentin Labbe
4
-2
/
+69
2022-10-28
crypto: rockchip - add debugfs
Corentin Labbe
5
-0
/
+91
2022-10-28
crypto: rockchip - rewrite type
Corentin Labbe
4
-23
/
+28
2022-10-28
crypto: rockchip - rework by using crypto_engine
Corentin Labbe
5
-365
/
+221
2022-10-28
crypto: rockchip - remove non-aligned handling
Corentin Labbe
4
-103
/
+31
[next]