Searched refs:CEPH_AUTH_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
24 case CEPH_AUTH_UNKNOWN: in ceph_auth_proto_name()
134 ceph_encode_32(&p, CEPH_AUTH_UNKNOWN); /* no protocol, yet */ in ceph_auth_build_hello()436 if (ac->protocol == CEPH_AUTH_UNKNOWN) { in ceph_auth_get_request()
335 con->v1.out_connect.authorizer_protocol = CEPH_AUTH_UNKNOWN; in get_connect_authorizer()
92 #define CEPH_AUTH_UNKNOWN 0x0 macro