Searched refs:COAP_OPTION_OSCORE (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 126 #define COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */ macro
|
/third_party/libcoap/src/ |
D | coap_oscore.c | 306 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()
|
D | coap_debug.c | 527 { COAP_OPTION_OSCORE, "Oscore" }, in msg_option_string() 851 case COAP_OPTION_OSCORE: in coap_show_pdu()
|
D | coap_pdu.c | 540 case COAP_OPTION_OSCORE: in coap_option_check_repeatable() 1165 case COAP_OPTION_OSCORE: in coap_pdu_parse_opt_base()
|
D | coap_net.c | 699 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()
|
D | coap_resource.c | 735 COAP_OPTION_OSCORE
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 219 COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */
|
D | coap_pdu_setup.txt.in | 331 COAP_OPTION_OSCORE 9 /* C_____U, *, 0-255 B, RFC8613 */ 485 *COAP_OPTION_OSCORE*
|