Home | History | Annotate | Download | only in include

Lines Matching defs:srtp_t

237  * @brief An srtp_t points to an SRTP session structure.
239 * The typedef srtp_t is a pointer to a structure that represents
249 typedef struct srtp_ctx_t *srtp_t;
324 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
345 * @param ctx is a pointer to the srtp_t which applies to the
369 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
395 srtp_create(srtp_t *session, const srtp_policy_t *policy);
414 srtp_add_stream(srtp_t session,
440 srtp_remove_stream(srtp_t session, unsigned int ssrc);
671 * @param s is the srtp_t for the session to be deallocated.
679 srtp_dealloc(srtp_t s);
803 * A note on the naming convention: srtp_protect_rtcp() has an srtp_t
845 srtp_protect_rtcp(srtp_t ctx, void *rtcp_hdr, int *pkt_octet_len);
862 * @param ctx is a pointer to the srtp_t which applies to the
887 srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len);
959 srtp_t session; /**< The session in which the event happend. */