Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2158894 Upstream Status: merged into herbert/cryptodev-2.6.git commit 0ee433676e4f499cb65f3d375a60a0ac54af4c47 Author: Vladis Dronov <vdronov@redhat.com> Date: Thu Dec 29 22:17:06 2022 +0100 crypto: xts - drop xts_check_key() xts_check_key() is obsoleted by xts_verify_key(). Over time XTS crypto drivers adopted the newer xts_verify_key() variant, but xts_check_key() is still used by a number of drivers. Switch drivers to use the newer xts_verify_key() and make a couple of cleanups. This allows us to drop xts_check_key() completely and avoid redundancy. Signed-off-by: Vladis Dronov <vdronov@redhat.com> Reviewed-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Nicolai Stange <nstange@suse.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Vladis Dronov <vdronov@redhat.com> |
||
---|---|---|
.. | ||
Makefile | ||
artpec6_crypto.c |