Lines Matching refs:auth
131 ceph_auth_reset(monc->auth); in __close_session()
199 ret = ceph_auth_build_hello(monc->auth, in __open_session()
984 int is_auth = ceph_auth_is_authenticated(monc->auth); in delayed_work()
1055 monc->auth = ceph_auth_init(cl->options->name, in ceph_monc_init()
1057 if (IS_ERR(monc->auth)) { in ceph_monc_init()
1058 err = PTR_ERR(monc->auth); in ceph_monc_init()
1061 monc->auth->want_keys = in ceph_monc_init()
1110 ceph_auth_destroy(monc->auth); in ceph_monc_init()
1136 ceph_auth_destroy(monc->auth); in ceph_monc_stop()
1167 was_auth = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()
1169 ret = ceph_handle_auth_reply(monc->auth, msg->front.iov_base, in handle_auth_reply()
1182 } else if (!was_auth && ceph_auth_is_authenticated(monc->auth)) { in handle_auth_reply()
1187 cpu_to_le64(monc->auth->global_id); in handle_auth_reply()
1209 ret = ceph_build_auth(monc->auth, monc->m_auth->front.iov_base, in __validate_auth()