Lines Matching refs:auth
381 s->s_mdsc->fsc->client->monc.auth, in ceph_put_mds_session()
3779 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in get_authorizer()
3780 struct ceph_auth_handshake *auth = &s->s_auth; in get_authorizer() local
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()
3788 auth); in get_authorizer()
3793 auth); in get_authorizer()
3799 return auth; in get_authorizer()
3807 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in verify_authorizer_reply()
3816 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in invalidate_authorizer()
3847 struct ceph_auth_handshake *auth = &s->s_auth; in sign_message() local
3848 return ceph_auth_sign_message(auth, msg); in sign_message()
3854 struct ceph_auth_handshake *auth = &s->s_auth; in check_message_signature() local
3855 return ceph_auth_check_message_signature(auth, msg); in check_message_signature()