Home
last modified time | relevance | path

Searched refs:AuthorizationSetDifferences (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/
H A DDeviceUniqueAttestationTest.cpp74 struct AuthorizationSetDifferences { struct
81 std::ostream& operator<<(std::ostream& o, const AuthorizationSetDifferences& diffs) { in operator <<()
101 AuthorizationSetDifferences difference(string aName, const AuthorizationSet& a, string bName, in difference()
103 AuthorizationSetDifferences diffs = {std::move(aName), std::move(bName), {}, {}}; in difference()