Home | History | Annotate | Download | only in include

Lines Matching defs:srtp_policy_t

141  * @ref srtp_policy_t for more informataion.
186 * A single srtp_policy_t struct represents the policy for a single
210 typedef struct srtp_policy_t {
230 struct srtp_policy_t *next; /**< Pointer to next stream policy. */
231 } srtp_policy_t;
381 * @param policy is the srtp_policy_t struct that describes the policy
395 srtp_create(srtp_t *session, const srtp_policy_t *policy);
415 const srtp_policy_t *policy);