Home
last modified time | relevance | path

Searched refs:srtp_auth (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpbin.c133 self->srtp_auth = NULL; in gst_dtls_srtp_bin_init()
148 g_free (self->srtp_auth); in gst_dtls_srtp_bin_finalize()
149 self->srtp_auth = NULL; in gst_dtls_srtp_bin_finalize()
185 g_free (self->srtp_auth); in gst_dtls_srtp_bin_set_property()
186 self->srtp_auth = g_value_dup_string (value); in gst_dtls_srtp_bin_set_property()
231 g_value_set_string (value, self->srtp_auth); in gst_dtls_srtp_bin_get_property()
Dgstdtlssrtpbin.h51 gchar *srtp_auth; member
Dgstdtlsenc.h63 guint srtp_auth; member
Dgstdtlsdec.h65 guint srtp_auth; member
Dgstdtlsenc.c195 self->srtp_auth = DEFAULT_SRTP_AUTH; in gst_dtls_enc_init()
280 g_value_set_uint (value, self->srtp_auth); in gst_dtls_enc_get_property()
642 self->srtp_auth = auth; in on_key_received()
Dgstdtlsdec.c205 self->srtp_auth = DEFAULT_SRTP_AUTH; in gst_dtls_dec_init()
312 g_value_set_uint (value, self->srtp_auth); in gst_dtls_dec_get_property()
434 self->srtp_auth = auth; in on_key_received()
Dgstdtlssrtpdec.c383 if (bin->srtp_cipher && bin->srtp_auth && bin->srtcp_cipher in on_decoder_request_key()
388 "srtp-auth", G_TYPE_STRING, bin->srtp_auth, in on_decoder_request_key()
Dgstdtlssrtpenc.c477 if (!(bin->key_is_set || bin->srtp_cipher || bin->srtp_auth in on_key_received()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstmikey.c2382 const gchar *srtp_auth; in gst_mikey_message_to_caps() local
2385 srtp_auth = "hmac-sha1-80"; in gst_mikey_message_to_caps()
2444 srtp_auth = "null"; in gst_mikey_message_to_caps()
2447 srtp_auth = "hmac-sha1-80"; in gst_mikey_message_to_caps()
2456 srtp_auth = "hmac-sha1-32"; in gst_mikey_message_to_caps()
2459 srtp_auth = "hmac-sha1-80"; in gst_mikey_message_to_caps()
2500 "srtp-auth", G_TYPE_STRING, srtp_auth, in gst_mikey_message_to_caps()
2502 "srtcp-auth", G_TYPE_STRING, srtp_auth, NULL); in gst_mikey_message_to_caps()