Searched refs:prop_string (Results 1 – 3 of 3) sorted by relevance
660 uint8_t prop_string[16]; in TlclGetVersion() local670 prop_value, prop_string + total_size); in TlclGetVersion()672 total_size + prop_len <= sizeof(prop_string)); in TlclGetVersion()680 memcpy(vendor_specific_buf, prop_string, total_size); in TlclGetVersion()
1890 string prop_string(property_value); in verify_root_of_trust() local1891 EXPECT_EQ(prop_string.size(), 64); in verify_root_of_trust()1892 EXPECT_EQ(prop_string, bin2hex(verified_boot_hash)); in verify_root_of_trust()
507 string prop_string(property_value); in verify_attestation_record() local508 EXPECT_EQ(prop_string.size(), 64); in verify_attestation_record()509 EXPECT_EQ(prop_string, bin2hex(verified_boot_hash)); in verify_attestation_record()