Lines Matching refs:rtcp
58 * @brief libSRTP provides functions for protecting RTP and RTCP. See
217 crypto_policy_t rtcp; /**< SRTCP crypto policy. */
244 * RTCP destination transport addresses, using the RTP/SAVP (Secure
457 * structure to the SRTP default policy for RTCP protection.
462 * crypto_policy_t at location p to the SRTP default policy for RTCP
658 * structure to the appropriate value for RTCP based on an srtp_profile_t
663 * sets the crypto_policy_t at location policy to the policy for RTCP
719 * @defgroup SRTCP Secure RTCP
722 * @brief Secure RTCP functions are used to protect RTCP traffic.
724 * RTCP is the control protocol for RTP. libSRTP protects RTCP
727 * RTCP packets, and srtp_unprotect_rtcp() verifies the protections on
728 * inbound RTCP packets.
738 * @brief srtp_protect_rtcp() is the Secure RTCP sender-side packet
742 * SRTCP protection to the RTCP packet rtcp_hdr (which has length
749 * tag into the location in memory immediately following the RTCP
750 * packet, and assumes that the RTCP packet is aligned on a 32-bit
755 * @param rtcp_hdr is a pointer to the RTCP packet (before the call); after
759 * complete RTCP packet (header and body) before the function call,
775 * @brief srtp_unprotect_rtcp() is the Secure RTCP receiver-side packet
779 * verifies the Secure RTCP protection of the SRTCP packet pointed to
782 * to the resulting RTCP packet and *len_ptr is the number of octets
804 * - err_status_ok if the RTCP packet is valid.