Home
last modified time | relevance | path

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

/openbsd-src/lib/libcbor/src/cbor/
H A Dencoding.h68 cbor_encode_indef_bytestring_start(unsigned char *, size_t);
H A Dencoding.c75 size_t cbor_encode_indef_bytestring_start(unsigned char *buffer, in cbor_encode_indef_bytestring_start() function
H A Dserialization.c220 size_t written = cbor_encode_indef_bytestring_start(buffer, buffer_size); in cbor_serialize_bytestring()