Home | History | Annotate | Download | only in include

Lines Matching refs:len_ptr

282  * The function call srtp_protect(ctx, rtp_hdr, len_ptr) applies SRTP
283 * protection to the RTP packet rtp_hdr (which has length *len_ptr) using
285 * points to the resulting SRTP packet and *len_ptr is the number of
303 * @param len_ptr is a pointer to the length in octets of the complete
315 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
321 * The function call srtp_unprotect(ctx, srtp_hdr, len_ptr) verifies
323 * (which has length *len_ptr), using the SRTP context ctx. If
325 * RTP packet and *len_ptr is the number of octets in that packet;
344 * @param len_ptr is a pointer to the length in octets of the complete
360 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
741 * The function call srtp_protect_rtcp(ctx, rtp_hdr, len_ptr) applies
743 * *len_ptr) using the SRTP session context ctx. If err_status_ok is
745 * *len_ptr is the number of octets in that packet; otherwise, no
778 * The function call srtp_unprotect_rtcp(ctx, srtp_hdr, len_ptr)
780 * by srtcp_hdr (which has length *len_ptr), using the SRTP session
782 * to the resulting RTCP packet and *len_ptr is the number of octets