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.c267 static const struct handshake_proto tls_handshake_proto = { variable
291 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_anon()
317 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_x509()
351 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_psk()
380 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_x509()
408 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_psk()