Hi Herbert,
Many thanks that fixed it.
Regards,
Dean Jenkins
MontaVista Software
--- Begin Message ---
Dean Jenkins wrote:
>
> I'm using a 2.6.27.4 kernel on an armv5te platform.
>
> I hit a BUG() at crypto/scatterwalk.c:37 that indicates that the scatterlist
> length is zero.
>
> I've trace
Dean Jenkins wrote:
>
> I'm using a 2.6.27.4 kernel on an armv5te platform.
>
> I hit a BUG() at crypto/scatterwalk.c:37 that indicates that the scatterlist
> length is zero.
>
> I've traced this back to crypto/authenc.c function crypto_authenc_genicv()...
Does this patch fix it?
commit 700aa
Hi,
I'm trying to test AEAD based HMAC (sha1-96) with NULL encryption using a
modified tcrypt module.
I'm using a 2.6.27.4 kernel on an armv5te platform.
I hit a BUG() at crypto/scatterwalk.c:37 that indicates that the scatterlist
length is zero.
I've traced this back to crypto/authenc.c func