Lines Matching full:dtls
293 * |direction|. |version| is the normalized protocol version, so DTLS 1.0 is
333 /* DTLS replay bitmap. */
388 /* dtls_open_record implements |tls_open_record| for DTLS. It never returns
429 /* dtls_seal_record implements |tls_seal_record| for DTLS. |use_epoch| selects
583 * long. For DTLS, it reads a new packet and ignores |len|. It returns one on
586 * It is an error to call |ssl_read_buffer_extend_to| in DTLS when the buffer is
619 * one on success and <= 0 on error. For DTLS, whether or not the write
736 /* Check if an SSL structure is using DTLS */
815 /* is_dtls is one if the protocol is DTLS and zero otherwise. */
952 unsigned int mtu; /* max DTLS packet size */
1291 * SSLv3/TLS, the version is returned as-is. For DTLS, the corresponding TLS
1295 * TODO(davidben): To normalize some DTLS-specific code, move away from using