Searched refs:attest_app_id (Results 1 – 3 of 3) sorted by relevance
337 const string& attest_app_id, in AttestKey() argument344 attest_params.push_back(TAG_ATTESTATION_APPLICATION_ID, attest_app_id.data(), in AttestKey()345 attest_app_id.length()); in AttestKey()
218 const std::string& attest_app_id, keymaster_cert_chain_t* chain);
1655 auto attest_app_id = "foo"; in TEST_P() local1673 .AttestationApplicationId(attest_app_id) in TEST_P()1689 EXPECT_TRUE(verify_attestation_record(challenge, attest_app_id, sw_enforced, hw_enforced, in TEST_P()