Home
last modified time | relevance | path

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

/Linux-v5.4/net/ceph/
Dauth_none.c109 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
Dauth_x.c650 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()
Dosd_client.c1220 if (osd->o_auth.authorizer) { in osd_cleanup()
1222 ceph_auth_destroy_authorizer(osd->o_auth.authorizer); in osd_cleanup()
5591 if (force_new && auth->authorizer) { in get_authorizer()
5592 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()
5593 auth->authorizer = NULL; in get_authorizer()
5595 if (!auth->authorizer) { in get_authorizer()
5618 return ceph_auth_add_authorizer_challenge(ac, o->o_auth.authorizer, in add_authorizer_challenge()
5628 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer); in verify_authorizer_reply()
/Linux-v5.4/include/linux/ceph/
Dauth.h23 struct ceph_authorizer *authorizer; member
/Linux-v5.4/fs/ceph/
Dmds_client.c557 if (s->s_auth.authorizer) in ceph_put_mds_session()
558 ceph_auth_destroy_authorizer(s->s_auth.authorizer); in ceph_put_mds_session()
4696 if (force_new && auth->authorizer) { in get_authorizer()
4697 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()
4698 auth->authorizer = NULL; in get_authorizer()
4700 if (!auth->authorizer) { in get_authorizer()
4723 return ceph_auth_add_authorizer_challenge(ac, s->s_auth.authorizer, in add_authorizer_challenge()
4733 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer); in verify_authorizer_reply()