Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dauth_none.c88 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
Dauth_x.c575 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer()
597 au = (struct ceph_x_authorizer *)auth->authorizer; in ceph_x_update_authorizer()
705 ret = calcu_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_sign_message()
722 ret = calcu_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_check_message_signature()
Dosd_client.c1057 if (osd->o_auth.authorizer) in put_osd()
1058 ceph_auth_destroy_authorizer(ac, osd->o_auth.authorizer); in put_osd()
2939 if (force_new && auth->authorizer) { in get_authorizer()
2940 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()
2941 auth->authorizer = NULL; in get_authorizer()
2943 if (!auth->authorizer) { in get_authorizer()
2966 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer, len); in verify_authorizer_reply()
/linux-4.4.14/include/linux/ceph/
Dauth.h19 struct ceph_authorizer *authorizer; member
/linux-4.4.14/fs/ceph/
Dmds_client.c380 if (s->s_auth.authorizer) in ceph_put_mds_session()
383 s->s_auth.authorizer); in ceph_put_mds_session()
3883 if (force_new && auth->authorizer) { in get_authorizer()
3884 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()
3885 auth->authorizer = NULL; in get_authorizer()
3887 if (!auth->authorizer) { in get_authorizer()
3910 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer, len); in verify_authorizer_reply()