Home
last modified time | relevance | path

Searched refs:authorizer (Results 1 – 9 of 9) sorted by relevance

/linux/net/ceph/
H A Dauth.c318 if (force_new && auth->authorizer) { in __ceph_auth_get_authorizer()
319 ceph_auth_destroy_authorizer(auth->authorizer); in __ceph_auth_get_authorizer()
320 auth->authorizer = NULL; in __ceph_auth_get_authorizer()
322 if (!auth->authorizer) in __ceph_auth_get_authorizer()
588 ret = ceph_auth_add_authorizer_challenge(ac, auth->authorizer, in ceph_auth_handle_svc_reply_more()
609 return ceph_auth_verify_authorizer_reply(ac, auth->authorizer, in ceph_auth_handle_svc_reply_done()
H A Dauth_none.c112 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
H A Dauth_x.c828 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer()
850 au = (struct ceph_x_authorizer *)auth->authorizer; in ceph_x_update_authorizer()
1132 ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_sign_message()
1151 ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_check_message_signature()
H A Dmon_client.c1363 void **authorizer, int *authorizer_len) in mon_get_auth_request() argument
1375 *authorizer = NULL; in mon_get_auth_request()
1383 void **authorizer, int *authorizer_len) in mon_handle_auth_reply_more() argument
1396 *authorizer = NULL; in mon_handle_auth_reply_more()
H A Dmessenger_v2.c1364 void *authorizer, *authorizer_copy; in prepare_auth_request() local
1376 &authorizer, &authorizer_len); in prepare_auth_request()
1392 memcpy(authorizer_copy, authorizer, authorizer_len); in prepare_auth_request()
1402 void *authorizer; in prepare_auth_request_more() local
1414 &authorizer, &authorizer_len); in prepare_auth_request_more()
1427 ctrl_len, authorizer, authorizer_len, true); in prepare_auth_request_more()
H A Dosd_client.c1251 if (osd->o_auth.authorizer) { in osd_cleanup()
1253 ceph_auth_destroy_authorizer(osd->o_auth.authorizer); in osd_cleanup()
5578 return ceph_auth_add_authorizer_challenge(ac, o->o_auth.authorizer,
5589 return ceph_auth_verify_authorizer_reply(ac, auth->authorizer, in osd_verify_authorizer_reply()
5606 void **authorizer, int *authorizer_len) in osd_get_auth_request()
5618 *authorizer = auth->authorizer_buf; in osd_get_auth_request()
5626 void **authorizer, int *authorizer_len) in osd_handle_auth_reply_more()
5638 *authorizer = auth->authorizer_buf; in osd_handle_auth_reply_more()
5603 osd_get_auth_request(struct ceph_connection * con,void * buf,int * buf_len,void ** authorizer,int * authorizer_len) osd_get_auth_request() argument
5623 osd_handle_auth_reply_more(struct ceph_connection * con,void * reply,int reply_len,void * buf,int * buf_len,void ** authorizer,int * authorizer_len) osd_handle_auth_reply_more() argument
/linux/include/linux/ceph/
H A Dauth.h23 struct ceph_authorizer *authorizer; member
H A Dmessenger.h62 void **authorizer, int *authorizer_len);
66 void **authorizer, int *authorizer_len);
/linux/fs/ceph/
H A Dmds_client.c971 if (s->s_auth.authorizer) in ceph_put_mds_session()
972 ceph_auth_destroy_authorizer(s->s_auth.authorizer); in ceph_put_mds_session()
7211 return ceph_auth_add_authorizer_challenge(ac, s->s_auth.authorizer, in mds_add_authorizer_challenge()
7222 return ceph_auth_verify_authorizer_reply(ac, auth->authorizer, in mds_verify_authorizer_reply()
7240 void **authorizer, int *authorizer_len) in mds_get_auth_request() argument
7252 *authorizer = auth->authorizer_buf; in mds_get_auth_request()
7260 void **authorizer, int *authorizer_len) in mds_handle_auth_reply_more() argument
7272 *authorizer = auth->authorizer_buf; in mds_handle_auth_reply_more()