Re: [PATCH] crypto: tcrypt: do not allocate iv on stack for aead speed tests

2015-02-04 Thread Herbert Xu
On Wed, Jan 28, 2015 at 01:07:32PM +0200, Cristian Stoica wrote: See also: 9bac019dad8098a77cce555d929f678e22111783 Signed-off-by: Cristian Stoica cristian.sto...@freescale.com All three patches applied. Thanks! -- Email: Herbert Xu herb...@gondor.apana.org.au Home Page:

[PATCH] crypto: tcrypt: do not allocate iv on stack for aead speed tests

2015-01-28 Thread Cristian Stoica
See also: 9bac019dad8098a77cce555d929f678e22111783 Signed-off-by: Cristian Stoica cristian.sto...@freescale.com --- crypto/tcrypt.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 2b2486a..4b9e23f 100644 ---