[PATCH 1/2] crypto: inside-secure - Added support for the
> CHACHA20 skcipher
>
> Hello Pascal,
>
> On Tue, Sep 10, 2019 at 06:58:18PM +, Pascal Van Leeuwen wrote:
> > > On Tue, Sep 10, 2019 at 04:38:12PM +0200, Pascal van Leeuwen wrote:
> > > &g
Hello Pascal,
On Tue, Sep 10, 2019 at 06:58:18PM +, Pascal Van Leeuwen wrote:
> > On Tue, Sep 10, 2019 at 04:38:12PM +0200, Pascal van Leeuwen wrote:
> > > @@ -112,7 +123,7 @@ static void safexcel_cipher_token(struct
> > > safexcel_cipher_ctx *ctx, u8
> > *iv,
> > > block_sz
: Re: [PATCH 1/2] crypto: inside-secure - Added support for the
> CHACHA20 skcipher
>
> Hi Pascal,
>
> On Tue, Sep 10, 2019 at 04:38:12PM +0200, Pascal van Leeuwen wrote:
> >
> > @@ -112,7 +123,7 @@ static void safexcel_cipher_token(struct
> > safexcel_ci
Hi Pascal,
On Tue, Sep 10, 2019 at 04:38:12PM +0200, Pascal van Leeuwen wrote:
>
> @@ -112,7 +123,7 @@ static void safexcel_cipher_token(struct
> safexcel_cipher_ctx *ctx, u8 *iv,
> block_sz = DES3_EDE_BLOCK_SIZE;
> cdesc->control_data.options |=
> E
Added support for the CHACHA20 skcipher algorithm.
Tested on an eip197c-iesb configuration in the Xilinx VCU118 devboard,
passes all testmgr vectors plus the extra fuzzing tests.
Signed-off-by: Pascal van Leeuwen
---
drivers/crypto/inside-secure/safexcel.c| 1 +
drivers/crypto/inside-se