Home
last modified time | relevance | path

Searched refs:ssh_key_passphrase (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsshsink.c197 sink->ssh_key_passphrase = NULL; in gst_curl_ssh_sink_init()
213 g_free (this->ssh_key_passphrase); in gst_curl_ssh_sink_finalize()
259 g_free (sink->ssh_key_passphrase); in gst_curl_ssh_sink_set_property()
260 sink->ssh_key_passphrase = g_value_dup_string (value); in gst_curl_ssh_sink_set_property()
262 sink->ssh_key_passphrase); in gst_curl_ssh_sink_set_property()
321 g_value_set_string (value, sink->ssh_key_passphrase); in gst_curl_ssh_sink_get_property()
425 if (sink->ssh_key_passphrase) { in gst_curl_ssh_sink_set_options_unlocked()
427 sink->ssh_key_passphrase)) != CURLE_OK) { in gst_curl_ssh_sink_set_options_unlocked()
Dgstcurlsshsink.h68 gchar *ssh_key_passphrase; /* passphrase for the pvt key: member