Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dtls.h44 #define TLS_VERSION_MINOR(ver) ((ver) & 0xFF) macro
/Linux-v4.19/include/net/
Dtls.h369 buf[1] = TLS_VERSION_MINOR(ctx->crypto_send.info.version); in tls_fill_prepend()
/Linux-v4.19/net/tls/
Dtls_sw.c1066 if (header[1] != TLS_VERSION_MINOR(tls_ctx->crypto_recv.info.version) || in tls_read_size()