Searched refs:InstanceCreatorPtr (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/
H A Dandroid_keymaster_test_utils.h172 typedef std::shared_ptr<Keymaster2TestInstanceCreator> InstanceCreatorPtr; typedef in namespace:keymaster::test
175 class Keymaster2Test : public testing::TestWithParam<InstanceCreatorPtr> {
H A Dandroid_keymaster_test.cpp211 InstanceCreatorPtr(new SoftKeymasterTestInstanceCreator),
212 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(true /* support_ec */)),
213 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(false /* support_ec */)),
214 InstanceCreatorPtr(new Sha256OnlyKeymaster2TestInstanceCreator));
3325 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(true /* support_ec */)),
3326 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(false /* support_ec */))));

Completed in 64 milliseconds