Implement provisioning 3.0 functionality in oemcrypto mock
Merge from widevine repo of http://go/wvgerrit/21684 This CL adds provisioning 3.0 functionality to the OEMCrypto reference implementation. Change-Id: I60c1fd88f246d443e0ae59ad56862c2ea9d95445
This commit is contained in:
14
libwvdrmengine/oemcrypto/mock/src/oem_cert.h
Normal file
14
libwvdrmengine/oemcrypto/mock/src/oem_cert.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// This header is used to access the OEM certificate if one is in use.
|
||||
#ifndef OEM_CERT_H_
|
||||
#define OEM_CERT_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
extern const uint8_t kOEMPrivateKey[];
|
||||
extern const size_t kOEMPrivateKeySize;
|
||||
|
||||
extern const uint8_t kOEMPublicCert[];
|
||||
extern const size_t kOEMPublicCertSize;
|
||||
|
||||
#endif // OEM_CERT_H_
|
||||
Reference in New Issue
Block a user