summaryrefslogtreecommitdiff
path: root/fs/ceph/ceph_fs.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-08-03 02:48:23 +0400
committerSage Weil <sage@newdream.net>2010-08-03 02:48:31 +0400
commitcbbfe499055f49c09210e04d9f88c2f483052384 (patch)
tree055a42f950c68b6ecd47f61a80fa15e813fdb381 /fs/ceph/ceph_fs.h
parent73a7e693f9da464b0df07643af3f8ffc04dcc0b5 (diff)
downloadlinux-cbbfe499055f49c09210e04d9f88c2f483052384.tar.xz
ceph: move AES iv definition to shared header
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/ceph_fs.h')
-rw-r--r--fs/ceph/ceph_fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h
index bf7dea673237..5bf4ec2cf9eb 100644
--- a/fs/ceph/ceph_fs.h
+++ b/fs/ceph/ceph_fs.h
@@ -74,6 +74,8 @@ int ceph_file_layout_is_valid(const struct ceph_file_layout *layout);
#define CEPH_CRYPTO_NONE 0x0
#define CEPH_CRYPTO_AES 0x1
+#define CEPH_AES_IV "cephsageyudagreg"
+
/* security/authentication protocols */
#define CEPH_AUTH_UNKNOWN 0x0
#define CEPH_AUTH_NONE 0x1