Source release 15.0.0
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
|
||||
namespace wvoec {
|
||||
|
||||
// This is a test keybox. They will not be accepted by production systems.
|
||||
// By using known keyboxes for these tests, the results for a given set of
|
||||
// inputs to a test are predictable and can be compared to the actual results.
|
||||
// This is a test keybox. It will not be accepted by production systems. By
|
||||
// using a known keybox for these tests, the results for a given set of inputs
|
||||
// to a test are predictable and can be compared to the actual results.
|
||||
static const WidevineKeybox kTestKeybox = {
|
||||
// Sample keybox used for test vectors
|
||||
{
|
||||
@@ -681,6 +681,8 @@ static const uint8_t kTestKeyRSAEuler_2048[] = {
|
||||
0x33, 0xe0, 0xdb, 0x03,
|
||||
};
|
||||
|
||||
static const uint8_t kTestSandbox[] = { 0x01, 0x02, 0x03 };
|
||||
|
||||
} // namespace wvoec
|
||||
|
||||
#endif // CDM_OEC_TEST_DATA_H_
|
||||
|
||||
Reference in New Issue
Block a user