Home
last modified time | relevance | path

Searched refs:prop_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/vboot_reference/firmware/lib/tpm2_lite/
H A Dtlcl.c660 uint8_t prop_string[16]; in TlclGetVersion() local
670 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()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp1890 string prop_string(property_value); in verify_root_of_trust() local
1891 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()
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp507 string prop_string(property_value); in verify_attestation_record() local
508 EXPECT_EQ(prop_string.size(), 64); in verify_attestation_record()
509 EXPECT_EQ(prop_string, bin2hex(verified_boot_hash)); in verify_attestation_record()