Re: [Cryptodev-linux-devel] [PATCH] Fix ablkcipher algorithms usage in v4.8+ kernels

2017-02-09 Thread Horia Geantă
On 2/9/2017 12:35 PM, Phil Sutter wrote: > Hi, > > On Wed, Feb 08, 2017 at 04:41:50PM +0000, Horia Geantă wrote: >> Phil? > > I intentionally left this out since (according to my INBOX) there are > open questions from Michael. Did you sort this out in private? > I

[Cryptodev-linux-devel] [PATCH] Fix ablkcipher algorithms usage in v4.8+ kernels

2016-11-17 Thread Horia Geantă
alg() is no longer checked to be non-NULL. This is guaranteed by the fact that ablkcipher_tfm (out->async.s) is valid. Fixes: cb186f682679 ("Support skcipher in addition to ablkcipher API") Tested-by: Cristian Stoica <cristian.sto...@nxp.com> Signed-off-by: Horia Geantă <horia.gea...@

Re: [Cryptodev-linux-devel] [PATCH v2] Replace INIT_COMPLETION with reinit_completion.

2014-01-23 Thread Horia Geantă
Hi Phil, On 1/23/2014 4:42 AM, Phil Sutter wrote: On Thu, Jan 16, 2014 at 12:18:08PM +0200, Horia Geanta wrote: From: Cosmin Paraschiv cosmin.parasc...@freescale.com In the 3.13-rc1 Linux kernel, the INIT_COMPLETION macro has been replaced with an inline function, reinit_completion [1][2]. We

Re: [Cryptodev-linux-devel] [PATCH] add support for COMPAT_CIOCAUTHCRYPT ioctl()

2013-12-12 Thread Horia Geantă
On 12/11/2013 8:37 AM, Nikos Mavrogiannopoulos wrote: On Mon, 2013-12-09 at 19:41 +0200, Horia Geanta wrote: Needed for 64b kernel with 32b user space. Signed-off-by: Horia Geanta horia.gea...@freescale.com Reviewed-by: Mircea Pop mircea@freescale.com Reviewed-by: Cristian Stoica

Re: [Cryptodev-linux-devel] [PATCH] add support for COMPAT_CIOCAUTHCRYPT ioctl()

2013-12-12 Thread Horia Geantă
On 12/12/2013 5:30 PM, Nikos Mavrogiannopoulos wrote: On Thu, Dec 12, 2013 at 3:35 PM, Horia Geantă horia.gea...@freescale.com wrote: Hello, This does not compile. You seem to use dst_len that isn't there in the definitions of these structures. Sorry for that. There are a few more patches