-
由 Vladis Dronov 提交于
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: NVladis Dronov <vdronov@redhat.com> Reviewed-by: NEric Biggers <ebiggers@google.com> Reviewed-by: NNicolai Stange <nstange@suse.de> Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
0ee43367