Searched refs:buf_len (Results 1 – 4 of 4) sorted by relevance
/uoscore-uedhoc-3.4.0/src/common/ |
D | byte_array.c | 25 void byte_array_init(uint8_t *buf, uint32_t buf_len, in byte_array_init() argument 28 byte_array->len = buf_len; in byte_array_init()
|
/uoscore-uedhoc-3.4.0/src/edhoc/ |
D | c_x.c | 17 void c_x_init(struct c_x *c, uint8_t *buf, uint32_t buf_len) in c_x_init() argument 19 byte_array_init(buf, buf_len, &c->mem.c_x_bstr); in c_x_init()
|
/uoscore-uedhoc-3.4.0/inc/common/ |
D | byte_array.h | 38 void byte_array_init(uint8_t *buf, uint32_t buf_len,
|
/uoscore-uedhoc-3.4.0/inc/edhoc/ |
D | c_x.h | 36 void c_x_init(struct c_x *c, uint8_t *buf, uint32_t buf_len);
|