Searched refs:want_keys (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ceph/ |
| H A D | auth_x.c | 45 missing = ac->want_keys & ~xi->have_keys; in ceph_x_is_authenticated() 48 ac->want_keys, xi->have_keys, missing, !missing); in ceph_x_is_authenticated() 59 ac->want_keys, xi->have_keys, need, !!need); in ceph_x_should_authenticate() 507 int want = ac->want_keys; in ceph_x_validate_tickets() 511 *pneed = ac->want_keys & ~(xi->have_keys); in ceph_x_validate_tickets() 516 if (!(ac->want_keys & service)) in ceph_x_validate_tickets() 550 dout("%s want 0x%x have 0x%x need 0x%x\n", __func__, ac->want_keys, in ceph_x_build_request() 604 need = ac->want_keys & ~CEPH_ENTITY_TYPE_AUTH; in ceph_x_build_request() 783 if (ac->want_keys == xi->have_keys) in ceph_x_handle_reply()
|
| H A D | mon_client.c | 1182 monc->auth->want_keys = in ceph_monc_init()
|
| /linux/include/linux/ceph/ |
| H A D | auth.h | 99 unsigned want_keys; /* which services we want */ member
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_ctx.py | 126 want_keys = ['rss-hash-key', 'rss-hash-function', 'rss-indirection-table'] 127 for k in want_keys:
|