Searched refs:incoming_pdu (Results 1 - 1 of 1) sorted by relevance
/third_party/libcoap/tests/ |
H A D | test_oscore.c | 657 coap_pdu_t *incoming_pdu = coap_pdu_init(0, 0, 0, COAP_DEFAULT_MTU); in t_oscore_c_7() local 663 FailIf_CU_ASSERT_PTR_NOT_NULL(incoming_pdu); in t_oscore_c_7() 672 sizeof(protected_coap_request), incoming_pdu); in t_oscore_c_7() 690 osc_pdu = coap_oscore_decrypt_pdu(session, incoming_pdu); in t_oscore_c_7() 701 coap_delete_pdu(incoming_pdu); in t_oscore_c_7() 702 incoming_pdu = NULL; in t_oscore_c_7() 719 coap_delete_pdu(incoming_pdu); in t_oscore_c_7() 765 coap_pdu_t *incoming_pdu = coap_pdu_init(0, 0, 0, COAP_DEFAULT_MTU); in t_oscore_c_7_2() local 771 FailIf_CU_ASSERT_PTR_NOT_NULL(incoming_pdu); in t_oscore_c_7_2() 782 sizeof(protected_coap_response), incoming_pdu); in t_oscore_c_7_2() 871 coap_pdu_t *incoming_pdu = coap_pdu_init(0, 0, 0, COAP_DEFAULT_MTU); t_oscore_c_8() local 980 coap_pdu_t *incoming_pdu = coap_pdu_init(0, 0, 0, COAP_DEFAULT_MTU); t_oscore_c_8_2() local [all...] |
Completed in 2 milliseconds