Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h126 #define COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */ macro
/third_party/libcoap/src/
Dcoap_oscore.c306 if (coap_check_option(pdu, COAP_OPTION_OSCORE, &opt_iter)) in coap_oscore_new_pdu_encrypted()
605 COAP_OPTION_OSCORE, in coap_oscore_new_pdu_encrypted()
800 opt = coap_check_option(pdu, COAP_OPTION_OSCORE, &opt_iter); in coap_oscore_decrypt_pdu()
870 case COAP_OPTION_OSCORE: in coap_oscore_decrypt_pdu()
1487 case COAP_OPTION_OSCORE: in coap_oscore_decrypt_pdu()
Dcoap_debug.c527 { COAP_OPTION_OSCORE, "Oscore" }, in msg_option_string()
851 case COAP_OPTION_OSCORE: in coap_show_pdu()
Dcoap_pdu.c540 case COAP_OPTION_OSCORE: in coap_option_check_repeatable()
1165 case COAP_OPTION_OSCORE: in coap_pdu_parse_opt_base()
Dcoap_net.c699 case COAP_OPTION_OSCORE: in coap_option_check_critical()
2409 coap_option_filter_unset(opts, COAP_OPTION_OSCORE); in coap_new_error_response()
3570 if (coap_check_option(pdu, COAP_OPTION_OSCORE, &opt_iter) != NULL) { in coap_dispatch()
Dcoap_resource.c735 COAP_OPTION_OSCORE
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in219 COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */
Dcoap_pdu_setup.txt.in331 COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */
485 *COAP_OPTION_OSCORE*