Searched defs:KeyData (Results 1 – 3 of 3) sorted by relevance
40 struct KeyData { struct45 std::tuple<ErrorCode, KeyData> GenerateKeyData(const AuthorizationSet& keyDescription) { in GenerateKeyData() argument
75 struct KeyData { struct76 vector<uint8_t> blob;77 vector<KeyCharacteristics> characteristics;
91 typedef KeyMintAidlTestBase::KeyData KeyData; typedef