LinuxLists
Users
About
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
Previous Page
Date
List
Subject
2023-11-27 07:09:01
linux-kernel
[PATCH v2 06/13] crypto: scatterwalk - Add scatterwalk_next() to get the next scatterlist in scatter_walk
2023-11-27 07:08:34
linux-kernel
[PATCH v2 03/13] RISC-V: crypto: add OpenSSL perl module for vector instructions
2023-11-27 07:08:12
linux-kernel
[PATCH v2 02/13] RISC-V: hook new crypto subdir into build-system
2023-11-27 07:08:12
linux-kernel
[PATCH v2 04/13] RISC-V: crypto: add Zvkned accelerated AES implementation
2023-11-27 07:08:03
linux-kernel
[PATCH v2 05/13] crypto: simd - Update `walksize` in simd skcipher
2023-11-27 07:07:57
linux-kernel
[PATCH v2 01/13] RISC-V: add helper function to read the vector VLEN
2023-11-27 07:07:30
linux-kernel
[PATCH v2 00/13] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-11-27 02:52:24
linux-kernel
Re: [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
2023-11-27 02:50:27
linux-kernel
Re: [PATCH 09/12] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
2023-11-27 02:49:26
linux-kernel
Re: [PATCH 07/12] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
2023-11-27 02:14:46
linux-kernel
Re: [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-11-22 19:07:04
linux-kernel
Re: [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-11-22 17:38:06
linux-kernel
Re: [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-11-22 07:58:43
linux-kernel
Re: [PATCH v4 00/12] RISC-V: support some cryptography accelerations
2023-11-21 10:56:05
linux-kernel
Re: [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-11-20 02:56:09
linux-kernel
Re: [PATCH 10/12] RISC-V: crypto: add Zvksed accelerated SM4 implementation
2023-11-20 02:55:38
linux-kernel
Re: [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-11-20 02:53:52
linux-kernel
Re: [PATCH 04/12] RISC-V: crypto: add Zvkned accelerated AES implementation
2023-11-20 02:48:00
linux-kernel
Re: [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
2023-11-20 02:37:25
linux-kernel
Re: [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
2023-11-07 08:53:37
linux-kernel
Re: [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
2023-10-31 02:17:27
linux-crypto
Re: [PATCH v4 00/12] RISC-V: support some cryptography accelerations
2023-10-25 18:39:34
linux-crypto
[PATCH 08/12] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
2023-10-25 18:39:08
linux-crypto
[PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation
2023-10-25 18:39:05
linux-crypto
[PATCH 11/12] RISC-V: crypto: add Zvksh accelerated SM3 implementation
2023-10-25 18:38:53
linux-crypto
[PATCH 09/12] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
2023-10-25 18:38:44
linux-crypto
[PATCH 10/12] RISC-V: crypto: add Zvksed accelerated SM4 implementation
2023-10-25 18:38:28
linux-crypto
[PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
2023-10-25 18:38:13
linux-crypto
[PATCH 07/12] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
2023-10-25 18:38:09
linux-crypto
[PATCH 01/12] RISC-V: add helper function to read the vector VLEN
2023-10-25 18:37:57
linux-crypto
[PATCH 05/12] crypto: scatterwalk - Add scatterwalk_next() to get the next scatterlist in scatter_walk
2023-10-25 18:37:42
linux-crypto
[PATCH 03/12] RISC-V: crypto: add OpenSSL perl module for vector instructions
2023-10-25 18:37:40
linux-crypto
[PATCH 04/12] RISC-V: crypto: add Zvkned accelerated AES implementation
2023-10-25 18:37:20
linux-crypto
[PATCH 02/12] RISC-V: hook new crypto subdir into build-system
2023-10-25 18:37:09
linux-crypto
[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-10-20 02:43:55
linux-kernel
Re: [PATCH v2 05/19] riscv: add ISA extension parsing for vector crypto extensions
2023-10-18 01:45:57
linux-kernel
Re: [PATCH v2 05/19] riscv: add ISA extension parsing for vector crypto extensions
2023-09-15 06:55:44
linux-kernel
Re: [PATCH v4 00/12] RISC-V: support some cryptography accelerations
2023-09-12 08:25:44
linux-crypto
Re: [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation