On Wed, Nov 29, 2023 at 09:33:11AM -0800, Vadim Fedorenko wrote: > Implement skcipher crypto in BPF crypto framework. > > Signed-off-by: Vadim Fedorenko <vadfed@xxxxxxxx> > --- > v6: > - make skcipher implementation in separate patch > --- > kernel/bpf/Makefile | 3 ++ > kernel/bpf/crypto_skcipher.c | 76 ++++++++++++++++++++++++++++++++++++ > 2 files changed, 79 insertions(+) > create mode 100644 kernel/bpf/crypto_skcipher.c I just made some adjustments to the lskcipher API so you may want to hold off for a bit: https://lore.kernel.org/linux-crypto/20231129210421.GD1174@sol.localdomain/T/#u Basically it adds the ability to process more than one piece of data for stream ciphers such as chacha. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt