On Thu, 14 Sept 2023 at 11:34, Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote: > > On Thu, Sep 14, 2023 at 11:31:14AM +0200, Ard Biesheuvel wrote: > > > > ecb(aes) > > This is unnecessary as the generic template will construct an > algorithm that's almost exactly the same as the underlying > algorithm. But you could register it if you want to. The > template instantiation is a one-off event. > Ported my RISC-V AES implementation here: https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/log/?h=riscv-scalar-aes I will get back to this after mu holidays, early October. Thanks,