Home
last modified time | relevance | path

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

/openbmc/linux/net/handshake/
H A Dtlshd.c261 static const struct handshake_proto tls_handshake_proto = { variable
285 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_anon()
311 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_x509()
345 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_client_hello_psk()
374 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_x509()
402 req = handshake_req_alloc(&tls_handshake_proto, flags); in tls_server_hello_psk()