Re: [Cryptodev-linux-devel] [PATCH] fix sizing of decrypt's output buffer

2012-08-01 Thread Nikos Mavrogiannopoulos
On 08/02/2012 12:51 AM, Jaren Johnston wrote: > Hmm... that *was* the output from git format-patch... apparently mangled :-/ > > Here it is as an attachment. Applied, thank you! ___ Cryptodev-linux-devel mailing list Cryptodev-linux-devel@gna.org ht

Re: [Cryptodev-linux-devel] [PATCH] fix sizing of decrypt's output buffer

2012-08-01 Thread Jaren Johnston
, August 01, 2012 3:40 PM To: cryptodev-linux-devel@gna.org Subject: Re: [Cryptodev-linux-devel] [PATCH] fix sizing of decrypt's output buffer Thanks Jaren, Could you send the patch attached, so I can apply it cleanly. Your mailer breaks the format. It is better to use the output of git format-

Re: [Cryptodev-linux-devel] [PATCH] fix sizing of decrypt's output buffer

2012-08-01 Thread Nikos Mavrogiannopoulos
Thanks Jaren, Could you send the patch attached, so I can apply it cleanly. Your mailer breaks the format. It is better to use the output of git format-patch. regards, Nikos On 07/27/2012 07:50 PM, Jaren Johnston wrote: > > > Output buffer doesn't hold tag on decrypt, so no need to account f

[Cryptodev-linux-devel] [PATCH] fix sizing of decrypt's output buffer

2012-07-27 Thread Jaren Johnston
Output buffer doesn't hold tag on decrypt, so no need to account for it in the sizing. Change-Id: I1a464c8f7e9e702dbc0446c38831c87a9d4a9a70 --- authenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authenc.c b/authenc.c index 718bb52..8bff677 100644 --- a/authe