| commit | 45f5d0176d8426cc1ab0bab84fbd8ef5c57526c6 | [log] [tgz] |
|---|---|---|
| author | Kai Ye <yekai13@huawei.com> | Thu Jul 21 10:18:31 2022 +0800 |
| committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 29 18:29:17 2022 +0800 |
| tree | 114257d1110020d3be76c129257be7996e164b9a | |
| parent | 383ce25dd2b117da0c092dc0b45e7ad0e9ffcbb2 [diff] |
crypto: hisilicon/sec - fix auth key size error
The authentication algorithm supports a maximum of 128-byte keys.
The allocated key memory is insufficient.
Fixes: 2f072d75d1ab ("crypto: hisilicon - Add aead support on SEC2")
Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>