Searched refs:COAP_OPTION_OSCORE (Results 1 – 4 of 4) sorted by relevance
121 #define COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */ macro
195 COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */
289 COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */
922 case COAP_OPTION_OSCORE: if (len > 255) res = 0; break; in coap_pdu_parse_opt_base()