Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_encoding.c20 kCborMajorTypeTextStr = 3 << 5, // type 3 -- text strings enumerator
59 type != kCborMajorTypeTextStr && type != kCborMajorTypeArray) { in uw_macaroon_encoding_get_item_len_()
73 if (type == kCborMajorTypeByteStr || type == kCborMajorTypeTextStr) { in uw_macaroon_encoding_get_item_len_()
133 set_type_(kCborMajorTypeTextStr, buffer); in uw_macaroon_encoding_encode_text_str_()
188 get_type_(cbor) != kCborMajorTypeTextStr) { in uw_macaroon_encoding_decode_text_str_()