Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test.cpp124 class Keymaster0AdapterTestInstanceCreator : public Keymaster2TestInstanceCreator { class
126 Keymaster0AdapterTestInstanceCreator(bool support_ec) : support_ec_(support_ec) {} in Keymaster0AdapterTestInstanceCreator() function in keymaster::test::Keymaster0AdapterTestInstanceCreator
212 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(true /* support_ec */)),
213 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(false /* support_ec */)),
3325 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(true /* support_ec */)),
3326 InstanceCreatorPtr(new Keymaster0AdapterTestInstanceCreator(false /* support_ec */))));