Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_encoding.c22 } CborMajorType; typedef
24 static inline CborMajorType get_type_(const uint8_t* cbor);
26 static inline void set_type_(CborMajorType type, uint8_t* cbor);
57 CborMajorType type = get_type_(cbor); in uw_macaroon_encoding_get_item_len_()
195 static inline CborMajorType get_type_(const uint8_t* cbor) { in get_type_()
196 return (CborMajorType)((*cbor) & MAJOR_TYPE_MASK); in get_type_()
203 static inline void set_type_(CborMajorType type, uint8_t* cbor) { in set_type_()