diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2025-05-23 17:20:59 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-05-23 17:20:59 +0800 |
| commit | 35de409aa30269a3b106fe957a95f7a2b7e21a60 (patch) | |
| tree | 4d4b2a319479621efcf7f7358d88d94da30f121e /include/crypto/internal | |
| parent | 0413bcf0fc460a68a2a7a8354aee833293d7d693 (diff) | |
Revert "crypto: testmgr - Add hash export format testing"
This reverts commit 18c438b228558e05ede7dccf947a6547516fc0c7.
The s390 hmac and sha3 algorithms are failing the test. Revert
the change until they have been fixed.
Reported-by: Ingo Franzki <ifranzki@linux.ibm.com>
Link: https://lore.kernel.org/all/623a7fcb-b4cb-48e6-9833-57ad2b32a252@linux.ibm.com/
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/internal')
| -rw-r--r-- | include/crypto/internal/hash.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h index f052afa6e7b0..0f85c543f80b 100644 --- a/include/crypto/internal/hash.h +++ b/include/crypto/internal/hash.h @@ -91,12 +91,6 @@ static inline bool crypto_hash_alg_needs_key(struct hash_alg_common *alg) !(alg->base.cra_flags & CRYPTO_ALG_OPTIONAL_KEY); } -static inline bool crypto_hash_no_export_core(struct crypto_ahash *tfm) -{ - return crypto_hash_alg_common(tfm)->base.cra_flags & - CRYPTO_AHASH_ALG_NO_EXPORT_CORE; -} - int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, struct crypto_instance *inst, const char *name, u32 type, u32 mask); |
