commit | 4e6e0b272d5af0c9c4f4215248130e58d68bcf0f | [log] [tgz] |
---|---|---|
author | Horia Geanta <horia.geanta@freescale.com> | Thu Dec 19 17:27:35 2013 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Dec 20 20:06:27 2013 +0800 |
tree | 62ce1cd056846a8556cbd87bb397fc68b7e8bd52 | |
parent | acef7b0f2b7da3cac01cd6fa5ee61e695bbfc217 [diff] |
crypto: caam - simplify and harden key parsing Use the common helper function crypto_authenc_extractkeys() for key parsing. Also fix the key buffer overflow condition: use split key pad length instead of authentication key length. Signed-off-by: Horia Geanta <horia.geanta@freescale.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>