Home
last modified time | relevance | path

Searched refs:negotiated (Results 1 – 25 of 177) sorted by relevance

12345678

/third_party/openssl/doc/man3/
DSSL_session_reused.pod5 SSL_session_reused - query whether a reused session was negotiated during handshake
15 Query, whether a reused session was negotiated during the handshake.
32 A new session was negotiated.
DSSL_CTX_set_tlsext_use_srtp.pod72 After a handshake has been completed the negotiated SRTP protection profile (if
75 protection profile was negotiated. The memory returned from this function should
78 If an SRTP protection profile has been successfully negotiated then the SRTP
96 object if one has been negotiated or NULL otherwise.
DSSL_get_default_timeout.pod16 SSL_SESSION objects negotiated for the protocol valid for B<ssl>.
20 Whenever a new session is negotiated, it is assigned a timeout value,
DSSL_SESSION_get0_hostname.pod28 or below was negotiated. Otherwise NULL is returned. Note that in TLSv1.3 the
29 SNI hostname is negotiated with each handshake including resumption handshakes
DSSL_SESSION_get_compress_id.pod16 If compression has been negotiated for an ssl session then
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.c239 filter->negotiated = res; in gst_video_filter_set_caps()
247 filter->negotiated = FALSE; in gst_video_filter_set_caps()
260 if (G_UNLIKELY (!filter->negotiated)) in gst_video_filter_transform()
309 if (G_UNLIKELY (!filter->negotiated)) in gst_video_filter_transform_ip()
403 videofilter->negotiated = FALSE; in gst_video_filter_init()
Dgstvideofilter.h49 gboolean negotiated; member
/third_party/grpc/src/core/tsi/alts/handshaker/proto/
Daltscontext.proto24 // The application protocol negotiated for this connection.
27 // The record protocol negotiated for this connection.
/third_party/grpc/src/proto/grpc/gcp/
Daltscontext.proto30 // The application protocol negotiated for this connection.
33 // The record protocol negotiated for this connection.
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dnegotiation319 - pad caps: the caps of the pad as it is currently negotiated.
36 Caps negotiation is initiated by an element that wants to send data on a non-negotiated
39 are negotiated or not, this is a task of the pads.
91 Get the negotiated caps of a pad or NULL if the pad is not negotiated.
228 2) negotiated caps (if any)
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpdvpay.h54 gboolean negotiated; member
Dgstrtpdvpay.c324 if (!rtpdvpay->negotiated) { in gst_rtp_dv_pay_handle_buffer()
327 rtpdvpay->negotiated = TRUE; in gst_rtp_dv_pay_handle_buffer()
/third_party/curl/docs/cmdline-opts/
Dsocks5-gssapi-nec.d6 As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
Dhttp2-prior-knowledge.d12 away. HTTPS requests will still do HTTP/2 the standard way with negotiated
/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.h61 gboolean negotiated; member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasetransform.c129 filter->negotiated = FALSE; in gst_cuda_base_transform_init()
261 filter->negotiated = res; in gst_cuda_base_transform_set_caps()
269 filter->negotiated = FALSE; in gst_cuda_base_transform_set_caps()
302 if (G_UNLIKELY (!filter->negotiated)) in gst_cuda_base_transform_transform()
Dgstcudabasetransform.h45 gboolean negotiated; member
/third_party/iptables/extensions/
Dlibxt_tcpmss.man1 …can only use this on TCP SYN or SYN/ACK packets, since the MSS is only negotiated during the TCP h…
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.h79 gboolean negotiated; member
Dmultipartmux.c464 if (!mux->negotiated) { in gst_multipart_mux_collected()
476 mux->negotiated = TRUE; in gst_multipart_mux_collected()
665 multipart_mux->negotiated = FALSE; in gst_multipart_mux_change_state()
/third_party/libwebsockets/READMEs/
DREADME.tls-sessions.md10 tls tunnel is negotiated... these are the object that gets validated by the
14 Normally the default is that there is a new session negotiated per connection,
19 both the server and client still have a copy of a previously-negotiated session
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasetransform.h53 gboolean negotiated; member
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstbasewidget.h56 gboolean negotiated; member
Dgtkgstbasewidget.c143 widget->negotiated = TRUE; in _queue_draw()
186 if (!gst_widget->negotiated) in gtk_gst_base_widget_get_preferred_width()
202 if (!gst_widget->negotiated) in gtk_gst_base_widget_get_preferred_height()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasesrc.c56 gboolean negotiated; member
211 glbasesrc->priv->negotiated = TRUE; in gst_gl_base_src_setcaps()
398 if (G_UNLIKELY (!src->priv->negotiated || !src->context)) in gst_gl_base_src_fill()
473 src->priv->negotiated = FALSE; in gst_gl_base_src_start()

12345678