Lines Matching refs:ceph_auth_client

24 static int init_protocol(struct ceph_auth_client *ac, int proto)  in init_protocol()
39 void ceph_auth_set_global_id(struct ceph_auth_client *ac, u64 global_id) in ceph_auth_set_global_id()
56 struct ceph_auth_client *ceph_auth_init(const char *name, in ceph_auth_init()
60 struct ceph_auth_client *ac; in ceph_auth_init()
81 void ceph_auth_destroy(struct ceph_auth_client *ac) in ceph_auth_destroy()
92 void ceph_auth_reset(struct ceph_auth_client *ac) in ceph_auth_reset()
121 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello()
164 static int build_request(struct ceph_auth_client *ac, bool add_header, in build_request()
198 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply()
284 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth()
296 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated()
308 int __ceph_auth_get_authorizer(struct ceph_auth_client *ac, in __ceph_auth_get_authorizer()
347 int ceph_auth_add_authorizer_challenge(struct ceph_auth_client *ac, in ceph_auth_add_authorizer_challenge()
363 int ceph_auth_verify_authorizer_reply(struct ceph_auth_client *ac, in ceph_auth_verify_authorizer_reply()
381 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer()
427 int ceph_auth_get_request(struct ceph_auth_client *ac, void *buf, int buf_len) in ceph_auth_get_request()
475 int ceph_auth_handle_reply_more(struct ceph_auth_client *ac, void *reply, in ceph_auth_handle_reply_more()
491 int ceph_auth_handle_reply_done(struct ceph_auth_client *ac, in ceph_auth_handle_reply_done()
507 bool ceph_auth_handle_bad_method(struct ceph_auth_client *ac, in ceph_auth_handle_bad_method()
547 int ceph_auth_get_authorizer(struct ceph_auth_client *ac, in ceph_auth_get_authorizer()
577 int ceph_auth_handle_svc_reply_more(struct ceph_auth_client *ac, in ceph_auth_handle_svc_reply_more()
601 int ceph_auth_handle_svc_reply_done(struct ceph_auth_client *ac, in ceph_auth_handle_svc_reply_done()
613 bool ceph_auth_handle_bad_authorizer(struct ceph_auth_client *ac, in ceph_auth_handle_bad_authorizer()