Re: [PATCH net-next v5 19/20] security/keys: rewrite big_key crypto to use Zinc

From: Jason A. Donenfeld
Date: Tue Sep 18 2018 - 13:12:40 EST


Hi David,

On Tue, Sep 18, 2018 at 06:01:47PM +0100, David Howells wrote:
> Jason A. Donenfeld <Jason@xxxxxxxxx> wrote:
>
> > A while back, I noticed that the crypto and crypto API usage in big_keys
> > were entirely broken in multiple ways, so I rewrote it. Now, I'm
> > rewriting it again, but this time using Zinc's ChaCha20Poly1305
> > function.
>
> warthog>git grep chacha20poly1305_decrypt net-next/master
> warthog1>
>
> Where do I find this?
>
> David

Previously in the patchset:
https://git.kernel.org/pub/scm/linux/kernel/git/zx2c4/linux.git/log/?h=jd/wireguard
https://lore.kernel.org/lkml/20180918161646.19105-1-Jason@xxxxxxxxx/

Regards,
Jason