Home
last modified time | relevance | path

Searched refs:vbmeta_digest (Results 1 – 6 of 6) sorted by relevance

/system/core/init/
Dproperty_service_test.cpp100 std::string vbmeta_digest = GetProperty("ro.boot.vbmeta.digest", ""); in TEST() local
101 ASSERT_GE(vbmeta_digest.size(), 8u); in TEST()
104 std::string expected_build_id = legacy_build_id + "." + vbmeta_digest.substr(0, 8); in TEST()
Dproperty_service.cpp873 std::string vbmeta_digest = GetProperty(VBMETA_DIGEST_PROP, ""); in property_initialize_build_id() local
874 if (vbmeta_digest.size() < DIGEST_SIZE_USED) { in property_initialize_build_id()
875 LOG(ERROR) << "vbmeta digest size too small " << vbmeta_digest; in property_initialize_build_id()
880 build_id = legacy_build_id + "." + vbmeta_digest.substr(0, DIGEST_SIZE_USED); in property_initialize_build_id()
/system/update_engine/aosp/
Dhardware_android.cc104 uint8_t vbmeta_digest[AVB_SHA256_DIGEST_SIZE]; in CalculateVbmetaDigestForInactiveSlot() local
106 avb_slot_data, AVB_DIGEST_TYPE_SHA256, vbmeta_digest); in CalculateVbmetaDigestForInactiveSlot()
109 base::HexEncode(vbmeta_digest, AVB_SHA256_DIGEST_SIZE); in CalculateVbmetaDigestForInactiveSlot()
/system/libsysprop/srcs/android/sysprop/
DOtaProperties.sysprop61 prop_name: "ota.other.vbmeta_digest",
/system/sepolicy/private/
Dproperty_contexts294 ota.other.vbmeta_digest u:object_r:ota_prop:s0 exact string
/system/sepolicy/prebuilts/api/31.0/private/
Dproperty_contexts294 ota.other.vbmeta_digest u:object_r:ota_prop:s0 exact string