Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dauth_x.c566 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()
Dauth_none.c88 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
Dosd_client.c1041 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()
/linux-4.1.27/include/linux/ceph/
Dauth.h19 struct ceph_authorizer *authorizer; member
/linux-4.1.27/fs/ceph/
Dmds_client.c379 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()