Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon.c128 .granted_scope = kUwMacaroonCaveatScopeTypeOwner, in init_validation_result()
137 .granted_scope = UW_MACAROON_CAVEAT_SCOPE_LOWEST_POSSIBLE}; in reset_validation_result()
184 result->granted_scope = get_closest_scope(result->granted_scope); in uw_macaroon_validate_()
Dmacaroon.h45 UwMacaroonCaveatScopeType granted_scope; member
Dmacaroon_caveat.c516 if (scope > (uint32_t)(result->granted_scope)) { in uw_macaroon_caveat_validate_()
517 result->granted_scope = (UwMacaroonCaveatScopeType)scope; in uw_macaroon_caveat_validate_()
/external/libweave/src/privet/
Dsecurity_delegate.h29 AuthScope* granted_scope,
Dauth_manager.cc358 AuthScope auth_scope{FromMacaroonScope(result.granted_scope)}; in ParseAccessToken()
478 AuthScope auth_scope{FromMacaroonScope(result.granted_scope)}; in CreateAccessTokenFromAuth()