Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/performance/
DKeyMintBenchmark.cpp297 std::vector<uint8_t> o_put; in Update() local
299 {} /* timestampToken */, &o_put); in Update()
301 if (result.isOk() && output) *output = {o_put.begin(), o_put.end()}; in Update()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp512 std::vector<uint8_t> o_put; in Update() local
513 result = op_->update(vector<uint8_t>(input.begin(), input.end()), {}, {}, &o_put); in Update()
515 if (result.isOk()) output->append(o_put.begin(), o_put.end()); in Update()