Home
last modified time | relevance | path

Searched refs:TLS_1_2_VERSION_MINOR (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/include/uapi/linux/
H A Dtls.h51 #define TLS_1_2_VERSION_MINOR 0x3 macro
/linux-6.15/include/uapi/linux/
H A Dtls.h53 #define TLS_1_2_VERSION_MINOR 0x3 macro
/linux-6.15/net/tls/
H A Dtls.h354 buf[1] = TLS_1_2_VERSION_MINOR; in tls_fill_prepend()
375 buf[2] = TLS_1_2_VERSION_MINOR; in tls_make_aad()
H A Dtls_sw.c2436 if (header[1] != TLS_1_2_VERSION_MINOR || in tls_rx_msg_size()