Searched defs:KeymasterDevice (Results 1 – 2 of 2) sorted by relevance
46 struct KeymasterDevice : public IKeymasterDevice { struct112 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;
304 KeymasterDevice::KeymasterDevice(KeymasterClient& keymaster) : in KeymasterDevice() function in android::hardware::keymaster::KeymasterDevice