Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_caveat.c18 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_()
Dmacaroon_caveat.h19 kUwMacaroonCaveatTypeScope = 1, // uint enumerator
/external/libweave/src/privet/
Dauth_manager.cc67 : Caveat(kUwMacaroonCaveatTypeScope, 0) { in ScopeCaveat()