Searched refs:sent_pdu (Results 1 - 3 of 3) sorted by relevance
/third_party/libcoap/src/oscore/ |
H A D | oscore_context.c | 676 coap_delete_pdu(association->sent_pdu); in oscore_free_association() 687 coap_pdu_t *sent_pdu, in oscore_new_association() 704 if (sent_pdu) { in oscore_new_association() 708 association->sent_pdu = coap_pdu_duplicate(sent_pdu, session, in oscore_new_association() 710 if (association->sent_pdu == NULL) in oscore_new_association() 712 if (coap_get_data(sent_pdu, &size, &data)) { in oscore_new_association() 713 coap_add_data(association->sent_pdu, size, data); in oscore_new_association() 686 oscore_new_association(coap_session_t *session, coap_pdu_t *sent_pdu, coap_bin_const_t *token, oscore_recipient_ctx_t *recipient_ctx, coap_bin_const_t *aad, coap_bin_const_t *nonce, coap_bin_const_t *partial_iv, int is_observe) oscore_new_association() argument
|
/third_party/libcoap/include/oscore/ |
H A D | oscore_context.h | 145 coap_pdu_t *sent_pdu; member 252 coap_pdu_t *sent_pdu,
|
/third_party/libcoap/src/ |
H A D | coap_oscore.c | 672 coap_delete_pdu(association->sent_pdu); in coap_oscore_new_pdu_encrypted() 676 association->sent_pdu = coap_pdu_duplicate(pdu, session, in coap_oscore_new_pdu_encrypted() 679 if (association->sent_pdu == NULL) in coap_oscore_new_pdu_encrypted() 682 coap_add_data(association->sent_pdu, size, data); in coap_oscore_new_pdu_encrypted() 685 association->sent_pdu = NULL; in coap_oscore_new_pdu_encrypted() 797 coap_pdu_t *sent_pdu = NULL; in coap_oscore_decrypt_pdu() local 1026 sent_pdu = association->sent_pdu; in coap_oscore_decrypt_pdu() 1418 if (sent_pdu) { in coap_oscore_decrypt_pdu() 1420 if (coap_retransmit_oscore_pdu(session, sent_pdu, NUL in coap_oscore_decrypt_pdu() [all...] |
Completed in 5 milliseconds