Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dencoding.h63 size_t cbor_encode_null(unsigned char *, size_t);
H A Dencoding.c119 size_t cbor_encode_null(unsigned char *buffer, size_t buffer_size) { in cbor_encode_null() function
/netbsd-src/external/mit/libcbor/dist/test/
H A Dtype_7_encoders_test.c27 assert_int_equal(1, cbor_encode_null(buffer, 512)); in test_null()