Home
last modified time | relevance | path

Searched refs:OSCORE_LOG_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/src/oscore/
H A Doscore_context.c233 #define OSCORE_LOG_SIZE 16 macro
249 for (i = 0; i < value->length; i += OSCORE_LOG_SIZE) { in oscore_log_hex_value()
250 char number[3 * OSCORE_LOG_SIZE + 4]; in oscore_log_hex_value()
253 value->length - i > OSCORE_LOG_SIZE ? in oscore_log_hex_value()
254 OSCORE_LOG_SIZE : value->length - i, in oscore_log_hex_value()

Completed in 2 milliseconds