Searched refs:verified_boot_hash (Results 1 – 3 of 3) sorted by relevance
55 ASN1_OCTET_STRING* verified_boot_hash; member62 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_hash, ASN1_OCTET_STRING),313 hidl_vec<uint8_t>* verified_boot_hash) { in parse_root_of_trust() argument314 if (!verified_boot_key || !verified_boot_state || !device_locked || !verified_boot_hash) { in parse_root_of_trust()355 auto& vb_hash = root_of_trust->verified_boot_hash; in parse_root_of_trust()360 verified_boot_hash->resize(vb_hash->length); in parse_root_of_trust()361 memcpy(verified_boot_hash->data(), vb_hash->data, vb_hash->length); in parse_root_of_trust()
65 hidl_vec<uint8_t>* verified_boot_hash);
419 HidlBuf verified_boot_hash; in verify_attestation_record() local421 &verified_boot_state, &device_locked, &verified_boot_hash); in verify_attestation_record()429 EXPECT_EQ(prop_string, bin2hex(verified_boot_hash)); in verify_attestation_record()