Searched refs:authorizer (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/ceph/ |
A D | auth.c | 316 if (force_new && auth->authorizer) { in __ceph_auth_get_authorizer() 317 ceph_auth_destroy_authorizer(auth->authorizer); in __ceph_auth_get_authorizer() 318 auth->authorizer = NULL; in __ceph_auth_get_authorizer() 320 if (!auth->authorizer) in __ceph_auth_get_authorizer() 586 ret = ceph_auth_add_authorizer_challenge(ac, auth->authorizer, in ceph_auth_handle_svc_reply_more() 607 return ceph_auth_verify_authorizer_reply(ac, auth->authorizer, in ceph_auth_handle_svc_reply_done()
|
A D | auth_none.c | 112 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
|
A D | auth_x.c | 758 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer() 780 au = (struct ceph_x_authorizer *)auth->authorizer; in ceph_x_update_authorizer() 1036 ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_sign_message() 1055 ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_check_message_signature()
|
A D | mon_client.c | 1352 void **authorizer, int *authorizer_len) in mon_get_auth_request() argument 1364 *authorizer = NULL; in mon_get_auth_request() 1372 void **authorizer, int *authorizer_len) in mon_handle_auth_reply_more() argument 1385 *authorizer = NULL; in mon_handle_auth_reply_more()
|
A D | messenger_v2.c | 1281 void *authorizer, *authorizer_copy; in prepare_auth_request() local 1293 &authorizer, &authorizer_len); in prepare_auth_request() 1309 memcpy(authorizer_copy, authorizer, authorizer_len); in prepare_auth_request() 1319 void *authorizer; in prepare_auth_request_more() local 1331 &authorizer, &authorizer_len); in prepare_auth_request_more() 1344 ctrl_len, authorizer, authorizer_len, true); in prepare_auth_request_more()
|
A D | osd_client.c | 1200 if (osd->o_auth.authorizer) { in osd_cleanup() 1202 ceph_auth_destroy_authorizer(osd->o_auth.authorizer); in osd_cleanup() 5509 return ceph_auth_add_authorizer_challenge(ac, o->o_auth.authorizer, in osd_add_authorizer_challenge() 5520 return ceph_auth_verify_authorizer_reply(ac, auth->authorizer, in osd_verify_authorizer_reply() 5537 void **authorizer, int *authorizer_len) in osd_get_auth_request() argument 5549 *authorizer = auth->authorizer_buf; in osd_get_auth_request() 5557 void **authorizer, int *authorizer_len) in osd_handle_auth_reply_more() argument 5569 *authorizer = auth->authorizer_buf; in osd_handle_auth_reply_more()
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | auth.h | 23 struct ceph_authorizer *authorizer; member
|
A D | messenger.h | 60 void **authorizer, int *authorizer_len); 64 void **authorizer, int *authorizer_len);
|
/linux-6.3-rc2/fs/ceph/ |
A D | mds_client.c | 764 if (s->s_auth.authorizer) in ceph_put_mds_session() 765 ceph_auth_destroy_authorizer(s->s_auth.authorizer); in ceph_put_mds_session() 5419 return ceph_auth_add_authorizer_challenge(ac, s->s_auth.authorizer, in mds_add_authorizer_challenge() 5430 return ceph_auth_verify_authorizer_reply(ac, auth->authorizer, in mds_verify_authorizer_reply() 5448 void **authorizer, int *authorizer_len) in mds_get_auth_request() argument 5460 *authorizer = auth->authorizer_buf; in mds_get_auth_request() 5468 void **authorizer, int *authorizer_len) in mds_handle_auth_reply_more() argument 5480 *authorizer = auth->authorizer_buf; in mds_handle_auth_reply_more()
|
Completed in 38 milliseconds