summaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorHerbert Xu2015-06-18 08:00:48 +0200
committerHerbert Xu2015-06-19 08:16:28 +0200
commitedf18b9108f5025f9e83b2c167c9122954acbc62 (patch)
treee3437271f86671725914280604f14aea19c4238e /include/crypto
parentcrypto: drivers - Fix Kconfig selects (diff)
downloadkernel-qcow2-linux-edf18b9108f5025f9e83b2c167c9122954acbc62.tar.gz
kernel-qcow2-linux-edf18b9108f5025f9e83b2c167c9122954acbc62.tar.xz
kernel-qcow2-linux-edf18b9108f5025f9e83b2c167c9122954acbc62.zip
crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_alg
The struct crypto_alg is embedded into various type-specific structs such as aead_alg. This is then used as part of instances such as struct aead_instance. It is also embedded into the generic struct crypto_instance. In order to ensure that struct aead_instance can be converted to struct crypto_instance when necessary, we need to ensure that crypto_alg is aligned properly. This patch adds an alignment attribute to struct crypto_alg to ensure this. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto')
0 files changed, 0 insertions, 0 deletions