Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_caveat.c24 case kUwMacaroonCaveatTypeDelegateeApp: in is_valid_caveat_type_()
148 case kUwMacaroonCaveatTypeDelegateeApp: in uw_macaroon_caveat_creation_get_buffsize_()
228 return create_caveat_bstr_value_(kUwMacaroonCaveatTypeDelegateeApp, id_str, in uw_macaroon_caveat_create_delegatee_app_()
415 case kUwMacaroonCaveatTypeDelegateeApp: in update_delegatee_list()
496 case kUwMacaroonCaveatTypeDelegateeApp: in uw_macaroon_caveat_validate_()
574 type != kUwMacaroonCaveatTypeDelegateeApp && in uw_macaroon_caveat_get_value_bstr_()
Dmacaroon_caveat.h26 kUwMacaroonCaveatTypeDelegateeApp = 10, // bstr enumerator
/external/libweave/src/privet/
Dauth_manager.cc111 : Caveat(kUwMacaroonCaveatTypeDelegateeApp, id.size()) { in AppIdCaveat()