Lines Matching refs:auth
127 ceph_auth_reset(monc->auth); in __close_session()
195 ret = ceph_auth_build_hello(monc->auth, in __open_session()
947 int is_auth = ceph_auth_is_authenticated(monc->auth); in delayed_work()
1017 monc->auth = ceph_auth_init(cl->options->name, in ceph_monc_init()
1019 if (IS_ERR(monc->auth)) { in ceph_monc_init()
1020 err = PTR_ERR(monc->auth); in ceph_monc_init()
1023 monc->auth->want_keys = in ceph_monc_init()
1072 ceph_auth_destroy(monc->auth); in ceph_monc_init()
1098 ceph_auth_destroy(monc->auth); in ceph_monc_stop()
1130 was_auth = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()
1132 ret = ceph_handle_auth_reply(monc->auth, msg->front.iov_base, in handle_auth_reply()
1145 } else if (!was_auth && ceph_auth_is_authenticated(monc->auth)) { in handle_auth_reply()
1150 cpu_to_le64(monc->auth->global_id); in handle_auth_reply()
1172 ret = ceph_build_auth(monc->auth, monc->m_auth->front.iov_base, in __validate_auth()