Searched refs:want_keys (Results 1 – 3 of 3) sorted by relevance
29 missing = ac->want_keys & ~xi->have_keys; in ceph_x_is_authenticated()32 ac->want_keys, xi->have_keys, missing, !missing); in ceph_x_is_authenticated()43 ac->want_keys, xi->have_keys, need, !!need); in ceph_x_should_authenticate()460 int want = ac->want_keys; in ceph_x_validate_tickets()464 *pneed = ac->want_keys & ~(xi->have_keys); in ceph_x_validate_tickets()469 if (!(ac->want_keys & service)) in ceph_x_validate_tickets()503 dout("%s want 0x%x have 0x%x need 0x%x\n", __func__, ac->want_keys, in ceph_x_build_request()543 need = ac->want_keys & ~CEPH_ENTITY_TYPE_AUTH; in ceph_x_build_request()718 if (ac->want_keys == xi->have_keys) in ceph_x_handle_reply()
1175 monc->auth->want_keys = in ceph_monc_init()
99 unsigned want_keys; /* which services we want */ member
Completed in 8 milliseconds