Searched refs:authorizer (Results 1 – 5 of 5) sorted by relevance
109 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
650 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer()672 au = (struct ceph_x_authorizer *)auth->authorizer; in ceph_x_update_authorizer()879 ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_sign_message()898 ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_check_message_signature()
1221 if (osd->o_auth.authorizer) { in osd_cleanup()1223 ceph_auth_destroy_authorizer(osd->o_auth.authorizer); in osd_cleanup()5590 if (force_new && auth->authorizer) { in get_authorizer()5591 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()5592 auth->authorizer = NULL; in get_authorizer()5594 if (!auth->authorizer) { in get_authorizer()5617 return ceph_auth_add_authorizer_challenge(ac, o->o_auth.authorizer, in add_authorizer_challenge()5627 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer); in verify_authorizer_reply()
23 struct ceph_authorizer *authorizer; member
660 if (s->s_auth.authorizer) in ceph_put_mds_session()661 ceph_auth_destroy_authorizer(s->s_auth.authorizer); in ceph_put_mds_session()5085 if (force_new && auth->authorizer) { in get_authorizer()5086 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()5087 auth->authorizer = NULL; in get_authorizer()5089 if (!auth->authorizer) { in get_authorizer()5112 return ceph_auth_add_authorizer_challenge(ac, s->s_auth.authorizer, in add_authorizer_challenge()5122 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer); in verify_authorizer_reply()