Searched refs:authorizer (Results 1 – 5 of 5) sorted by relevance
566 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer()588 au = (struct ceph_x_authorizer *)auth->authorizer; in ceph_x_update_authorizer()694 if (!auth->authorizer) in ceph_x_sign_message()696 ret = calcu_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_sign_message()710 if (!auth->authorizer) in ceph_x_check_message_signature()712 ret = calcu_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_check_message_signature()
88 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
1041 if (osd->o_auth.authorizer) in put_osd()1042 ceph_auth_destroy_authorizer(ac, osd->o_auth.authorizer); in put_osd()2943 if (force_new && auth->authorizer) { in get_authorizer()2944 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()2945 auth->authorizer = NULL; in get_authorizer()2947 if (!auth->authorizer) { in get_authorizer()2970 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer, len); in verify_authorizer_reply()
19 struct ceph_authorizer *authorizer; member
379 if (s->s_auth.authorizer) in ceph_put_mds_session()382 s->s_auth.authorizer); in ceph_put_mds_session()3782 if (force_new && auth->authorizer) { in get_authorizer()3783 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()3784 auth->authorizer = NULL; in get_authorizer()3786 if (!auth->authorizer) { in get_authorizer()3809 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer, len); in verify_authorizer_reply()