On 2025/12/10 上午7:25, Eric Biggers wrote:
On Tue, Dec 09, 2025 at 10:22:58AM +0800, Bibo Mao wrote:
ECB AES also is added here, its ivsize is zero and name is different
compared with CBC AES algo.

What is the use case for this feature?Currently qemu builtin backend and openssl afalg only support CBC AES,
it depends on modified qemu and openssl to test this.

Maybe this patch adding ECB AES algo can be skipped now, it is just an example, the final target is to add SM4 cipher. currently virtio crypto has some problems such as:
1. there is RCU timeout issue with multiple AIO openssl processes
2. session number is limited with 256 so it is hard for actual use.

I want to solve these issues one by one.

Regards
Bibo Mao

- Eric



Reply via email to