Home | History | Annotate | Download | only in keymaster

Lines Matching full:support_ec_

126     Keymaster0AdapterTestInstanceCreator(bool support_ec) : support_ec_(support_ec) {}
129 std::cerr << "Creating keymaster0-backed device (with ec: " << std::boolalpha << support_ec_
139 if (!support_ec_) {
161 return support_ec_;
173 bool support_ec_;