commit | 2a32897c840be1c0a0525f4279b365781acfba24 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Wed May 24 05:35:29 2023 -0400 |
committer | Mike Snitzer <snitzer@kernel.org> | Fri Jun 16 18:24:13 2023 -0400 |
tree | a2e1f5930f2b92e714b0a657c02954a66fc23095 | |
parent | ef6953fb68fe52a13cd154509d1ac9f9748c6051 [diff] |
dm crypt: fix crypt_ctr_cipher_new return value on invalid AEAD cipher If the user specifies invalid AEAD cipher, dm-crypt should return the error returned from crypt_ctr_auth_spec, not -ENOMEM. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>