Re: [PATCH v12 1/2] crypto: AF_ALG: add AEAD support

2015-02-27 Thread Stephan Mueller
Am Freitag, 27. Februar 2015, 10:34:37 schrieb Tadeusz Struk: Hi Tadeusz, > On 02/27/2015 02:26 AM, Stephan Mueller wrote: > This patch adds the AEAD support for AF_ALG. > > >> > The implementation is based on algif_skcipher, but contains heavy > >> > modifications to streaml

Re: [PATCH v12 1/2] crypto: AF_ALG: add AEAD support

2015-02-27 Thread Tadeusz Struk
On 02/27/2015 02:26 AM, Stephan Mueller wrote: This patch adds the AEAD support for AF_ALG. >> > >> > The implementation is based on algif_skcipher, but contains heavy >> > modifications to streamline the interface for AEAD uses. >> > >> > To use AEAD, the user space

Re: [PATCH v12 1/2] crypto: AF_ALG: add AEAD support

2015-02-27 Thread Stephan Mueller
Am Freitag, 27. Februar 2015, 22:49:44 schrieb Herbert Xu: Hi Herbert, >On Thu, Feb 05, 2015 at 04:10:58PM +0100, Stephan Mueller wrote: >> Am Donnerstag, 29. Januar 2015, 21:24:45 schrieb Stephan Mueller: >> >> Hi Herbert, >> >> > This patch adds the AEAD support for AF_ALG. >> > >> > The imp

Re: [PATCH v12 1/2] crypto: AF_ALG: add AEAD support

2015-02-27 Thread Herbert Xu
On Thu, Feb 05, 2015 at 04:10:58PM +0100, Stephan Mueller wrote: > Am Donnerstag, 29. Januar 2015, 21:24:45 schrieb Stephan Mueller: > > Hi Herbert, > > > This patch adds the AEAD support for AF_ALG. > > > > The implementation is based on algif_skcipher, but contains heavy > > modifications to s

Re: [PATCH v12 1/2] crypto: AF_ALG: add AEAD support

2015-02-05 Thread Stephan Mueller
Am Donnerstag, 29. Januar 2015, 21:24:45 schrieb Stephan Mueller: Hi Herbert, > This patch adds the AEAD support for AF_ALG. > > The implementation is based on algif_skcipher, but contains heavy > modifications to streamline the interface for AEAD uses. > > To use AEAD, the user space consumer

[PATCH v12 1/2] crypto: AF_ALG: add AEAD support

2015-01-29 Thread Stephan Mueller
This patch adds the AEAD support for AF_ALG. The implementation is based on algif_skcipher, but contains heavy modifications to streamline the interface for AEAD uses. To use AEAD, the user space consumer has to use the salg_type named "aead". The AEAD implementation includes some overhead to ca