Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_encoding.c18 kCborMajorTypeUint = 0, // type 0 -- unsigned integers enumerator
58 if (type != kCborMajorTypeUint && type != kCborMajorTypeByteStr && in uw_macaroon_encoding_get_item_len_()
92 set_type_(kCborMajorTypeUint, buffer); in uw_macaroon_encoding_encode_uint_()
153 get_type_(cbor) != kCborMajorTypeUint) { in uw_macaroon_encoding_decode_uint_()