Searched refs:GST_RTSP_AUTH_DIGEST (Results 1 – 6 of 6) sorted by relevance
220 GST_RTSP_AUTH_DIGEST = 0x02 enumerator228 #define GST_RTSP_AUTH_MAX GST_RTSP_AUTH_DIGEST
162 { C_ENUM(GST_RTSP_AUTH_DIGEST), "GST_RTSP_AUTH_DIGEST", "digest" }, in gst_rtsp_auth_method_get_type()
1372 auth_credential->scheme = GST_RTSP_AUTH_DIGEST; in parse_auth_credentials()
1151 case GST_RTSP_AUTH_DIGEST:{ in add_auth_header()3168 if (method == GST_RTSP_AUTH_DIGEST && ((user == NULL || pass == NULL) in gst_rtsp_connection_set_auth()
735 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_DIGEST); in GST_START_TEST()851 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_DIGEST); in GST_START_TEST()896 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_DIGEST); in GST_START_TEST()950 fail_unless_equals_int ((*credential)->scheme, GST_RTSP_AUTH_DIGEST); in GST_START_TEST()
6311 } else if ((*credential)->scheme == GST_RTSP_AUTH_DIGEST) { in gst_rtspsrc_parse_auth_hdr()6314 *methods |= GST_RTSP_AUTH_DIGEST; in gst_rtspsrc_parse_auth_hdr()