Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h121 #define COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */ macro
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in195 COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */
Dcoap_pdu_setup.txt.in289 COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */
/third_party/libcoap/src/
Dpdu.c922 case COAP_OPTION_OSCORE: if (len > 255) res = 0; break; in coap_pdu_parse_opt_base()