Searched defs:TokenInterface (Results 1 – 1 of 1) sorted by relevance
61 struct TokenInterface { struct62 sp<IBase> interface;63 uint64_t id;64 hidl_vec<uint8_t> token; // First eight bytes are tokenId. Remaining bytes are hmac.