]> git.baikalelectronics.ru Git - kernel.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)
commitc712d7ff320f45a92a028e1cc481771eae48534e
tree53a16b54ce4cdc13d32369ec64f0657c11995ff0
parentae8504eca4a15560e1865f40e894c46a5faef1d6
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