Searched refs:G_TLS_CONNECTION (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/gio/tests/ |
D | socket-client.c | 79 base = G_TLS_CONNECTION (conn); in lookup_client_certificate() 221 g_tls_connection_set_interaction (G_TLS_CONNECTION (tls_conn), interaction); in make_connection() 225 g_tls_connection_set_certificate (G_TLS_CONNECTION (tls_conn), certificate); in make_connection() 230 if (!g_tls_connection_handshake (G_TLS_CONNECTION (tls_conn), in make_connection()
|
D | tls-bindings.c | 25 tls = G_TLS_CONNECTION (g_object_new ( in get_tls_channel_binding()
|
D | socket-server.c | 222 if (!g_tls_connection_handshake (G_TLS_CONNECTION (tls_conn), in main()
|
/third_party/glib/gio/ |
D | gtlsconnection.h | 31 #define G_TLS_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_TLS_CONNECTION… macro
|
D | gtlsinteraction.c | 568 G_TLS_CONNECTION (closure->argument), in on_invoke_request_certificate_sync() 613 G_TLS_CONNECTION (closure->argument), 0, in on_invoke_request_certificate_async_as_sync()
|
D | ghttpproxy.c | 215 if (!g_tls_connection_handshake (G_TLS_CONNECTION (tlsconn), cancellable, error)) in g_http_proxy_connect()
|
D | gtlsconnection.c | 386 GTlsConnection *conn = G_TLS_CONNECTION(object); in g_tls_connection_finalize()
|
D | gsocketclient.c | 1215 if (g_tls_connection_handshake (G_TLS_CONNECTION (tlsconn), in g_socket_client_connect() 1598 if (g_tls_connection_handshake_finish (G_TLS_CONNECTION (object), in g_socket_client_tls_handshake_callback() 1641 g_tls_connection_handshake_async (G_TLS_CONNECTION (tlsconn), in g_socket_client_tls_handshake()
|
/third_party/libsoup/libsoup/ |
D | soup-socket.c | 422 … g_value_set_object (value, g_tls_connection_get_peer_certificate (G_TLS_CONNECTION (priv->conn))); in soup_socket_get_property() 1358 priv->tls_errors = g_tls_connection_get_peer_certificate_errors (G_TLS_CONNECTION (priv->conn)); in soup_socket_peer_certificate_changed() 1501 if (!g_tls_connection_handshake (G_TLS_CONNECTION (priv->conn), in soup_socket_handshake_sync() 1515 if (g_tls_connection_handshake_finish (G_TLS_CONNECTION (source), in handshake_async_ready() 1548 g_tls_connection_handshake_async (G_TLS_CONNECTION (priv->conn), in soup_socket_handshake_async()
|
/third_party/libsoup/tests/ |
D | ssl-test.c | 341 if (g_tls_connection_handshake (G_TLS_CONNECTION (tls), NULL, &error)) { in got_connection()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3764 G_TLS_CONNECTION
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 602 result = G_TLS_CONNECTION (conn->stream0); in gst_rtsp_connection_get_tls()
|