Pick widevine oemcrypto-v18 change

No-Typo-Check: From a third party header file
Bug: 260918793
Test: unit tests
Test: atp v2/widevine-eng/drm_compliance
Change-Id: I36effd6a10a99bdb2399ab1f4a0fad026d607c70
This commit is contained in:
Kyle Zhang
2022-12-16 03:21:08 +00:00
parent 4586522c07
commit 11255b7426
105 changed files with 324641 additions and 299787 deletions

View File

@@ -161,8 +161,6 @@ void CryptoMetrics::Serialize(
crypto_metrics->mutable_oemcrypto_rewrap_device_rsa_key_30_time_us());
crypto_metrics->set_allocated_oemcrypto_security_patch_level(
oemcrypto_security_patch_level_.ToProto());
oemcrypto_select_key_.ToProto(
crypto_metrics->mutable_oemcrypto_select_key_time_us());
crypto_metrics->set_allocated_oemcrypto_usage_table_support(
oemcrypto_usage_table_support_.ToProto());
oemcrypto_update_usage_table_.ToProto(
@@ -213,6 +211,10 @@ void CryptoMetrics::Serialize(
oemcrypto_watermarking_support_.ToProto());
crypto_metrics->set_allocated_oemcrypto_production_readiness(
oemcrypto_production_readiness_.ToProto());
oemcrypto_get_key_handle_.ToProto(
crypto_metrics->mutable_oemcrypto_get_key_handle_time_us());
oemcrypto_get_signature_hash_algorithm_.ToProto(
crypto_metrics->mutable_oemcrypto_get_signature_hash_algorithm());
}
SessionMetrics::SessionMetrics() : session_id_(""), completed_(false) {}