Lines Matching refs:ceph_auth_client

18 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed);
20 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated()
31 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate()
98 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler()
125 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler()
138 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket()
255 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply()
292 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer()
387 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets()
419 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
498 static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result, in ceph_x_handle_reply()
554 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer()
587 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer()
606 static int ceph_x_verify_authorizer_reply(struct ceph_auth_client *ac, in ceph_x_verify_authorizer_reply()
631 static void ceph_x_destroy_authorizer(struct ceph_auth_client *ac, in ceph_x_destroy_authorizer()
641 static void ceph_x_reset(struct ceph_auth_client *ac) in ceph_x_reset()
650 static void ceph_x_destroy(struct ceph_auth_client *ac) in ceph_x_destroy()
670 static void ceph_x_invalidate_authorizer(struct ceph_auth_client *ac, in ceph_x_invalidate_authorizer()
755 int ceph_x_init(struct ceph_auth_client *ac) in ceph_x_init()