Re: [RFC PATCH v2 11/12] crypto: adiantum - add Adiantum support

2018-10-30 Thread Herbert Xu
On Wed, Oct 24, 2018 at 03:06:17PM -0700, Eric Biggers wrote: > > The patch I've been using just exposes a file /proc/cryptobench (note: it > maybe > should be made into a char device instead) to which you can write commands > like: > > algtype=skcipher algname=adiantum(xchacha12,aes) keys

Re: [RFC PATCH v2 11/12] crypto: adiantum - add Adiantum support

2018-10-24 Thread Eric Biggers
On Tue, Oct 23, 2018 at 07:40:34AM -0300, Ard Biesheuvel wrote: > On 20 October 2018 at 15:12, Eric Biggers wrote: > > Hi Ard, > > > > On Sat, Oct 20, 2018 at 12:17:58PM +0800, Ard Biesheuvel wrote: > >> On 16 October 2018 at 01:54, Eric Biggers wrote: > >> > From: Eric Biggers > >> > > >> > Add

Re: [RFC PATCH v2 11/12] crypto: adiantum - add Adiantum support

2018-10-23 Thread Ard Biesheuvel
On 20 October 2018 at 15:12, Eric Biggers wrote: > Hi Ard, > > On Sat, Oct 20, 2018 at 12:17:58PM +0800, Ard Biesheuvel wrote: >> On 16 October 2018 at 01:54, Eric Biggers wrote: >> > From: Eric Biggers >> > >> > Add support for the Adiantum encryption mode. Adiantum was designed by >> > Paul C

Re: [RFC PATCH v2 11/12] crypto: adiantum - add Adiantum support

2018-10-20 Thread Eric Biggers
Hi Ard, On Sat, Oct 20, 2018 at 12:17:58PM +0800, Ard Biesheuvel wrote: > On 16 October 2018 at 01:54, Eric Biggers wrote: > > From: Eric Biggers > > > > Add support for the Adiantum encryption mode. Adiantum was designed by > > Paul Crowley and is specified by our paper: > > > > Adiantum:

Re: [RFC PATCH v2 11/12] crypto: adiantum - add Adiantum support

2018-10-19 Thread Ard Biesheuvel
On 16 October 2018 at 01:54, Eric Biggers wrote: > From: Eric Biggers > > Add support for the Adiantum encryption mode. Adiantum was designed by > Paul Crowley and is specified by our paper: > > Adiantum: length-preserving encryption for entry-level processors > (https://eprint.iacr.org/

[RFC PATCH v2 11/12] crypto: adiantum - add Adiantum support

2018-10-15 Thread Eric Biggers
From: Eric Biggers Add support for the Adiantum encryption mode. Adiantum was designed by Paul Crowley and is specified by our paper: Adiantum: length-preserving encryption for entry-level processors (https://eprint.iacr.org/2018/720.pdf) See our paper for full details; this patch only