Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_caveat.c22 case kUwMacaroonCaveatTypeDelegationTimestamp: in is_valid_caveat_type_()
142 case kUwMacaroonCaveatTypeDelegationTimestamp: in uw_macaroon_caveat_creation_get_buffsize_()
210 return create_caveat_uint_value_(kUwMacaroonCaveatTypeDelegationTimestamp, in uw_macaroon_caveat_create_delegation_timestamp_()
472 case kUwMacaroonCaveatTypeDelegationTimestamp: in uw_macaroon_caveat_validate_()
545 type != kUwMacaroonCaveatTypeDelegationTimestamp) { in uw_macaroon_caveat_get_value_uint_()
Dmacaroon_caveat.h23 kUwMacaroonCaveatTypeDelegationTimestamp = 8, // uint enumerator
/external/libweave/src/privet/
Dauth_manager.cc78 : Caveat(kUwMacaroonCaveatTypeDelegationTimestamp, 0) { in TimestampCaveat()