Files
linux-apfs/include/linux
Herbert Xu edf18b9108 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>
2015-06-19 14:16:28 +08:00
..
2015-06-17 17:03:14 +08:00
2015-04-15 16:39:15 -07:00
2015-04-14 16:49:05 -07:00
2015-04-12 21:03:31 +02:00
2015-06-10 19:14:04 +08:00
2015-04-11 22:26:51 -04:00
2015-04-15 16:35:20 -07:00