Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_caveat.c329 UwMacaroonCaveatType caveat_type; in uw_macaroon_caveat_sign_() local
330 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() argument
410 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_() local
460 if (!uw_macaroon_caveat_get_type_(caveat, &caveat_type)) { in uw_macaroon_caveat_validate_()
464 switch (caveat_type) { in uw_macaroon_caveat_validate_()
[all …]