Lines Matching refs:auth
1039 struct ceph_auth_client *ac = osd->o_osdc->client->monc.auth; in put_osd()
2940 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer()
2941 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer() local
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()
2949 auth); in get_authorizer()
2954 auth); in get_authorizer()
2960 return auth; in get_authorizer()
2968 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply()
2977 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer()
2986 struct ceph_auth_handshake *auth = &o->o_auth; in sign_message() local
2987 return ceph_auth_sign_message(auth, msg); in sign_message()
2993 struct ceph_auth_handshake *auth = &o->o_auth; in check_message_signature() local
2994 return ceph_auth_check_message_signature(auth, msg); in check_message_signature()