Home
last modified time | relevance | path

Searched refs:rtcp_cipher (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/srtp/src/srtp/
H A Dsrtp.c127 &str->rtcp_cipher, in srtp_stream_alloc()
143 cipher_dealloc(str->rtcp_cipher); in srtp_stream_alloc()
155 cipher_dealloc(str->rtcp_cipher); in srtp_stream_alloc()
209 && stream->rtcp_cipher == session->stream_template->rtcp_cipher) { in srtp_stream_dealloc()
212 status = cipher_dealloc(stream->rtcp_cipher); in srtp_stream_dealloc()
269 str->rtcp_cipher = stream_template->rtcp_cipher; in srtp_stream_clone()
1728 if (stream->rtcp_cipher->type->id == AES_ICM) { in srtp_protect_rtcp()
1735 status = cipher_set_iv(stream->rtcp_cipher, &iv); in srtp_protect_rtcp()
1771 status = cipher_encrypt(stream->rtcp_cipher, in srtp_protect_rtcp()
1916 if (stream->rtcp_cipher->type->id == AES_ICM) { in srtp_unprotect_rtcp()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/srtp/
H A Dsrtp.c215 session_keys->rtcp_cipher == in srtp_stream_dealloc()
216 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
218 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
362 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
492 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1209 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3648 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3656 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3675 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3798 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/srtp/
H A Dsrtp.c162 if (session_keys->rtcp_cipher) { in srtp_stream_free()
163 srtp_cipher_dealloc(session_keys->rtcp_cipher); in srtp_stream_free()
411 && session_keys->rtcp_cipher == template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
414 status = srtp_cipher_dealloc(session_keys->rtcp_cipher); in srtp_stream_dealloc()
525 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
3547 status = srtp_cipher_set_iv(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3710 status = srtp_cipher_set_iv(session_keys->rtcp_cipher, in srtp_unprotect_rtcp_aead()
3736 session_keys->rtcp_cipher, (uint8_t*)hdr, in srtp_unprotect_rtcp_aead()
3985 status = srtp_cipher_set_iv(session_keys->rtcp_cipher, in srtp_protect_rtcp_mki()
4233 status = srtp_cipher_set_iv(session_keys->rtcp_cipher, in srtp_unprotect_rtcp_mki()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/srtp/src/srtp/
H A Dsrtp.c163 if (session_keys->rtcp_cipher) { in srtp_stream_free()
164 srtp_cipher_dealloc(session_keys->rtcp_cipher); in srtp_stream_free()
264 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
417 session_keys->rtcp_cipher == template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
533 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1223 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3654 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3662 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3681 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3805 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/net/libsrtp2/libsrtp-2.4.2/srtp/
H A Dsrtp.c215 session_keys->rtcp_cipher == in srtp_stream_dealloc()
216 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
218 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
362 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
492 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1209 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3648 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3656 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3675 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3798 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/srtp/
H A Dsrtp.c215 session_keys->rtcp_cipher == in srtp_stream_dealloc()
216 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
218 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
362 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
492 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1209 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3648 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3656 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3675 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3798 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/srtp/
H A Dsrtp.c214 session_keys->rtcp_cipher == in srtp_stream_dealloc()
215 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
217 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
349 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
486 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1176 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3610 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3618 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3637 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3761 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libsrtp/srtp/
H A Dsrtp.c214 session_keys->rtcp_cipher == in srtp_stream_dealloc()
215 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
217 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
349 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
486 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1177 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3611 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3619 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3638 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3762 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libsrtp/srtp/
H A Dsrtp.c214 session_keys->rtcp_cipher == in srtp_stream_dealloc()
215 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
217 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
349 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
486 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1177 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3611 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3619 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3638 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3762 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/srtp/
H A Dsrtp.c215 session_keys->rtcp_cipher == in srtp_stream_dealloc()
216 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
218 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
350 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
487 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1178 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3612 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3620 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3639 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3762 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libsrtp/srtp/
H A Dsrtp.c214 session_keys->rtcp_cipher == in srtp_stream_dealloc()
215 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
217 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
349 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
486 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1177 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3611 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3619 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3638 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3762 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libsrtp/src/srtp/
H A Dsrtp.c215 session_keys->rtcp_cipher == in srtp_stream_dealloc()
216 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
218 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
350 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
487 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1178 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3612 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3620 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3639 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3762 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/srtp/src/srtp/
H A Dsrtp.c215 session_keys->rtcp_cipher == in srtp_stream_dealloc()
216 template_session_keys->rtcp_cipher) { in srtp_stream_dealloc()
218 } else if (session_keys->rtcp_cipher) { in srtp_stream_dealloc()
350 p->rtcp.cipher_type, &session_keys->rtcp_cipher, in srtp_stream_alloc()
487 session_keys->rtcp_cipher = template_session_keys->rtcp_cipher; in srtp_stream_clone()
1178 stat = srtp_cipher_init(session_keys->rtcp_cipher, tmp_key); in srtp_stream_init_keys()
3612 status = srtp_cipher_encrypt(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3620 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3639 status = srtp_cipher_get_tag(session_keys->rtcp_cipher, in srtp_protect_rtcp_aead()
3762 session_keys->rtcp_cipher, (uint8_t *)hdr, in srtp_unprotect_rtcp_aead()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpdec.c225 GstSrtpCipherType rtcp_cipher; member
240 stream->rtcp_cipher != GST_SRTP_CIPHER_NULL || \
551 const gchar *rtp_cipher, *rtp_auth, *rtcp_cipher, *rtcp_auth; in get_stream_from_caps() local
565 rtcp_cipher = gst_structure_get_string (s, "srtcp-cipher"); in get_stream_from_caps()
567 if (!rtp_cipher || !rtp_auth || !rtcp_cipher || !rtcp_auth) in get_stream_from_caps()
575 stream->rtcp_cipher = enum_value_from_nick (GST_TYPE_SRTP_CIPHER_TYPE, in get_stream_from_caps()
576 rtcp_cipher); in get_stream_from_caps()
589 if (stream->rtcp_cipher != GST_SRTP_CIPHER_AES_128_GCM in get_stream_from_caps()
590 && stream->rtcp_cipher != GST_SRTP_CIPHER_AES_256_GCM in get_stream_from_caps()
591 && stream->rtcp_cipher != GST_SRTP_CIPHER_NULL in get_stream_from_caps()
[all …]

12345678910