Searched defs:KeymasterBlob (Results 1 – 3 of 3) sorted by relevance
25 struct KeymasterBlob : public ::android::Parcelable { struct26 KeymasterBlob(){}; in KeymasterBlob() argument27 explicit KeymasterBlob(hardware::hidl_vec<uint8_t> data) : data_(data) {} in KeymasterBlob() function30 const hardware::hidl_vec<uint8_t>& getData() const { return data_; } in getData()
36 typedef TKeymasterBlob<keymaster_blob_t> KeymasterBlob; typedef
401 typedef TKeymasterBlob<keymaster_blob_t> KeymasterBlob; typedef