Lines Matching refs:auth
4458 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer()
4459 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer() local
4461 if (force_new && auth->authorizer) { in get_authorizer()
4462 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()
4463 auth->authorizer = NULL; in get_authorizer()
4465 if (!auth->authorizer) { in get_authorizer()
4467 auth); in get_authorizer()
4472 auth); in get_authorizer()
4478 return auth; in get_authorizer()
4486 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply()
4495 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer()
4504 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message() local
4506 return ceph_auth_sign_message(auth, msg); in osd_sign_message()
4512 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature() local
4514 return ceph_auth_check_message_signature(auth, msg); in osd_check_message_signature()