Searched refs:caveat_type (Results 1 – 1 of 1) sorted by relevance
329 UwMacaroonCaveatType caveat_type; in uw_macaroon_caveat_sign_() local330 if (!uw_macaroon_caveat_get_type_(caveat, &caveat_type) || in uw_macaroon_caveat_sign_()331 !is_valid_caveat_type_(caveat_type)) { in uw_macaroon_caveat_sign_()341 if (caveat_type != kUwMacaroonCaveatTypeBleSessionID) { in uw_macaroon_caveat_sign_()401 static bool update_delegatee_list(UwMacaroonCaveatType caveat_type, in update_delegatee_list() argument410 switch (caveat_type) { in update_delegatee_list()427 if (caveat_type != kUwMacaroonCaveatTypeDelegateeUser) { in update_delegatee_list()459 UwMacaroonCaveatType caveat_type; in uw_macaroon_caveat_validate_() local460 if (!uw_macaroon_caveat_get_type_(caveat, &caveat_type)) { in uw_macaroon_caveat_validate_()464 switch (caveat_type) { in uw_macaroon_caveat_validate_()[all …]