/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | DeviceUniqueAttestationTest.cpp | 268 HidlBuf app_id("foo"); in TEST_P() local 273 .Authorization(TAG_ATTESTATION_APPLICATION_ID, app_id), in TEST_P() 291 AuthorizationSetBuilder().Authorization(TAG_ATTESTATION_APPLICATION_ID, app_id), in TEST_P() 315 HidlBuf app_id("foo"); in TEST_P() local 320 .Authorization(TAG_ATTESTATION_APPLICATION_ID, app_id), in TEST_P() 338 AuthorizationSetBuilder().Authorization(TAG_ATTESTATION_APPLICATION_ID, app_id), in TEST_P() 374 HidlBuf app_id("foo"); in TEST_P() local 379 .Authorization(TAG_ATTESTATION_APPLICATION_ID, app_id); in TEST_P() 407 AuthorizationSetBuilder().Authorization(TAG_ATTESTATION_APPLICATION_ID, app_id), in TEST_P() 438 HidlBuf app_id("foo"); in TEST_P() local [all …]
|
/hardware/google/pixel/vibrator/common/ |
D | CapoDetector.cpp | 95 ALOGI("%s, Id %" PRIu64 ", type %d, size %d", __func__, message.app_id, message.message_type, in handleNanoappMessage() 98 if (message.app_id != kCapoNanoappId) in handleNanoappMessage() 150 if (nanoapp->app_id == kCapoNanoappId) { in handleNanoappListResponse()
|
/hardware/google/pixel/pixelstats/ |
D | DropDetect.cpp | 118 if (nanoapp->app_id == kDropDetectAppId) { in handleNanoappListResponse() 188 if (message.app_id != kDropDetectAppId) in handleNanoappMessage()
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintTest.cpp | 915 auto app_id = "foo"; in TEST_P() local 925 .AttestationApplicationId(app_id) in TEST_P() 1127 auto app_id = "foo"; in TEST_P() local 1144 .AttestationApplicationId(app_id) in TEST_P() 1170 EXPECT_TRUE(verify_attestation_record(AidlVersion(), challenge, app_id, // in TEST_P() 1212 auto app_id = "foo"; in TEST_P() local 1222 .AttestationApplicationId(app_id) in TEST_P() 1292 auto app_id = "foo"; in TEST_P() local 1301 .AttestationApplicationId(app_id) in TEST_P() 1342 auto app_id = "foo"; in TEST_P() local [all …]
|
D | KeyBlobUpgradeTest.cpp | 227 std::string app_id; in UpgradeKeyBlobs() local 232 app_id = "appid"; in UpgradeKeyBlobs() 268 std::vector<uint8_t> app_id_v(app_id.begin(), app_id.end()); in UpgradeKeyBlobs()
|
D | KeyMintAidlTestBase.cpp | 470 const vector<uint8_t>& app_id, in GetCharacteristics() argument 474 keymint_->getKeyCharacteristics(key_blob, app_id, app_data, key_characteristics); in GetCharacteristics() 506 vector<uint8_t> app_id(app_id_string.begin(), app_id_string.end()); in CheckAppIdCharacteristics() local 509 ASSERT_EQ(ErrorCode::OK, GetCharacteristics(key_blob, app_id, app_data, &retrieved)); in CheckAppIdCharacteristics() 520 GetCharacteristics(key_blob, app_id, empty, ¬_retrieved)); in CheckAppIdCharacteristics() 1848 const string& app_id, // in verify_attestation_record() argument 1890 vector<uint8_t> appId(app_id.begin(), app_id.end()); in verify_attestation_record()
|
D | AttestKeyTest.cpp | 227 auto app_id = "foo"; in TEST_P() local 247 .AttestationApplicationId(app_id) in TEST_P() 266 ASSERT_TRUE(verify_attestation_record(AidlVersion(), challenge, app_id, // in TEST_P()
|
D | KeyMintAidlTestBase.h | 138 ErrorCode GetCharacteristics(const vector<uint8_t>& key_blob, const vector<uint8_t>& app_id, 416 const string& app_id, //
|
/hardware/libhardware/include_all/hardware/ |
D | context_hub.h | 131 struct hub_app_name_t app_id; // App Id contains vendor id member
|
/hardware/libhardware/include/hardware/ |
D | context_hub.h | 131 struct hub_app_name_t app_id; // App Id contains vendor id member
|
/hardware/interfaces/contexthub/1.0/default/ |
D | Contexthub.cpp | 453 .app_id.id = htole64(appBinary.appId), in loadNanoApp()
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 397 bool verify_attestation_record(const string& challenge, const string& app_id, in verify_attestation_record() argument 434 expected_sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, HidlBuf(app_id)); in verify_attestation_record() 4573 const string app_id(length, 'a'); in TEST_P() local 4577 .Authorization(TAG_ATTESTATION_APPLICATION_ID, HidlBuf(app_id)), in TEST_P() 4581 EXPECT_TRUE(verify_attestation_record("challenge", app_id, // in TEST_P()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 939 bool verify_attestation_record(const string& challenge, const string& app_id, in verify_attestation_record() argument 974 expected_sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, HidlBuf(app_id)); in verify_attestation_record()
|