Searched refs:kUwMacaroonCaveatTypeScope (Results 1 – 3 of 3) sorted by relevance
18 case kUwMacaroonCaveatTypeScope: in is_valid_caveat_type_()140 case kUwMacaroonCaveatTypeScope: in uw_macaroon_caveat_creation_get_buffsize_()177 return create_caveat_uint_value_(kUwMacaroonCaveatTypeScope, scope, buffer, in uw_macaroon_caveat_create_scope_()510 case kUwMacaroonCaveatTypeScope: in uw_macaroon_caveat_validate_()543 if (type != kUwMacaroonCaveatTypeScope && in uw_macaroon_caveat_get_value_uint_()
19 kUwMacaroonCaveatTypeScope = 1, // uint enumerator
67 : Caveat(kUwMacaroonCaveatTypeScope, 0) { in ScopeCaveat()