Searched refs:add_attestation_id (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | AttestKeyTest.cpp | 763 add_attestation_id(&attestation_id_tags, TAG_ATTESTATION_ID_BRAND, "brand"); in TEST_P() 764 add_attestation_id(&attestation_id_tags, TAG_ATTESTATION_ID_DEVICE, "device"); in TEST_P() 765 add_attestation_id(&attestation_id_tags, TAG_ATTESTATION_ID_PRODUCT, "name"); in TEST_P() 766 add_attestation_id(&attestation_id_tags, TAG_ATTESTATION_ID_MANUFACTURER, "manufacturer"); in TEST_P() 767 add_attestation_id(&attestation_id_tags, TAG_ATTESTATION_ID_MODEL, "model"); in TEST_P()
|
D | KeyMintAidlTestBase.h | 453 void add_attestation_id(AuthorizationSetBuilder* attestation_id_tags, in add_attestation_id() function
|
D | KeyMintTest.cpp | 2051 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_BRAND, "brand"); in TEST_P() 2052 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_DEVICE, "device"); in TEST_P() 2053 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_PRODUCT, "name"); in TEST_P() 2054 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_MANUFACTURER, "manufacturer"); in TEST_P() 2055 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_MODEL, "model"); in TEST_P() 2127 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_BRAND, "brand"); in TEST_P() 2128 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_DEVICE, "device"); in TEST_P() 2129 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_PRODUCT, "name"); in TEST_P() 2130 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_MANUFACTURER, "manufacturer"); in TEST_P() 2131 add_attestation_id(&extra_tags, TAG_ATTESTATION_ID_MODEL, "model"); in TEST_P()
|