Home
last modified time | relevance | path

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

/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp337 const string& attest_app_id, in AttestKey() argument
344 attest_params.push_back(TAG_ATTESTATION_APPLICATION_ID, attest_app_id.data(), in AttestKey()
345 attest_app_id.length()); in AttestKey()
H A Dandroid_keymaster_test_utils.h218 const std::string& attest_app_id, keymaster_cert_chain_t* chain);
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp1655 auto attest_app_id = "foo"; in TEST_P() local
1673 .AttestationApplicationId(attest_app_id) in TEST_P()
1689 EXPECT_TRUE(verify_attestation_record(challenge, attest_app_id, sw_enforced, hw_enforced, in TEST_P()