Home
last modified time | relevance | path

Searched refs:boot_pl (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/security/keymint/aidl/vts/functional/
DDeviceUniqueAttestationTest.cpp179 auto boot_pl = auths.GetTagValue(TAG_BOOT_PATCHLEVEL); in TEST_P() local
180 if (boot_pl) { in TEST_P()
181 hw_enforced.Authorization(TAG_BOOT_PATCHLEVEL, *boot_pl); in TEST_P()
235 auto boot_pl = auths.GetTagValue(TAG_BOOT_PATCHLEVEL); in TEST_P() local
236 if (boot_pl) { in TEST_P()
237 hw_enforced.Authorization(TAG_BOOT_PATCHLEVEL, *boot_pl); in TEST_P()
332 auto boot_pl = auths.GetTagValue(TAG_BOOT_PATCHLEVEL); in TEST_P() local
333 if (boot_pl) { in TEST_P()
334 hw_enforced.Authorization(TAG_BOOT_PATCHLEVEL, *boot_pl); in TEST_P()
DKeyMintTest.cpp668 auto boot_pl = auths.GetTagValue(TAG_BOOT_PATCHLEVEL); in CheckCommonParams() local
669 EXPECT_TRUE(boot_pl); in CheckCommonParams()