]> git.karo-electronics.de Git - linux-beck.git/commit
crypto: ixp4xx - Use crypto_aead_set_reqsize helper
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:48:06 +0000 (17:48 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:43 +0000 (10:31 +0800)
commit71b311d6108ecc69bf6034e03cb6bdf09335dd2c
tree53a16b54ce4cdc13d32369ec64f0657c11995ff0
parenta5a2b4da012d3ed92476b169a66e17507abe1a48
crypto: ixp4xx - Use crypto_aead_set_reqsize helper

This patch uses the crypto_aead_set_reqsize helper to avoid directly
touching the internals of aead.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ixp4xx_crypto.c