Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test.cpp129 explicit Keymaster0AdapterTestInstanceCreator(bool support_ec) : support_ec_(support_ec) {} in Keymaster0AdapterTestInstanceCreator()
132 std::cerr << "Creating keymaster0-backed device (with ec: " << std::boolalpha << support_ec_ in CreateDevice()
142 if (!support_ec_) { in CreateDevice()
164 return support_ec_; in algorithm_in_km0_hardware()
173 return string("Wrapped fake keymaster0 ") + (support_ec_ ? "with" : "without") + in name()
180 bool support_ec_; member in keymaster::test::Keymaster0AdapterTestInstanceCreator