Skip to content
Commit 70c3c8a9 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: caam - Clamp AEAD SG list by input length



Currently caam assumes that the SG list contains exactly the number
of bytes required.  This assumption is incorrect.

Up until now this has been harmless.  However with the new AEAD
interface this now breaks as the AD SG list contains more bytes
than just the AD.

This patch fixes this by always clamping the AD SG list by the
specified AD length.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ecb479d0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment