Home
last modified time | relevance | path

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

/linux-6.15/net/handshake/
H A Dtlshd.c260 static const struct handshake_proto tls_handshake_proto = { variable
284 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_anon()
310 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_x509()
344 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_psk()
373 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_x509()
401 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_psk()