summaryrefslogtreecommitdiffstats
path: root/include/crypto/hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/hmac.h')
-rw-r--r--include/crypto/hmac.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/crypto/hmac.h b/include/crypto/hmac.h
new file mode 100644
index 000000000..66774132a
--- /dev/null
+++ b/include/crypto/hmac.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _CRYPTO_HMAC_H
+#define _CRYPTO_HMAC_H
+
+#define HMAC_IPAD_VALUE 0x36
+#define HMAC_OPAD_VALUE 0x5c
+
+#endif /* _CRYPTO_HMAC_H */