commit | 9b40f79c08e81234d759f188b233980d7e81df6c | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Mon Oct 17 15:10:06 2016 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Oct 25 11:08:19 2016 +0800 |
tree | 541f75fab4121999abab73403ee79c1068b9c43e | |
parent | ff4f44de44dbd98feecf8fa76e14353a3993b335 [diff] |
crypto: gcm - Fix error return code in crypto_gcm_create_common() Fix to return error code -EINVAL from the invalid alg ivsize error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>