Lines Matching defs:ac
23 static int ceph_auth_init_protocol(struct ceph_auth_client *ac, int protocol) in ceph_auth_init_protocol()
40 struct ceph_auth_client *ac; in ceph_auth_init() local
64 void ceph_auth_destroy(struct ceph_auth_client *ac) in ceph_auth_destroy()
75 void ceph_auth_reset(struct ceph_auth_client *ac) in ceph_auth_reset()
104 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello()
147 static int ceph_build_auth_request(struct ceph_auth_client *ac, in ceph_build_auth_request()
177 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply()
259 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth()
271 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated()
283 int ceph_auth_create_authorizer(struct ceph_auth_client *ac, in ceph_auth_create_authorizer()
303 int ceph_auth_update_authorizer(struct ceph_auth_client *ac, in ceph_auth_update_authorizer()
317 int ceph_auth_verify_authorizer_reply(struct ceph_auth_client *ac, in ceph_auth_verify_authorizer_reply()
330 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer()