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()
101 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello()
144 static int ceph_build_auth_request(struct ceph_auth_client *ac, in ceph_build_auth_request()
174 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply()
256 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth()
270 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated()
282 int ceph_auth_create_authorizer(struct ceph_auth_client *ac, in ceph_auth_create_authorizer()
296 void ceph_auth_destroy_authorizer(struct ceph_auth_client *ac, in ceph_auth_destroy_authorizer()
306 int ceph_auth_update_authorizer(struct ceph_auth_client *ac, in ceph_auth_update_authorizer()
320 int ceph_auth_verify_authorizer_reply(struct ceph_auth_client *ac, in ceph_auth_verify_authorizer_reply()
333 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer()