Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.1/vts/functional/
DDeviceUniqueAttestationTest.cpp50 string bin2hex(const hidl_vec<uint8_t>& data) { in bin2hex() function
103 EXPECT_EQ(vb_meta_digest, bin2hex(root_of_trust.verified_boot_hash)); in check_root_of_trust()
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp124 string bin2hex(const hidl_vec<uint8_t>& data) { in bin2hex() function
262 if (dump_Attestations) std::cout << bin2hex(chain[i]) << std::endl; in verify_chain()
432 EXPECT_EQ(prop_string, bin2hex(verified_boot_hash)); in verify_attestation_record()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp234 string bin2hex(const hidl_vec<uint8_t>& data) { in bin2hex() function
330 if (dump_Attestations) std::cout << bin2hex(chain[i]) << std::endl; in verify_chain()