Searched refs:TLS_VERSION_MAJOR (Results 1 – 3 of 3) sorted by relevance
45 #define TLS_VERSION_MAJOR(ver) (((ver) >> 8) & 0xFF) macro
370 buf[2] = TLS_VERSION_MAJOR(ctx->crypto_send.info.version); in tls_fill_prepend()
1067 header[2] != TLS_VERSION_MAJOR(tls_ctx->crypto_recv.info.version)) { in tls_read_size()