Home
last modified time | relevance | path

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

/linux/net/handshake/
H A Dtlshd.c32 int th_type; member
219 ret = nla_put_u32(msg, HANDSHAKE_A_ACCEPT_MESSAGE_TYPE, treq->th_type); in tls_handshake_accept()
295 treq->th_type = HANDSHAKE_MSG_TYPE_CLIENTHELLO; in tls_client_hello_anon()
321 treq->th_type = HANDSHAKE_MSG_TYPE_CLIENTHELLO; in tls_client_hello_x509()
355 treq->th_type = HANDSHAKE_MSG_TYPE_CLIENTHELLO; in tls_client_hello_psk()
384 treq->th_type = HANDSHAKE_MSG_TYPE_SERVERHELLO; in tls_server_hello_x509()
412 treq->th_type = HANDSHAKE_MSG_TYPE_SERVERHELLO; in tls_server_hello_psk()