Lines Matching defs:ac
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()
92 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler()
119 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler()
132 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply()
273 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer()
361 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets()
393 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
472 static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result, in ceph_x_handle_reply()
528 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer()
559 static int ceph_x_verify_authorizer_reply(struct ceph_auth_client *ac, in ceph_x_verify_authorizer_reply()
587 static void ceph_x_destroy_authorizer(struct ceph_auth_client *ac, in ceph_x_destroy_authorizer()
597 static void ceph_x_reset(struct ceph_auth_client *ac) in ceph_x_reset()
606 static void ceph_x_destroy(struct ceph_auth_client *ac) in ceph_x_destroy()
627 static void ceph_x_invalidate_authorizer(struct ceph_auth_client *ac, in ceph_x_invalidate_authorizer()
653 int ceph_x_init(struct ceph_auth_client *ac) in ceph_x_init()