Source release 17.1.1
This commit is contained in:
@@ -7,16 +7,12 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "OEMCryptoCENCCommon.h"
|
||||
#include "oem_cert.h"
|
||||
#include "oem_cert_test.h"
|
||||
#include "oemcrypto_oem_cert.h"
|
||||
#include "oemcrypto_rsa_key.h"
|
||||
|
||||
namespace wvoec {
|
||||
namespace util {
|
||||
using wvoec_ref::kOEMPrivateKey;
|
||||
using wvoec_ref::kOEMPrivateKeySize;
|
||||
using wvoec_ref::kOEMPublicCert;
|
||||
using wvoec_ref::kOEMPublicCertSize;
|
||||
namespace {
|
||||
const std::vector<uint8_t> kOEMPrivateKeyVector(kOEMPrivateKey,
|
||||
kOEMPrivateKey +
|
||||
|
||||
Reference in New Issue
Block a user