Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_encoding.c48 size_t* out_str_len);
174 size_t* out_str_len) { in uw_macaroon_encoding_decode_byte_str_() argument
175 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str_len == NULL || in uw_macaroon_encoding_decode_byte_str_()
180 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len); in uw_macaroon_encoding_decode_byte_str_()
186 size_t* out_str_len) { in uw_macaroon_encoding_decode_text_str_() argument
187 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str_len == NULL || in uw_macaroon_encoding_decode_text_str_()
192 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len); in uw_macaroon_encoding_decode_text_str_()
385 size_t* out_str_len) { in blindly_decode_str_() argument
402 *out_str_len = unsigned_int; in blindly_decode_str_()