Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: ghash - remove checks for key being set
Now that the crypto API prevents a keyed hash from being used without setting the key, there's no need for GHASH to do this check itself. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
- Loading branch information