Lines Matching defs:ac
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()
563 static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result, in ceph_x_handle_reply()
627 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer()
662 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer()
704 static int ceph_x_add_authorizer_challenge(struct ceph_auth_client *ac, in ceph_x_add_authorizer_challenge()
729 static int ceph_x_verify_authorizer_reply(struct ceph_auth_client *ac, in ceph_x_verify_authorizer_reply()
754 static void ceph_x_reset(struct ceph_auth_client *ac) in ceph_x_reset()
763 static void ceph_x_destroy(struct ceph_auth_client *ac) in ceph_x_destroy()
783 static void invalidate_ticket(struct ceph_auth_client *ac, int peer_type) in invalidate_ticket()
792 static void ceph_x_invalidate_authorizer(struct ceph_auth_client *ac, in ceph_x_invalidate_authorizer()
931 int ceph_x_init(struct ceph_auth_client *ac) in ceph_x_init()