Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_device.cpp454 std::vector<uint8_t>* rootOfTrust) { in getRootOfTrust() argument
455 if (!rootOfTrust) { in getRootOfTrust()
465 *rootOfTrust = std::move(response.rootOfTrust); in getRootOfTrust()
Dremote_keymint_device.h88 std::vector<uint8_t>* rootOfTrust) override;
90 const std::vector<uint8_t>& rootOfTrust) override;