Home
last modified time | relevance | path

Searched defs:KeymasterDevice (Results 1 – 2 of 2) sorted by relevance

/external/nos/host/android/hals/keymaster/include/
DKeymasterDevice.h46 struct KeymasterDevice : public IKeymasterDevice { struct
112 uint32_t _os_version;
113 uint32_t _os_patchlevel;
114 uint32_t _vendor_patchlevel;
117 bool _is_unlocked;
118 BootColor _boot_color;
119 std::vector<uint8_t> _boot_key;
120 std::vector<uint8_t> _boot_hash;
/external/nos/host/android/hals/keymaster/
DKeymasterDevice.cpp304 KeymasterDevice::KeymasterDevice(KeymasterClient& keymaster) : in KeymasterDevice() function in android::hardware::keymaster::KeymasterDevice