Lines Matching refs:ceph_auth_client
36 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed);
38 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated()
52 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate()
151 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler()
178 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler()
191 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket()
310 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply()
393 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer()
505 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets()
535 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
661 static int handle_auth_session_key(struct ceph_auth_client *ac, u64 global_id, in handle_auth_session_key()
730 static int ceph_x_handle_reply(struct ceph_auth_client *ac, u64 global_id, in ceph_x_handle_reply()
800 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer()
835 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer()
884 static int ceph_x_add_authorizer_challenge(struct ceph_auth_client *ac, in ceph_x_add_authorizer_challenge()
943 static int ceph_x_verify_authorizer_reply(struct ceph_auth_client *ac, in ceph_x_verify_authorizer_reply()
972 static void ceph_x_reset(struct ceph_auth_client *ac) in ceph_x_reset()
981 static void ceph_x_destroy(struct ceph_auth_client *ac) in ceph_x_destroy()
1001 static void invalidate_ticket(struct ceph_auth_client *ac, int peer_type) in invalidate_ticket()
1017 static void ceph_x_invalidate_authorizer(struct ceph_auth_client *ac, in ceph_x_invalidate_authorizer()
1171 int ceph_x_init(struct ceph_auth_client *ac) in ceph_x_init()