Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_encoding.c45 static bool blindly_decode_str_(const uint8_t* cbor,
180 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len); in uw_macaroon_encoding_decode_byte_str_()
192 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len); in uw_macaroon_encoding_decode_text_str_()
382 static bool blindly_decode_str_(const uint8_t* cbor, in blindly_decode_str_() function