Source release v3.5.0
This commit is contained in:
29
test/auth/test_keybox.h
Normal file
29
test/auth/test_keybox.h
Normal file
@@ -0,0 +1,29 @@
|
||||
// Copyright 2017 Google Inc. All Rights Reserved.
|
||||
|
||||
// TEST ONLY: Widevine Keybox
|
||||
|
||||
#ifndef TEST_AUTH_KEYBOX_H_
|
||||
#define TEST_AUTH_KEYBOX_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace wvcdm_test_auth {
|
||||
|
||||
extern const uint32_t kKeyboxSystemId;
|
||||
|
||||
extern const uint8_t* kKeybox;
|
||||
extern const uint8_t* kKeyboxValid02;
|
||||
extern const uint8_t* kKeyboxValid03;
|
||||
extern const size_t kKeyboxSize;
|
||||
|
||||
|
||||
const size_t kKeyboxDeviceIdOffset = 0;
|
||||
const size_t kKeyboxDeviceIdSize = 32;
|
||||
|
||||
const size_t kKeyboxDataOffset = 64;
|
||||
const size_t kKeyboxDataSize = 48;
|
||||
|
||||
} // namespace wvcdm_test_auth
|
||||
|
||||
#endif // TEST_AUTH_KEYBOX_H_
|
||||
Reference in New Issue
Block a user