Home
last modified time | relevance | path

Searched refs:ceph_auth_client (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
Dauth.h15 struct ceph_auth_client;
41 int (*is_authenticated)(struct ceph_auth_client *ac);
47 int (*should_authenticate)(struct ceph_auth_client *ac);
54 int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end);
55 int (*handle_reply)(struct ceph_auth_client *ac, int result,
62 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type,
65 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type,
67 int (*add_authorizer_challenge)(struct ceph_auth_client *ac,
71 int (*verify_authorizer_reply)(struct ceph_auth_client *ac,
73 void (*invalidate_authorizer)(struct ceph_auth_client *ac,
[all …]
Dmon_client.h13 struct ceph_auth_client;
77 struct ceph_auth_client *auth;
/kernel/linux/linux-5.10/net/ceph/
Dauth_none.c15 static void reset(struct ceph_auth_client *ac) in reset()
22 static void destroy(struct ceph_auth_client *ac) in destroy()
28 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated()
35 static int should_authenticate(struct ceph_auth_client *ac) in should_authenticate()
42 static int ceph_auth_none_build_authorizer(struct ceph_auth_client *ac, in ceph_auth_none_build_authorizer()
63 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request()
72 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply()
91 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer()
129 int ceph_auth_none_init(struct ceph_auth_client *ac) in ceph_auth_none_init()
Dauth.c24 static int ceph_auth_init_protocol(struct ceph_auth_client *ac, int protocol) in ceph_auth_init_protocol()
39 struct ceph_auth_client *ceph_auth_init(const char *name, const struct ceph_crypto_key *key) in ceph_auth_init()
41 struct ceph_auth_client *ac; in ceph_auth_init()
65 void ceph_auth_destroy(struct ceph_auth_client *ac) in ceph_auth_destroy()
76 void ceph_auth_reset(struct ceph_auth_client *ac) in ceph_auth_reset()
105 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello()
148 static int ceph_build_auth_request(struct ceph_auth_client *ac, in ceph_build_auth_request()
178 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply()
260 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth()
272 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated()
[all …]
Dauth_x.c20 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed);
22 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated()
33 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate()
117 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler()
144 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler()
157 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket()
266 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply()
348 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer()
453 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets()
483 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
[all …]
Dauth_none.h26 int ceph_auth_none_init(struct ceph_auth_client *ac);
Dauth_x.h52 int ceph_x_init(struct ceph_auth_client *ac);
Dosd_client.c5587 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer()
5615 struct ceph_auth_client *ac = osdc->client->monc.auth; in add_authorizer_challenge()
5625 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply()
5634 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer()
/kernel/linux/linux-5.10/fs/ceph/
Ddebugfs.c275 struct ceph_auth_client *ac = fsc->client->monc.auth; in mds_sessions_show()
Dmds_client.c5119 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in get_authorizer()
5147 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in add_authorizer_challenge()
5157 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in verify_authorizer_reply()
5166 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in invalidate_authorizer()