Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon.c145 } else if (scope <= kUwMacaroonCaveatScopeTypeManager) { in get_closest_scope()
146 return kUwMacaroonCaveatScopeTypeManager; in get_closest_scope()
Dmacaroon_caveat.h38 kUwMacaroonCaveatScopeTypeManager = 8, enumerator
Dmacaroon_caveat.c39 case kUwMacaroonCaveatScopeTypeManager: in is_valid_scope_type_()
/external/libweave/src/privet/
Dauth_manager.cc252 return kUwMacaroonCaveatScopeTypeManager; in ToMacaroonScope()
264 if (scope <= kUwMacaroonCaveatScopeTypeManager) in FromMacaroonScope()