Lines Matching refs:auth
1055 struct ceph_auth_client *ac = osd->o_osdc->client->monc.auth; in put_osd()
2936 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer()
2937 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer() local
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()
2945 auth); in get_authorizer()
2950 auth); in get_authorizer()
2956 return auth; in get_authorizer()
2964 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply()
2973 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer()
2982 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message() local
2984 return ceph_auth_sign_message(auth, msg); in osd_sign_message()
2990 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature() local
2992 return ceph_auth_check_message_signature(auth, msg); in osd_check_message_signature()