summaryrefslogtreecommitdiff
path: root/crypto/tgr192.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-12-02 13:42:29 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2019-12-11 16:37:01 +0800
commit494af3b82227cfb6c465b094cc91e0ba14bd95bc (patch)
treef3155b893cf73ef82bfea7ea4a25a344de6c150d /crypto/tgr192.c
parent034a69ea9b256f5e7e9a5fff0e8cca102750ac56 (diff)
downloadlinux-crypto-494af3b82227cfb6c465b094cc91e0ba14bd95bc.tar.gz
linux-crypto-494af3b82227cfb6c465b094cc91e0ba14bd95bc.zip
crypto: compress - remove crt_u.compress (struct compress_tfm)
crt_u.compress (struct compress_tfm) is pointless because its two fields, ->cot_compress() and ->cot_decompress(), always point to crypto_compress() and crypto_decompress(). Remove this pointless indirection, and just make crypto_comp_compress() and crypto_comp_decompress() be direct calls to what used to be crypto_compress() and crypto_decompress(). Also remove the unused function crypto_comp_cast(). Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tgr192.c')
0 files changed, 0 insertions, 0 deletions