Tianjia Zhang ([email protected])

Number of posts: 627 (0.44 per day)
First post: 2020-01-21 09:57:51
Last post: 2023-12-14 03:08:46

Date List Subject
2022-11-22 07:36:21 linux-kernel [PATCH v2 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support
2022-11-22 07:35:20 linux-kernel [PATCH v2 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
2022-11-22 07:34:42 linux-kernel [PATCH v2 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
2022-11-17 03:04:21 linux-kernel Re: [PATCH 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support
2022-11-16 08:57:25 linux-kernel [PATCH 0/2] Add SM4 XTS symmetric algorithm for blk-crypto and fscrypt
2022-11-16 08:55:19 linux-kernel [PATCH 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support
2022-11-16 08:55:10 linux-kernel [PATCH 1/2] blk-crypto: Add support for SM4-XTS blk crypto mode
2022-11-10 10:48:01 linux-crypto [PATCH] crypto: arm64 - Fix unused variable compilation warnings of cpu_feature
2022-10-27 06:58:26 linux-crypto [PATCH v3 13/13] crypto: arm64/sm4 - add CE implementation for GCM mode
2022-10-27 06:58:23 linux-crypto [PATCH v3 12/13] crypto: arm64/sm4 - add CE implementation for CCM mode
2022-10-27 06:58:07 linux-crypto [PATCH v3 08/13] crypto: arm64/sm4 - export reusable CE acceleration functions
2022-10-27 06:57:55 linux-crypto [PATCH v3 10/13] crypto: arm64/sm4 - add CE implementation for XTS mode
2022-10-27 06:57:55 linux-crypto [PATCH v3 07/13] crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation
2022-10-27 06:57:52 linux-crypto [PATCH v3 04/13] crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors
2022-10-27 06:57:51 linux-crypto [PATCH v3 11/13] crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
2022-10-27 06:57:42 linux-crypto [PATCH v3 09/13] crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
2022-10-27 06:57:37 linux-crypto [PATCH v3 05/13] crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test
2022-10-27 06:57:26 linux-crypto [PATCH v3 06/13] crypto: arm64/sm4 - refactor and simplify CE implementation
2022-10-27 06:57:26 linux-crypto [PATCH v3 03/13] crypto: arm64/sm4 - refactor and simplify NEON implementation
2022-10-27 06:57:23 linux-crypto [PATCH v3 00/13] Optimizing SM3 and SM4 algorithms using arm64 NEON/CE instructions
2022-10-27 06:57:13 linux-crypto [PATCH v3 01/13] crypto: arm64/sm3 - raise the priority of the CE implementation
2022-10-27 06:57:13 linux-crypto [PATCH v3 02/13] crypto: arm64/sm3 - add NEON assembly implementation
2022-10-25 07:43:12 linux-crypto Re: [PATCH v2 12/15] crypto: arm64/sm4 - add CE implementation for ESSIV mode
2022-10-21 02:54:14 linux-crypto Re: [PATCH v2 12/15] crypto: arm64/sm4 - add CE implementation for ESSIV mode
2022-10-18 07:16:56 linux-crypto [PATCH v2 15/15] crypto: arm64/sm4 - add CE implementation for GCM mode
2022-10-18 07:16:14 linux-crypto [PATCH v2 11/15] crypto: essiv - allow digestsize to be greater than keysize
2022-10-18 07:16:14 linux-crypto [PATCH v2 14/15] crypto: arm64/sm4 - add CE implementation for CCM mode
2022-10-18 07:14:23 linux-kernel [PATCH v2 13/15] crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
2022-10-18 07:13:51 linux-kernel [PATCH v2 07/15] crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation
2022-10-18 07:13:50 linux-crypto [PATCH v2 08/15] crypto: arm64/sm4 - export reusable CE acceleration functions
2022-10-18 07:13:03 linux-crypto [PATCH v2 10/15] crypto: arm64/sm4 - add CE implementation for XTS mode
2022-10-18 07:12:52 linux-crypto [PATCH v2 12/15] crypto: arm64/sm4 - add CE implementation for ESSIV mode
2022-10-18 07:12:45 linux-crypto [PATCH v2 09/15] crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
2022-10-18 07:12:22 linux-crypto [PATCH v2 05/15] crypto: tcrypt - add SM4 cts-cbc/essiv/xts/xcbc test
2022-10-18 07:12:22 linux-crypto [PATCH v2 06/15] crypto: arm64/sm4 - refactor and simplify CE implementation
2022-10-18 07:12:19 linux-crypto [PATCH v2 04/15] crypto: testmgr - add SM4 cts-cbc/essiv/xts/xcbc test vectors
2022-10-18 07:12:12 linux-crypto [PATCH v2 03/15] crypto: arm64/sm4 - refactor and simplify NEON implementation
2022-10-18 07:12:09 linux-crypto [PATCH v2 02/15] crypto: arm64/sm3 - add NEON assembly implementation
2022-10-18 07:12:06 linux-crypto [PATCH v2 01/15] crypto: arm64/sm3 - raise the priority of the CE implementation
2022-10-18 07:12:04 linux-crypto [PATCH v2 00/15] Optimizing SM3 and SM4 algorithms using arm64 NEON/CE instructions
2022-09-27 04:33:55 linux-crypto Re: [PATCH 16/16] crypto: arm64/sm4 - add ARMv9 SVE cryptography acceleration implementation
2022-09-27 04:33:12 linux-crypto Re: [PATCH 16/16] crypto: arm64/sm4 - add ARMv9 SVE cryptography acceleration implementation
2022-09-26 09:48:41 linux-crypto [PATCH 16/16] crypto: arm64/sm4 - add ARMv9 SVE cryptography acceleration implementation
2022-09-26 09:48:28 linux-crypto [PATCH 15/16] crypto: arm64/sm4 - add CE implementation for GCM mode
2022-09-26 09:48:19 linux-crypto [PATCH 13/16] crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
2022-09-26 09:48:11 linux-crypto [PATCH 14/16] crypto: arm64/sm4 - add CE implementation for CCM mode
2022-09-26 09:48:04 linux-crypto [PATCH 09/16] crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
2022-09-26 09:47:34 linux-crypto [PATCH 11/16] crypto: essiv - allow digestsize to be greater than keysize
2022-09-26 09:47:34 linux-crypto [PATCH 12/16] crypto: arm64/sm4 - add CE implementation for ESSIV mode
2022-09-26 09:47:25 linux-kernel [PATCH 07/16] crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation
2022-09-26 09:47:14 linux-crypto [PATCH 10/16] crypto: arm64/sm4 - add CE implementation for XTS mode