blob: 167f9327fbb419217d5e7b2607655c0085bbc532 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef HWSEC_TEST_UTILS_ATTESTATION_INJECTED_KEYS_UTILITY_H_
#define HWSEC_TEST_UTILS_ATTESTATION_INJECTED_KEYS_UTILITY_H_
#include <attestation/proto_bindings/google_key.pb.h>
namespace hwsec_test_utils {
attestation::DefaultGoogleRsaPublicKeySet GenerateAttestationGoogleKeySet();
} // namespace hwsec_test_utils
#endif // HWSEC_TEST_UTILS_ATTESTATION_INJECTED_KEYS_UTILITY_H_