crypto: picoxcell - Clamp AEAD SG list by input length
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 11 Jun 2015 03:28:34 +0000 (11:28 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 12 Jun 2015 14:45:09 +0000 (22:45 +0800)
commit81781e681551ed3f56c9202e9adc7ef941cba654
tree9f9577f0edb591a80e6d5c39b23061839f5dca30
parent1a5b951f256d772a4ab758bda3a0667b788c0d2a
crypto: picoxcell - Clamp AEAD SG list by input length

Currently the driver 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: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/picoxcell_crypto.c
This page took 0.024195 seconds and 5 git commands to generate.