#ifndef __FS_CEPH_AUTH_X_PROTOCOL
#define __FS_CEPH_AUTH_X_PROTOCOL
#define CEPHX_GET_AUTH_SESSION_KEY …
#define CEPHX_GET_PRINCIPAL_SESSION_KEY …
#define CEPHX_GET_ROTATING_KEY …
struct ceph_x_ticket_blob { … } __attribute__ ((packed));
struct ceph_x_request_header { … } __attribute__ ((packed));
struct ceph_x_reply_header { … } __attribute__ ((packed));
struct ceph_x_server_challenge { … } __attribute__ ((packed));
struct ceph_x_authenticate { … } __attribute__ ((packed));
struct ceph_x_service_ticket_request { … } __attribute__ ((packed));
struct ceph_x_challenge_blob { … } __attribute__ ((packed));
struct ceph_x_authorize_a { … } __attribute__ ((packed));
struct ceph_x_authorize_b { … } __attribute__ ((packed));
struct ceph_x_authorize_challenge { … } __attribute__ ((packed));
struct ceph_x_authorize_reply { … } __attribute__ ((packed));
#define CEPHX_ENC_MAGIC …
struct ceph_x_encrypt_header { … } __attribute__ ((packed));
#endif