Searched refs:CEPH_AUTH_CEPHX (Results 1 – 4 of 4) sorted by relevance
28 case CEPH_AUTH_CEPHX: in ceph_auth_proto_name()
21 CEPH_AUTH_CEPHX31 case CEPH_AUTH_CEPHX: in init_protocol()429 int proto = ac->key ? CEPH_AUTH_CEPHX : CEPH_AUTH_NONE; in ceph_auth_get_request()
1113 ac->protocol = CEPH_AUTH_CEPHX; in ceph_x_init()
94 #define CEPH_AUTH_CEPHX 0x2 macro