summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/internal.h')
-rw-r--r--include/crypto/internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/crypto/internal.h b/include/crypto/internal.h
index c6f5908ea0..0987ccc160 100644
--- a/include/crypto/internal.h
+++ b/include/crypto/internal.h
@@ -4,16 +4,6 @@
* GPL v2 only
*/
-#ifdef CONFIG_DIGEST_HMAC
-int digest_hmac_register(struct digest_algo *algo, unsigned int pad_length);
-#else
-static inline int digest_hmac_register(struct digest_algo *algo,
- unsigned int pad_length)
-{
- return 0;
-}
-#endif
-
int digest_generic_verify(struct digest *d, const unsigned char *md);
int digest_generic_digest(struct digest *d, const void *data,
unsigned int len, u8 *out);