Home
last modified time | relevance | path

Searched refs:TLS_VERSION_MAJOR (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dtls.h45 #define TLS_VERSION_MAJOR(ver) (((ver) >> 8) & 0xFF) macro
/Linux-v4.19/include/net/
Dtls.h370 buf[2] = TLS_VERSION_MAJOR(ctx->crypto_send.info.version); in tls_fill_prepend()
/Linux-v4.19/net/tls/
Dtls_sw.c1067 header[2] != TLS_VERSION_MAJOR(tls_ctx->crypto_recv.info.version)) { in tls_read_size()