Re: [PATCH v13 0/2] crypto: AF_ALG: add AEAD support

2015-03-04 Thread Stephan Mueller
Am Mittwoch, 4. März 2015, 22:16:32 schrieb Herbert Xu: Hi Herbert, >On Sat, Feb 28, 2015 at 08:49:22PM +0100, Stephan Mueller wrote: >> Hi, >> >> This patch set adds AEAD support to the AF_ALG interface >> exported by the kernel crypto API. >> > >All applied. Thanks a lot for your hard work!

Re: [PATCH v13 0/2] crypto: AF_ALG: add AEAD support

2015-03-04 Thread Herbert Xu
On Sat, Feb 28, 2015 at 08:49:22PM +0100, Stephan Mueller wrote: > Hi, > > This patch set adds AEAD support to the AF_ALG interface > exported by the kernel crypto API. > > The AEAD implementation uses the same approach as provided with > skcipher by offering the following interfaces: > >

[PATCH v13 0/2] crypto: AF_ALG: add AEAD support

2015-02-28 Thread Stephan Mueller
Hi, This patch set adds AEAD support to the AF_ALG interface exported by the kernel crypto API. The AEAD implementation uses the same approach as provided with skcipher by offering the following interfaces: * sendmsg and recvmsg interfaces allowing multiple invocations supporti