Searched refs:Keymaster0AdapterTestInstanceCreator (Results 1 – 1 of 1) sorted by relevance
127 class Keymaster0AdapterTestInstanceCreator : public Keymaster2TestInstanceCreator { class129 explicit Keymaster0AdapterTestInstanceCreator(bool support_ec) : support_ec_(support_ec) {} in Keymaster0AdapterTestInstanceCreator() function in keymaster::test::Keymaster0AdapterTestInstanceCreator255 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(true /* support_ec */)),256 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(false /* support_ec */)),3237 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(true /* support_ec */)),3238 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(false /* support_ec */))));