Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/
H A DDeviceUniqueAttestationTest.cpp60 string bin2hex(const hidl_vec<uint8_t>& data) { in bin2hex() function
117 EXPECT_EQ(vb_meta_digest, bin2hex(root_of_trust.verified_boot_hash)); in check_root_of_trust()
283 for (auto cert_ : cert_chain) dumpContent(bin2hex(cert_)); in TEST_P()
330 for (auto cert_ : cert_chain) dumpContent(bin2hex(cert_)); in TEST_P()
389 for (auto cert_ : cert_chain) dumpContent(bin2hex(cert_)); in TEST_P()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DDeviceUniqueAttestationTest.cpp36 std::cout << bin2hex(cert_chain_[0].encodedCertificate) << std::endl; in CheckUniqueAttestationResults()
H A DKeyMintAidlTestBase.h344 string bin2hex(const vector<uint8_t>& data);
H A DKeyMintAidlTestBase.cpp1410 EXPECT_EQ(prop_string, bin2hex(verified_boot_hash)); in verify_attestation_record()
1469 string bin2hex(const vector<uint8_t>& data) { in bin2hex() function
1506 cert_data << bin2hex(chain[i].encodedCertificate) << std::endl; in ChainSignaturesAreValid()
H A DKeyMintTest.cpp6492 std::cout << bin2hex(cert_chain_[n].encodedCertificate) << std::endl; in TEST_P()
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp141 string bin2hex(const hidl_vec<uint8_t>& data) { in bin2hex() function
327 if (dump_Attestations) std::cout << bin2hex(chain[i]) << std::endl; in verify_chain()
503 EXPECT_EQ(prop_string, bin2hex(verified_boot_hash)); in verify_attestation_record()
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A 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()