Home
last modified time | relevance | path

Searched refs:G_TLS_CONNECTION (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/gio/tests/
Dsocket-client.c79 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()
Dtls-bindings.c25 tls = G_TLS_CONNECTION (g_object_new ( in get_tls_channel_binding()
Dsocket-server.c222 if (!g_tls_connection_handshake (G_TLS_CONNECTION (tls_conn), in main()
/third_party/glib/gio/
Dgtlsconnection.h31 #define G_TLS_CONNECTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_TLS_CONNECTION… macro
Dgtlsinteraction.c568 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()
Dghttpproxy.c215 if (!g_tls_connection_handshake (G_TLS_CONNECTION (tlsconn), cancellable, error)) in g_http_proxy_connect()
Dgtlsconnection.c386 GTlsConnection *conn = G_TLS_CONNECTION(object); in g_tls_connection_finalize()
Dgsocketclient.c1215 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/
Dsoup-socket.c422 … 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/
Dssl-test.c341 if (g_tls_connection_handshake (G_TLS_CONNECTION (tls), NULL, &error)) { in got_connection()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt3764 G_TLS_CONNECTION
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c602 result = G_TLS_CONNECTION (conn->stream0); in gst_rtsp_connection_get_tls()