Home
last modified time | relevance | path

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

/linux/net/handshake/
H A Dtlshd.c266 static const struct handshake_proto tls_handshake_proto = { variable
290 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_anon()
316 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_x509()
350 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_psk()
379 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_x509()
407 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_psk()