Home
last modified time | relevance | path

Searched refs:CODE_RESP_CONTENT (Results 1 – 6 of 6) sorted by relevance

/uoscore-uedhoc-latest/inc/oscore/
Doscore_coap_defines.h65 #define CODE_RESP_CONTENT 0x45 macro
Doscore_coap.h64 #define CODE_RESP_CONTENT 0x45 macro
/uoscore-uedhoc-latest/test/oscore_unit_tests/
Dunit_test_oscore_coap.c521 struct o_coap_packet packet_response = generate_test_packet(CODE_RESP_CONTENT, 0, NULL, 0); in t203_coap_get_message_type()
522 struct o_coap_packet packet_notification_1 = generate_test_packet(CODE_RESP_CONTENT, 1, NULL, 0); in t203_coap_get_message_type()
523 …struct o_coap_packet packet_notification_2 = generate_test_packet(CODE_RESP_CONTENT, 1, "\x01\x02"… in t203_coap_get_message_type()
Dunit_test_coap2oscore.c166 .code = CODE_RESP_CONTENT, in t101_inner_outer_option_split__with_observe_notification()
540 .code = CODE_RESP_CONTENT, in t104_oscore_pkg_generate__request_with_observe_notification()
584 .code = CODE_RESP_CONTENT, in t104_oscore_pkg_generate__request_with_observe_notification()
/uoscore-uedhoc-latest/test/oscore_integration_tests/
Doscore_integration_tests.c525 .code = CODE_RESP_CONTENT, in t9_oscore_client_server_observe()
1066 .code = CODE_RESP_CONTENT, in t10_oscore_client_server_after_reboot()
/uoscore-uedhoc-latest/src/oscore/
Dcoap2oscore.c391 out_oscore->header.code = CODE_RESP_CONTENT; in oscore_pkg_generate()