]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/authenc.c
crypto: authenc - Use crypto_aead_set_reqsize helper
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:47:53 +0000 (17:47 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:37 +0000 (10:31 +0800)
commit25df91943018ca173fcd77998096b3621e987499
treea7c82757d6b7e866c97913e96c9b60863c1b5329
parent21b7013414db320be418d5f28f72af5c0665dc18
crypto: authenc - 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>
crypto/authenc.c