Home
last modified time | relevance | path

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

/openbsd-src/lib/libcbor/src/cbor/
H A Dencoding.h42 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_uint(uint64_t, unsigned char *,
H A Dencoding.c31 size_t cbor_encode_uint(uint64_t value, unsigned char *buffer, in cbor_encode_uint() function