Lines Matching defs:rtp
56 * @defgroup SRTP Secure RTP
58 * @brief libSRTP provides functions for protecting RTP and RTCP. See
84 * the maximum number of octets that will be added to an RTP packet by
216 crypto_policy_t rtp; /**< SRTP crypto policy. */
227 * transmissions must have the same RTP
243 * An SRTP session consists of all of the traffic sent to the RTP and
244 * RTCP destination transport addresses, using the RTP/SAVP (Secure
279 * @brief srtp_protect() is the Secure RTP sender-side packet processing
283 * protection to the RTP packet rtp_hdr (which has length *len_ptr) using
289 * The sequence numbers of the RTP packets presented to this function
294 * tag into the location in memory immediately following the RTP
295 * packet, and assumes that the RTP packet is aligned on a 32-bit
300 * @param rtp_hdr is a pointer to the RTP packet (before the call); after
304 * RTP packet (header and body) before the function call, and of the
310 * - err_status_replay_fail rtp sequence number was non-increasing
318 * @brief srtp_unprotect() is the Secure RTP receiver-side packet
322 * the Secure RTP protection of the SRTP packet pointed to by srtp_hdr
325 * RTP packet and *len_ptr is the number of octets in that packet;
329 * The sequence numbers of the RTP packets presented to this function
341 * rtp packet if err_status_ok was returned; otherwise, the value of
346 * complete rtp packet after the call, if err_status_ok was returned.
350 * - err_status_ok if the RTP packet is valid.
435 * structure to the SRTP default policy for RTP protection.
440 * crypto_policy_t at location p to the SRTP default policy for RTP
479 * policy structure to the SRTP default policy for RTP protection.
630 * structure to the appropriate value for RTP based on an srtp_profile_t
635 * sets the crypto_policy_t at location policy to the policy for RTP
724 * RTCP is the control protocol for RTP. libSRTP protects RTCP
725 * traffic in much the same way as it does RTP traffic. The function
794 * rtp packet if err_status_ok was returned; otherwise, the value of
799 * and of the complete rtp packet after the call, if err_status_ok was