Lines Matching full:dtls
350 // Due to DTLS's historical wire version differences and to support multiple
356 // boundaries. The set of supported versions differs between TLS and DTLS. Wire
360 // used. DTLS versions map to the corresponding TLS versions. Draft TLS 1.3
366 // a valid TLS or DTLS version, it returns false.
368 // Note this simultaneously handles both DTLS and TLS. Use one of the
616 // protocol version, so DTLS 1.0 is represented as 0x0301, not 0xffef.
707 // is_dtls_ is whether DTLS is being used with this AEAD.
730 // DTLS replay bitmap.
792 // dtls_open_record implements |tls_open_record| for DTLS. It only returns
839 // dtls_seal_record implements |tls_seal_record| for DTLS. |use_epoch| selects
974 // raw is the entire serialized handshake message, including the TLS or DTLS
1001 // |tls_has_unprocessed_handshake_data| for DTLS.
1088 // long. For DTLS, it reads a new packet and ignores |len|. It returns one on
1091 // It is an error to call |ssl_read_buffer_extend_to| in DTLS when the buffer is
1103 // one on success and <= 0 on error. For DTLS, whether or not the write
1770 // |SSL_PROTOCOL_METHOD| abstracts between TLS and DTLS.
1919 // |SSL_CTX_set_max_proto_version|. Note this version is normalized in DTLS
1924 // |SSL_CTX_set_min_proto_version|. Note this version is normalized in DTLS
2399 // An hm_fragment is an incoming DTLS message, possibly not yet assembled.
2484 unsigned mtu = 0; // max DTLS packet size
2501 // method is the method table corresponding to the current protocol (DTLS or
2509 // |SSL_set_max_proto_version|. Note this version is normalized in DTLS and is
2514 // |SSL_set_min_proto_version|. Note this version is normalized in DTLS and is
2550 // initial_timeout_duration_ms is the default DTLS timeout duration in
2606 // DTLS-SRTP.
2610 // DTLS-SRTP.