Jerry Shih ([email protected])

Number of posts: 90 (0.42 per day)
First post: 2023-09-12 08:25:44
Last post: 2024-04-12 08:08:14

Date List Subject
2024-04-12 08:08:14 linux-crypto Re: [PATCH v3 05/10] crypto: riscv - add vector crypto accelerated ChaCha20
2024-02-26 01:40:27 linux-crypto Re: [PATCH riscv/for-next] crypto: riscv - parallelize AES-CBC decryption
2024-02-10 15:25:40 linux-crypto Re: [PATCH riscv/for-next] crypto: riscv - parallelize AES-CBC decryption
2024-01-04 10:23:55 linux-crypto Re: [RFC PATCH 00/13] RISC-V crypto with reworked asm files
2024-01-04 08:47:28 linux-kernel Re: [RFC PATCH 07/13] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
2024-01-02 05:17:09 linux-kernel Re: [PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-12-31 15:30:59 linux-kernel [PATCH v4 11/11] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-12-31 15:30:38 linux-crypto [PATCH v4 10/11] RISC-V: crypto: add Zvksh accelerated SM3 implementation
2023-12-31 15:30:22 linux-crypto [PATCH v4 09/11] RISC-V: crypto: add Zvksed accelerated SM4 implementation
2023-12-31 15:30:08 linux-crypto [PATCH v4 08/11] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
2023-12-31 15:29:56 linux-kernel [PATCH v4 07/11] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
2023-12-31 15:29:25 linux-crypto [PATCH v4 06/11] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
2023-12-31 15:29:22 linux-crypto [PATCH v4 05/11] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
2023-12-31 15:29:03 linux-crypto [PATCH v4 04/11] RISC-V: crypto: add Zvkned accelerated AES implementation
2023-12-31 15:28:48 linux-crypto [PATCH v4 03/11] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO in kconfig
2023-12-31 15:28:35 linux-kernel [PATCH v4 02/11] RISC-V: hook new crypto subdir into build-system
2023-12-31 15:28:16 linux-kernel [PATCH v4 01/11] RISC-V: add helper function to read the vector VLEN
2023-12-31 15:28:00 linux-crypto [PATCH v4 00/11] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-12-22 02:15:25 linux-crypto Re: [PATCH] crypto: riscv - use real assembler for vector crypto extensions
2023-12-22 02:06:15 linux-crypto Re: [PATCH] crypto: riscv - use real assembler for vector crypto extensions
2023-12-08 04:19:00 linux-kernel Re: [PATCH v2 05/13] crypto: simd - Update `walksize` in simd skcipher
2023-12-06 07:03:16 linux-kernel Re: [PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-12-05 09:31:18 linux-kernel [PATCH v3 10/12] RISC-V: crypto: add Zvksed accelerated SM4 implementation
2023-12-05 09:30:51 linux-kernel [PATCH v3 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-12-05 09:30:47 linux-kernel [PATCH v3 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
2023-12-05 09:29:55 linux-kernel [PATCH v3 11/12] RISC-V: crypto: add Zvksh accelerated SM3 implementation
2023-12-05 09:29:29 linux-kernel [PATCH v3 09/12] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
2023-12-05 09:29:25 linux-kernel [PATCH v3 08/12] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
2023-12-05 09:29:11 linux-kernel [PATCH v3 07/12] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
2023-12-05 09:28:55 linux-kernel [PATCH v3 04/12] RISC-V: crypto: add Zvkned accelerated AES implementation
2023-12-05 09:28:53 linux-kernel [PATCH v3 05/12] crypto: simd - Update `walksize` in simd skcipher
2023-12-05 09:28:47 linux-kernel [PATCH v3 03/12] RISC-V: crypto: add OpenSSL perl module for vector instructions
2023-12-05 09:28:39 linux-kernel [PATCH v3 02/12] RISC-V: hook new crypto subdir into build-system
2023-12-05 09:28:39 linux-kernel [PATCH v3 01/12] RISC-V: add helper function to read the vector VLEN
2023-12-05 09:28:30 linux-kernel [PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-12-02 13:21:00 linux-kernel Re: [PATCH v2 07/13] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
2023-12-01 02:10:33 linux-kernel Re: [PATCH v2 05/13] crypto: simd - Update `walksize` in simd skcipher
2023-11-29 07:57:49 linux-kernel Re: [PATCH v2 07/13] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
2023-11-29 05:32:33 linux-kernel Re: [PATCH v2 12/13] RISC-V: crypto: add Zvksh accelerated SM3 implementation
2023-11-29 02:40:21 linux-kernel Re: [PATCH v2 04/13] RISC-V: crypto: add Zvkned accelerated AES implementation
2023-11-28 08:57:54 linux-kernel Re: [PATCH v2 13/13] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-11-28 07:17:18 linux-kernel Re: [PATCH v2 09/13] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
2023-11-28 05:38:47 linux-kernel Re: [PATCH v2 05/13] crypto: simd - Update `walksize` in simd skcipher
2023-11-28 04:22:51 linux-kernel Re: [PATCH v2 04/13] RISC-V: crypto: add Zvkned accelerated AES implementation
2023-11-27 07:09:57 linux-kernel [PATCH v2 13/13] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-11-27 07:09:53 linux-kernel [PATCH v2 08/13] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
2023-11-27 07:09:46 linux-kernel [PATCH v2 12/13] RISC-V: crypto: add Zvksh accelerated SM3 implementation
2023-11-27 07:09:41 linux-kernel [PATCH v2 11/13] RISC-V: crypto: add Zvksed accelerated SM4 implementation
2023-11-27 07:09:27 linux-kernel [PATCH v2 10/13] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
2023-11-27 07:09:16 linux-kernel [PATCH v2 09/13] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
2023-11-27 07:09:11 linux-kernel [PATCH v2 07/13] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations