Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test_utils.h172 typedef std::shared_ptr<Keymaster2TestInstanceCreator> InstanceCreatorPtr; typedef
175 class Keymaster2Test : public testing::TestWithParam<InstanceCreatorPtr> {
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 */))));