Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon.c147 } else if (scope <= kUwMacaroonCaveatScopeTypeUser) { in get_closest_scope()
148 return kUwMacaroonCaveatScopeTypeUser; in get_closest_scope()
Dmacaroon_caveat.h39 kUwMacaroonCaveatScopeTypeUser = 14, enumerator
Dmacaroon_caveat.c40 case kUwMacaroonCaveatScopeTypeUser: in is_valid_scope_type_()
/external/libweave/src/privet/
Dauth_manager.cc250 return kUwMacaroonCaveatScopeTypeUser; in ToMacaroonScope()
266 if (scope <= kUwMacaroonCaveatScopeTypeUser) in FromMacaroonScope()