Home
last modified time | relevance | path

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

/linux/net/handshake/
H A Dtlshd.c34 int th_auth_mode; member
241 treq->th_auth_mode); in tls_handshake_accept()
244 switch (treq->th_auth_mode) { in tls_handshake_accept()
296 treq->th_auth_mode = HANDSHAKE_AUTH_UNAUTH; in tls_client_hello_anon()
322 treq->th_auth_mode = HANDSHAKE_AUTH_X509; in tls_client_hello_x509()
356 treq->th_auth_mode = HANDSHAKE_AUTH_PSK; in tls_client_hello_psk()
385 treq->th_auth_mode = HANDSHAKE_AUTH_X509; in tls_server_hello_x509()
413 treq->th_auth_mode = HANDSHAKE_AUTH_PSK; in tls_server_hello_psk()