Searched refs:MaxOperationsTest (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 3827 typedef KeymasterHidlTest MaxOperationsTest; typedef 3834 TEST_P(MaxOperationsTest, TestLimitAes) { in TEST_P() argument 3859 TEST_P(MaxOperationsTest, TestLimitRsa) { in TEST_P() argument 4214 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(MaxOperationsTest); 4215 INSTANTIATE_TEST_SUITE_P(PerInstance, MaxOperationsTest, kKeymasterDeviceChoices,
|
/aosp12/system/keymaster/tests/ |
H A D | android_keymaster_test.cpp | 3586 typedef Keymaster2Test MaxOperationsTest; typedef 3587 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, MaxOperationsTest, test_params); 3589 TEST_P(MaxOperationsTest, TestLimit) { in TEST_P() argument 3608 TEST_P(MaxOperationsTest, TestAbort) { in TEST_P() argument
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 4253 typedef KeymasterHidlTest MaxOperationsTest; typedef 4260 TEST_P(MaxOperationsTest, TestLimitAes) { in TEST_P() argument 4287 TEST_P(MaxOperationsTest, TestLimitRsa) { in TEST_P() argument 4308 INSTANTIATE_KEYMASTER_HIDL_TEST(MaxOperationsTest);
|
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintTest.cpp | 5835 typedef KeyMintAidlTestBase MaxOperationsTest; typedef 5842 TEST_P(MaxOperationsTest, TestLimitAes) { in TEST_P() argument 5869 TEST_P(MaxOperationsTest, TestLimitRsa) { in TEST_P() argument 5891 INSTANTIATE_KEYMINT_AIDL_TEST(MaxOperationsTest);
|