ceph_auth_client  176 fs/ceph/debugfs.c 	struct ceph_auth_client *ac = fsc->client->monc.auth;
ceph_auth_client 4694 fs/ceph/mds_client.c 	struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth;
ceph_auth_client 4722 fs/ceph/mds_client.c 	struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth;
ceph_auth_client 4732 fs/ceph/mds_client.c 	struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth;
ceph_auth_client 4741 fs/ceph/mds_client.c 	struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth;
ceph_auth_client   15 include/linux/ceph/auth.h struct ceph_auth_client;
ceph_auth_client   41 include/linux/ceph/auth.h 	int (*is_authenticated)(struct ceph_auth_client *ac);
ceph_auth_client   47 include/linux/ceph/auth.h 	int (*should_authenticate)(struct ceph_auth_client *ac);
ceph_auth_client   54 include/linux/ceph/auth.h 	int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end);
ceph_auth_client   55 include/linux/ceph/auth.h 	int (*handle_reply)(struct ceph_auth_client *ac, int result,
ceph_auth_client   62 include/linux/ceph/auth.h 	int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type,
ceph_auth_client   65 include/linux/ceph/auth.h 	int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type,
ceph_auth_client   67 include/linux/ceph/auth.h 	int (*add_authorizer_challenge)(struct ceph_auth_client *ac,
ceph_auth_client   71 include/linux/ceph/auth.h 	int (*verify_authorizer_reply)(struct ceph_auth_client *ac,
ceph_auth_client   73 include/linux/ceph/auth.h 	void (*invalidate_authorizer)(struct ceph_auth_client *ac,
ceph_auth_client   77 include/linux/ceph/auth.h 	void (*reset)(struct ceph_auth_client *ac);
ceph_auth_client   79 include/linux/ceph/auth.h 	void (*destroy)(struct ceph_auth_client *ac);
ceph_auth_client  101 include/linux/ceph/auth.h extern struct ceph_auth_client *ceph_auth_init(const char *name,
ceph_auth_client  103 include/linux/ceph/auth.h extern void ceph_auth_destroy(struct ceph_auth_client *ac);
ceph_auth_client  105 include/linux/ceph/auth.h extern void ceph_auth_reset(struct ceph_auth_client *ac);
ceph_auth_client  107 include/linux/ceph/auth.h extern int ceph_auth_build_hello(struct ceph_auth_client *ac,
ceph_auth_client  109 include/linux/ceph/auth.h extern int ceph_handle_auth_reply(struct ceph_auth_client *ac,
ceph_auth_client  114 include/linux/ceph/auth.h extern int ceph_build_auth(struct ceph_auth_client *ac,
ceph_auth_client  117 include/linux/ceph/auth.h extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
ceph_auth_client  118 include/linux/ceph/auth.h extern int ceph_auth_create_authorizer(struct ceph_auth_client *ac,
ceph_auth_client  122 include/linux/ceph/auth.h extern int ceph_auth_update_authorizer(struct ceph_auth_client *ac,
ceph_auth_client  125 include/linux/ceph/auth.h int ceph_auth_add_authorizer_challenge(struct ceph_auth_client *ac,
ceph_auth_client  129 include/linux/ceph/auth.h extern int ceph_auth_verify_authorizer_reply(struct ceph_auth_client *ac,
ceph_auth_client  131 include/linux/ceph/auth.h extern void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac,
ceph_auth_client   13 include/linux/ceph/mon_client.h struct ceph_auth_client;
ceph_auth_client   77 include/linux/ceph/mon_client.h 	struct ceph_auth_client *auth;
ceph_auth_client   24 net/ceph/auth.c static int ceph_auth_init_protocol(struct ceph_auth_client *ac, int protocol)
ceph_auth_client   39 net/ceph/auth.c struct ceph_auth_client *ceph_auth_init(const char *name, const struct ceph_crypto_key *key)
ceph_auth_client   41 net/ceph/auth.c 	struct ceph_auth_client *ac;
ceph_auth_client   65 net/ceph/auth.c void ceph_auth_destroy(struct ceph_auth_client *ac)
ceph_auth_client   76 net/ceph/auth.c void ceph_auth_reset(struct ceph_auth_client *ac)
ceph_auth_client  105 net/ceph/auth.c int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len)
ceph_auth_client  148 net/ceph/auth.c static int ceph_build_auth_request(struct ceph_auth_client *ac,
ceph_auth_client  178 net/ceph/auth.c int ceph_handle_auth_reply(struct ceph_auth_client *ac,
ceph_auth_client  260 net/ceph/auth.c int ceph_build_auth(struct ceph_auth_client *ac,
ceph_auth_client  272 net/ceph/auth.c int ceph_auth_is_authenticated(struct ceph_auth_client *ac)
ceph_auth_client  284 net/ceph/auth.c int ceph_auth_create_authorizer(struct ceph_auth_client *ac,
ceph_auth_client  304 net/ceph/auth.c int ceph_auth_update_authorizer(struct ceph_auth_client *ac,
ceph_auth_client  318 net/ceph/auth.c int ceph_auth_add_authorizer_challenge(struct ceph_auth_client *ac,
ceph_auth_client  334 net/ceph/auth.c int ceph_auth_verify_authorizer_reply(struct ceph_auth_client *ac,
ceph_auth_client  347 net/ceph/auth.c void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type)
ceph_auth_client   15 net/ceph/auth_none.c static void reset(struct ceph_auth_client *ac)
ceph_auth_client   22 net/ceph/auth_none.c static void destroy(struct ceph_auth_client *ac)
ceph_auth_client   28 net/ceph/auth_none.c static int is_authenticated(struct ceph_auth_client *ac)
ceph_auth_client   35 net/ceph/auth_none.c static int should_authenticate(struct ceph_auth_client *ac)
ceph_auth_client   42 net/ceph/auth_none.c static int ceph_auth_none_build_authorizer(struct ceph_auth_client *ac,
ceph_auth_client   63 net/ceph/auth_none.c static int build_request(struct ceph_auth_client *ac, void *buf, void *end)
ceph_auth_client   72 net/ceph/auth_none.c static int handle_reply(struct ceph_auth_client *ac, int result,
ceph_auth_client   91 net/ceph/auth_none.c 	struct ceph_auth_client *ac, int peer_type,
ceph_auth_client  129 net/ceph/auth_none.c int ceph_auth_none_init(struct ceph_auth_client *ac)
ceph_auth_client   26 net/ceph/auth_none.h int ceph_auth_none_init(struct ceph_auth_client *ac);
ceph_auth_client   20 net/ceph/auth_x.c static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed);
ceph_auth_client   22 net/ceph/auth_x.c static int ceph_x_is_authenticated(struct ceph_auth_client *ac)
ceph_auth_client   33 net/ceph/auth_x.c static int ceph_x_should_authenticate(struct ceph_auth_client *ac)
ceph_auth_client  117 net/ceph/auth_x.c get_ticket_handler(struct ceph_auth_client *ac, int service)
ceph_auth_client  144 net/ceph/auth_x.c static void remove_ticket_handler(struct ceph_auth_client *ac,
ceph_auth_client  157 net/ceph/auth_x.c static int process_one_ticket(struct ceph_auth_client *ac,
ceph_auth_client  266 net/ceph/auth_x.c static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac,
ceph_auth_client  348 net/ceph/auth_x.c static int ceph_x_build_authorizer(struct ceph_auth_client *ac,
ceph_auth_client  453 net/ceph/auth_x.c static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed)
ceph_auth_client  483 net/ceph/auth_x.c static int ceph_x_build_request(struct ceph_auth_client *ac,
ceph_auth_client  563 net/ceph/auth_x.c static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result,
ceph_auth_client  627 net/ceph/auth_x.c 	struct ceph_auth_client *ac, int peer_type,
ceph_auth_client  662 net/ceph/auth_x.c 	struct ceph_auth_client *ac, int peer_type,
ceph_auth_client  704 net/ceph/auth_x.c static int ceph_x_add_authorizer_challenge(struct ceph_auth_client *ac,
ceph_auth_client  729 net/ceph/auth_x.c static int ceph_x_verify_authorizer_reply(struct ceph_auth_client *ac,
ceph_auth_client  754 net/ceph/auth_x.c static void ceph_x_reset(struct ceph_auth_client *ac)
ceph_auth_client  763 net/ceph/auth_x.c static void ceph_x_destroy(struct ceph_auth_client *ac)
ceph_auth_client  783 net/ceph/auth_x.c static void invalidate_ticket(struct ceph_auth_client *ac, int peer_type)
ceph_auth_client  792 net/ceph/auth_x.c static void ceph_x_invalidate_authorizer(struct ceph_auth_client *ac,
ceph_auth_client  931 net/ceph/auth_x.c int ceph_x_init(struct ceph_auth_client *ac)
ceph_auth_client   52 net/ceph/auth_x.h int ceph_x_init(struct ceph_auth_client *ac);
ceph_auth_client 5582 net/ceph/osd_client.c 	struct ceph_auth_client *ac = osdc->client->monc.auth;
ceph_auth_client 5610 net/ceph/osd_client.c 	struct ceph_auth_client *ac = osdc->client->monc.auth;
ceph_auth_client 5620 net/ceph/osd_client.c 	struct ceph_auth_client *ac = osdc->client->monc.auth;
ceph_auth_client 5629 net/ceph/osd_client.c 	struct ceph_auth_client *ac = osdc->client->monc.auth;