Centos-kernel-stream-9/drivers/crypto/axis
Vladis Dronov bfd4d47254 crypto: xts - drop xts_check_key()
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>
2023-01-07 00:19:10 +01:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
artpec6_crypto.c crypto: xts - drop xts_check_key() 2023-01-07 00:19:10 +01:00