Searched refs:os_patch_level (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | DeviceUniqueAttestationTest.cpp | 168 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()); in TEST_P() 225 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()); in TEST_P() 320 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()); in TEST_P()
|
D | KeyMintAidlTestBase.h | 101 uint32_t os_patch_level() { return os_patch_level_; } in os_patch_level() function
|
D | KeyMintTest.cpp | 658 EXPECT_EQ(*os_pl, os_patch_level()); in CheckCommonParams()
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | DeviceUniqueAttestationTest.cpp | 301 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()), in TEST_P() 348 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()), in TEST_P() 402 .Authorization(TAG_OS_PATCHLEVEL, os_patch_level()); in TEST_P()
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.h | 99 uint32_t os_patch_level() { return os_patch_level_; } in os_patch_level() function
|
D | keymaster_hidl_hal_test.cpp | 599 os_patch_level(), // system.img patch level in CheckBaseParams() 601 << "OS patch level is " << os_patch_level() in CheckBaseParams() 605 os_patch_level(), // system.img patch level in CheckBaseParams() 607 << "OS patch level is " << os_patch_level() in CheckBaseParams()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 450 uint32_t os_patch_level() { return os_patch_level_; } in os_patch_level() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest 1083 EXPECT_TRUE(auths.Contains(TAG_OS_PATCHLEVEL, os_patch_level())) in CheckBaseParams() 1084 << "OS patch level is " << os_patch_level() << " key reported " in CheckBaseParams()
|