Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dtls.h50 #define TLS_1_2_VERSION_MAJOR 0x3 macro
/openbmc/linux/include/uapi/linux/
H A Dtls.h52 #define TLS_1_2_VERSION_MAJOR 0x3 macro
/openbmc/linux/net/tls/
H A Dtls.h351 buf[2] = TLS_1_2_VERSION_MAJOR; in tls_fill_prepend()
370 buf[1] = TLS_1_2_VERSION_MAJOR; in tls_make_aad()
H A Dtls_sw.c2404 header[2] != TLS_1_2_VERSION_MAJOR) { in tls_rx_msg_size()