Searched refs:outgoing_pdu (Results 1 - 1 of 1) sorted by relevance
/third_party/libcoap/tests/ |
H A D | test_oscore.c | 764 coap_pdu_t *outgoing_pdu = coap_pdu_init(0, 0, 0, COAP_DEFAULT_MTU); in t_oscore_c_7_2() local 770 FailIf_CU_ASSERT_PTR_NOT_NULL(outgoing_pdu); in t_oscore_c_7_2() 779 sizeof(unprotected_coap_request), outgoing_pdu); in t_oscore_c_7_2() 796 osc_pdu = coap_oscore_new_pdu_encrypted(session, outgoing_pdu, NULL, 0); in t_oscore_c_7_2() 806 coap_delete_pdu(outgoing_pdu); in t_oscore_c_7_2() 807 outgoing_pdu = NULL; in t_oscore_c_7_2() 828 coap_delete_pdu(outgoing_pdu); in t_oscore_c_7_2() 979 coap_pdu_t *outgoing_pdu = coap_pdu_init(0, 0, 0, COAP_DEFAULT_MTU); in t_oscore_c_8_2() local 985 FailIf_CU_ASSERT_PTR_NOT_NULL(outgoing_pdu); in t_oscore_c_8_2() 994 sizeof(unprotected_coap_request), outgoing_pdu); in t_oscore_c_8_2() [all...] |
Completed in 2 milliseconds