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