commit | c2110f28341cec2ecfd9474db15ac090bce1234c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 28 22:07:56 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 03 10:48:34 2015 +0800 |
tree | da177b90712ab7ea057b4945350fa01a7f89ac4c | |
parent | 5c98d62059faf7c59211cb591da671eaac7b7c3c [diff] |
crypto: api - Include alignment in crypto_alg_extsize This patch ensures that the tfm context always has enough extra memory to ensure that it is aligned according to cra_alignment. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>