Re: [PATCH] crypto: doc - improve the skcipher API example code

2019-06-13 Thread Herbert Xu
Eric Biggers wrote: > From: Eric Biggers > > Rewrite the skcipher API example, changing it to encrypt a buffer with > AES-256-XTS. This addresses various problems with the previous example: > > - It requests a specific driver "cbc-aes-aesni", which is unusual. > Normally users ask for "cbc(ae

Re: [PATCH] crypto: doc - improve the skcipher API example code

2019-06-02 Thread Ard Biesheuvel
On Mon, 3 Jun 2019 at 07:44, Eric Biggers wrote: > > From: Eric Biggers > > Rewrite the skcipher API example, changing it to encrypt a buffer with > AES-256-XTS. This addresses various problems with the previous example: > > - It requests a specific driver "cbc-aes-aesni", which is unusual. >