Searched refs:authorizer (Results 1 – 6 of 6) sorted by relevance
4 Subject: [PATCH] Fix safe mode authorizer callback to reject disallowed UDFs6 Fix safe mode authorizer callback to reject disallowed UDFs. Reported at Forum post 07beac8056151b2…
23 struct ceph_authorizer *authorizer; member
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()
1200 if (osd->o_auth.authorizer) { in osd_cleanup()1202 ceph_auth_destroy_authorizer(osd->o_auth.authorizer); in osd_cleanup()5526 if (force_new && auth->authorizer) { in get_authorizer()5527 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()5528 auth->authorizer = NULL; in get_authorizer()5530 if (!auth->authorizer) { in get_authorizer()5553 return ceph_auth_add_authorizer_challenge(ac, o->o_auth.authorizer, in add_authorizer_challenge()5563 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer); in verify_authorizer_reply()
670 if (s->s_auth.authorizer) in ceph_put_mds_session()671 ceph_auth_destroy_authorizer(s->s_auth.authorizer); in ceph_put_mds_session()5167 if (force_new && auth->authorizer) { in get_authorizer()5168 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()5169 auth->authorizer = NULL; in get_authorizer()5171 if (!auth->authorizer) { in get_authorizer()5194 return ceph_auth_add_authorizer_challenge(ac, s->s_auth.authorizer, in add_authorizer_challenge()5204 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer); in verify_authorizer_reply()