Home
last modified time | relevance | path

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

/uoscore-uedhoc-latest/inc/common/
Dbyte_array.h94 #define BYTE_ARRAY_NEW(NAME, BUF_SIZE, SIZE) \ argument
95 if (SIZE < 0 || SIZE > BUF_SIZE) { \
108 #define BYTE_ARRAY_NEW(NAME, BUF_SIZE, SIZE) \ argument
109 TRY(check_buffer_size(BUF_SIZE, SIZE)); \
111 uint8_t NAME##_buf[BUF_SIZE]; \