Searched refs:kUwMacaroonCaveatTypeDelegateeService (Results 1 – 3 of 3) sorted by relevance
26 case kUwMacaroonCaveatTypeDelegateeService: in is_valid_caveat_type_()149 case kUwMacaroonCaveatTypeDelegateeService: in uw_macaroon_caveat_creation_get_buffsize_()246 return create_caveat_bstr_value_(kUwMacaroonCaveatTypeDelegateeService, in uw_macaroon_caveat_create_delegatee_service_()419 case kUwMacaroonCaveatTypeDelegateeService: in update_delegatee_list()497 case kUwMacaroonCaveatTypeDelegateeService: in uw_macaroon_caveat_validate_()575 type != kUwMacaroonCaveatTypeDelegateeService && in uw_macaroon_caveat_get_value_bstr_()
27 kUwMacaroonCaveatTypeDelegateeService = 12, // bstr enumerator
122 : Caveat(kUwMacaroonCaveatTypeDelegateeService, id.size()) { in ServiceCaveat()