mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-16 19:52:46 +07:00
crypto: ghash-intel - Fix set but not used in ghash_async_setkey()
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
a18b989a5c
commit
c3e73e76a9
@ -245,7 +245,7 @@ static int ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key,
|
|||||||
crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child)
|
crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child)
|
||||||
& CRYPTO_TFM_RES_MASK);
|
& CRYPTO_TFM_RES_MASK);
|
||||||
|
|
||||||
return 0;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ghash_async_init_tfm(struct crypto_tfm *tfm)
|
static int ghash_async_init_tfm(struct crypto_tfm *tfm)
|
||||||
|
Loading…
Reference in New Issue
Block a user