Fix System ID problem for devices with no keybox
Merge from Widevine repo of http://go/wvgerrit/139372 Revert workaround for falling back to L3 (Partially merged previously) Merge from Widevine repo of http://go/wvgerrit/139498 Guard against double initialize (Partially merged previously) Merge from Widevine repo of http://go/wvgerrit/139343 Use a placeholder ID for devices missing a system ID Merge from Widevine repo of http://go/wvgerrit/140934 Check security-level during OpenSession. Merge from Widevine repo of https://go/wvgerrit/141469 Make OTAKeyboxSupported handle the short buffer return code Bug: 187646550 Bug: 206670307 Bug: 206570220 Bug: 205896558 Bug: 205041153 Test: Manual test on flame Change-Id: I71f5faf6b611337b82d8b6179251f6b0224780e6
This commit is contained in:
committed by
Jeff Tinker
parent
8aabf20134
commit
f6d682b182
@@ -293,7 +293,7 @@ class CryptoSession {
|
||||
|
||||
// OTA Provisioning
|
||||
|
||||
bool needs_keybox_provisioning() const { return needs_keybox_provisioning_; }
|
||||
static bool needs_keybox_provisioning() { return needs_keybox_provisioning_; }
|
||||
|
||||
// This tells the OEMCrypto adapter to ignore the next |count| keyboxes and
|
||||
// report that it needs provisioning instead.
|
||||
|
||||
Reference in New Issue
Block a user