Lines Matching defs:ac
19 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated()
30 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate()
97 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler()
124 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler()
137 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket()
254 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply()
282 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer()
378 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets()
410 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
489 static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result, in ceph_x_handle_reply()
545 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer()
578 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer()
597 static int ceph_x_verify_authorizer_reply(struct ceph_auth_client *ac, in ceph_x_verify_authorizer_reply()
622 static void ceph_x_destroy_authorizer(struct ceph_auth_client *ac, in ceph_x_destroy_authorizer()
633 static void ceph_x_reset(struct ceph_auth_client *ac) in ceph_x_reset()
642 static void ceph_x_destroy(struct ceph_auth_client *ac) in ceph_x_destroy()
663 static void ceph_x_invalidate_authorizer(struct ceph_auth_client *ac, in ceph_x_invalidate_authorizer()
745 int ceph_x_init(struct ceph_auth_client *ac) in ceph_x_init()