Lines Matching full:ac
41 int (*is_authenticated)(struct ceph_auth_client *ac);
47 int (*should_authenticate)(struct ceph_auth_client *ac);
54 int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end);
55 int (*handle_reply)(struct ceph_auth_client *ac, int result,
62 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type,
65 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type,
67 int (*add_authorizer_challenge)(struct ceph_auth_client *ac,
71 int (*verify_authorizer_reply)(struct ceph_auth_client *ac,
73 void (*invalidate_authorizer)(struct ceph_auth_client *ac,
77 void (*reset)(struct ceph_auth_client *ac);
79 void (*destroy)(struct ceph_auth_client *ac);
103 extern void ceph_auth_destroy(struct ceph_auth_client *ac);
105 extern void ceph_auth_reset(struct ceph_auth_client *ac);
107 extern int ceph_auth_build_hello(struct ceph_auth_client *ac,
109 extern int ceph_handle_auth_reply(struct ceph_auth_client *ac,
114 extern int ceph_build_auth(struct ceph_auth_client *ac,
117 extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
118 extern int ceph_auth_create_authorizer(struct ceph_auth_client *ac,
122 extern int ceph_auth_update_authorizer(struct ceph_auth_client *ac,
125 int ceph_auth_add_authorizer_challenge(struct ceph_auth_client *ac,
129 extern int ceph_auth_verify_authorizer_reply(struct ceph_auth_client *ac,
131 extern void ceph_auth_invalidate_authorizer(struct ceph_auth_client *ac,