diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2023-01-31 16:02:04 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-11 16:31:37 +0100 |
commit | a023f1a938ad43642ad68f68527001e5686f5e60 (patch) | |
tree | 285af46ac7b1a1192604add1252972ad502ab4b7 /sound | |
parent | 7e2f7bb9b7871952459e589fc5cbcec8b0832135 (diff) | |
download | linux-stable-a023f1a938ad43642ad68f68527001e5686f5e60.tar.gz linux-stable-a023f1a938ad43642ad68f68527001e5686f5e60.tar.bz2 linux-stable-a023f1a938ad43642ad68f68527001e5686f5e60.zip |
crypto: rsa-pkcs1pad - Use akcipher_request_complete
[ Upstream commit 564cabc0ca0bdfa8f0fc1ae74b24d0a7554522c5 ]
Use the akcipher_request_complete helper instead of calling the
completion function directly. In fact the previous code was buggy
in that EINPROGRESS was never passed back to the original caller.
Fixes: 3d5b1ecdea6f ("crypto: rsa - RSA padding algorithm")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions