Lines Matching refs:srtp_policy_t
4 @@ -225,6 +225,12 @@ typedef struct srtp_policy_t {
14 struct srtp_policy_t *next; /**< Pointer to next stream policy. */
15 } srtp_policy_t;
154 @@ -1337,6 +1343,7 @@ const srtp_policy_t default_policy = {
162 @@ -1361,6 +1368,7 @@ const srtp_policy_t aes_tmmh_policy = {
170 @@ -1385,6 +1393,7 @@ const srtp_policy_t tmmh_only_policy = {
178 @@ -1409,6 +1418,7 @@ const srtp_policy_t aes_only_policy = {
186 @@ -1433,6 +1443,7 @@ const srtp_policy_t hmac_only_policy = {
194 @@ -1457,6 +1468,7 @@ const srtp_policy_t null_policy = {
202 @@ -1495,6 +1507,7 @@ const srtp_policy_t hmac_only_with_ekt_p
210 @@ -1548,5 +1561,6 @@ const srtp_policy_t wildcard_policy = {