Lines Matching refs:ceph_auth_client
24 static int ceph_auth_init_protocol(struct ceph_auth_client *ac, int protocol) in ceph_auth_init_protocol()
39 struct ceph_auth_client *ceph_auth_init(const char *name, const struct ceph_crypto_key *key) in ceph_auth_init()
41 struct ceph_auth_client *ac; in ceph_auth_init()
65 void ceph_auth_destroy(struct ceph_auth_client *ac) in ceph_auth_destroy()
76 void ceph_auth_reset(struct ceph_auth_client *ac) in ceph_auth_reset()
105 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello()
148 static int ceph_build_auth_request(struct ceph_auth_client *ac, in ceph_build_auth_request()
178 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply()
260 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth()
272 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated()
284 int ceph_auth_create_authorizer(struct ceph_auth_client *ac, in ceph_auth_create_authorizer()
304 int ceph_auth_update_authorizer(struct ceph_auth_client *ac, in ceph_auth_update_authorizer()
318 int ceph_auth_add_authorizer_challenge(struct ceph_auth_client *ac, in ceph_auth_add_authorizer_challenge()
334 int ceph_auth_verify_authorizer_reply(struct ceph_auth_client *ac, in ceph_auth_verify_authorizer_reply()
347 void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac, int peer_type) in ceph_auth_invalidate_authorizer()