aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/cmac.h
diff options
context:
space:
mode:
authorDoug Hogan <[email protected]>2018-12-20 02:03:25 -0800
committerDoug Hogan <[email protected]>2018-12-20 02:30:36 -0800
commitb3da76c6bb4cf54e8453f05ea9ab37747e390d76 (patch)
treec6eac94632d26bd03f0a81864c739f7a2e5edb64 /lib/crypto/c_src/cmac.h
parentbcef3b4ad7c196b829c0e6e7ec7a8d331fad5cc8 (diff)
downloadotp-b3da76c6bb4cf54e8453f05ea9ab37747e390d76.tar.gz
otp-b3da76c6bb4cf54e8453f05ea9ab37747e390d76.tar.bz2
otp-b3da76c6bb4cf54e8453f05ea9ab37747e390d76.zip
Move CMAC functionality to a new file
Diffstat (limited to 'lib/crypto/c_src/cmac.h')
-rw-r--r--lib/crypto/c_src/cmac.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/crypto/c_src/cmac.h b/lib/crypto/c_src/cmac.h
new file mode 100644
index 0000000000..a9a5ca989e
--- /dev/null
+++ b/lib/crypto/c_src/cmac.h
@@ -0,0 +1,8 @@
+#ifndef E_CMAC_H__
+#define E_CMAC_H__ 1
+
+#include "common.h"
+
+ERL_NIF_TERM cmac_nif(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]);
+
+#endif /* E_CMAC_H__ */