Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon.c128 .granted_scope = kUwMacaroonCaveatScopeTypeOwner, in init_validation_result()
143 if (scope <= kUwMacaroonCaveatScopeTypeOwner) { in get_closest_scope()
144 return kUwMacaroonCaveatScopeTypeOwner; in get_closest_scope()
Dmacaroon_caveat.h37 kUwMacaroonCaveatScopeTypeOwner = 2, enumerator
Dmacaroon_caveat.c38 case kUwMacaroonCaveatScopeTypeOwner: in is_valid_scope_type_()
/external/libweave/src/privet/
Dauth_manager.cc254 return kUwMacaroonCaveatScopeTypeOwner; in ToMacaroonScope()
262 if (scope <= kUwMacaroonCaveatScopeTypeOwner) in FromMacaroonScope()