Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/cxxbridge/
Dhwtrust.cpp39 BoxedDiceChain boxedChain = { std::move(res.chain) }; in Verify() local
40 auto diceChain = std::make_unique<BoxedDiceChain>(std::move(boxedChain)); in Verify()