summaryrefslogtreecommitdiffstats
path: root/src/common/ceph_crypto_cms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ceph_crypto_cms.h')
-rw-r--r--src/common/ceph_crypto_cms.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/ceph_crypto_cms.h b/src/common/ceph_crypto_cms.h
new file mode 100644
index 00000000..11fb000c
--- /dev/null
+++ b/src/common/ceph_crypto_cms.h
@@ -0,0 +1,10 @@
+#ifndef CEPH_CRYPTO_CMS_H
+#define CEPH_CRYPTO_CMS_H
+
+#include "include/buffer_fwd.h"
+
+class CephContext;
+
+int ceph_decode_cms(CephContext *cct, bufferlist& cms_bl, bufferlist& decoded_bl);
+
+#endif