commit | 1aaa753d918c48c603195a468766e6a2b32b87f9 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 22 23:21:10 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jan 25 22:42:12 2016 +0800 |
tree | 5e5a893be728bd981bc3019308c6318f4d61915d | |
parent | e67ffe0af4d450e95e5f9bb7d081500e30777857 [diff] |
crypto: skcipher - Add helper to zero stack request As the size of an skcipher_request is variable, it's awkward to zero it explicitly. This patch adds a helper to do that which should be used when it is created on the stack. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>