Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dtls.h45 #define TLS_VERSION_MAJOR(ver) (((ver) >> 8) & 0xFF) macro
/linux-4.19.296/include/net/
Dtls.h381 buf[2] = TLS_VERSION_MAJOR(ctx->crypto_send.info.version); in tls_fill_prepend()