Lines Matching defs:version
24 #include "mbedtls/version.h"
623 * 2: version +
633 * 3) CID functionality based on legacy CID version
647 * 2: DTLSCipherText.version +
659 * 2: DTLSCiphertext.version +
676 * This implementations also considers the use of a legacy version of the
687 * TLSCompressed.version + TLSCompressed.length;
716 * DTLSCiphertext.version +
730 * DTLSCiphertext.version +
745 * DTLSCiphertext.version +
756 * DTLSCipherText.version +
809 // version
1176 * This depends on the TLS version.
1602 * This depends on the TLS version.
2957 /* TLS 1.3 still uses the TLS 1.2 version identifier
3028 "version = [%u:%u], msglen = %" MBEDTLS_PRINTF_SIZET,
3488 * 1-2 ProtocolVersion version; copied
3558 * 1-2 ProtocolVersion version; copied
3693 * ProtocolVersion version;
3779 * ProtocolVersion version;
3818 * Parse and validate record version
3827 MBEDTLS_SSL_DEBUG_MSG(1, ("TLS version mismatch: got %u, expected max %u",
3858 "version = [0x%x], msglen = %" MBEDTLS_PRINTF_SIZET,
5712 /* Check protocol version and dispatch accordingly. */
6282 * Convert version numbers to/from wire format
6290 void mbedtls_ssl_write_version(unsigned char version[2], int transport,
6305 MBEDTLS_PUT_UINT16_BE(tls_version_formatted, version, 0);
6308 uint16_t mbedtls_ssl_read_version(const unsigned char version[2],
6311 uint16_t tls_version = MBEDTLS_GET_UINT16_BE(version, 0);