Lines Matching refs:auth
15 #include <linux/ceph/auth.h>
108 * Send an auth request.
133 ceph_auth_reset(monc->auth);
201 ret = ceph_auth_build_hello(monc->auth,
1027 int is_auth = ceph_auth_is_authenticated(monc->auth);
1102 monc->auth = ceph_auth_init(cl->options->name,
1104 if (IS_ERR(monc->auth)) {
1105 err = PTR_ERR(monc->auth);
1108 monc->auth->want_keys =
1157 ceph_auth_destroy(monc->auth);
1181 * finishes before we shut down the auth subsystem.
1185 ceph_auth_destroy(monc->auth);
1216 was_auth = ceph_auth_is_authenticated(monc->auth);
1218 ret = ceph_handle_auth_reply(monc->auth, msg->front.iov_base,
1231 } else if (!was_auth && ceph_auth_is_authenticated(monc->auth)) {
1236 cpu_to_le64(monc->auth->global_id);
1258 ret = ceph_build_auth(monc->auth, monc->m_auth->front.iov_base,