OSDN Git Service

crypto: api - remove CRYPTOA_U32 and related functions
authorLiu Shixin <liushixin2@huawei.com>
Fri, 11 Jun 2021 02:01:00 +0000 (10:01 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 17 Jun 2021 07:07:31 +0000 (15:07 +0800)
commit10ff9976d06fc6a11f512755d500ab2860cbe650
tree8beb7514deee9a88f42577a7e5b4d4ecdd81961d
parent22ca9f4aaf431a9413dcc115dd590123307f274f
crypto: api - remove CRYPTOA_U32 and related functions

According to the advice of Eric and Herbert, type CRYPTOA_U32
has been unused for over a decade, so remove the code related to
CRYPTOA_U32.

After removing CRYPTOA_U32, the type of the variable attrs can be
changed from union to struct.

Signed-off-by: Liu Shixin <liushixin2@huawei.com>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algapi.c
crypto/algboss.c
include/crypto/algapi.h
include/linux/crypto.h