Home
last modified time | relevance | path

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

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