X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fcommon%2Fceph_crypto_cms.h;fp=src%2Fceph%2Fsrc%2Fcommon%2Fceph_crypto_cms.h;h=11fb000cae52a1477a554a7c249e1c02ac62738b;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/src/common/ceph_crypto_cms.h b/src/ceph/src/common/ceph_crypto_cms.h new file mode 100644 index 0000000..11fb000 --- /dev/null +++ b/src/ceph/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