Home
last modified time | relevance | path

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

/linux/net/handshake/
A Dtlshd.c34 int th_auth_mode; member
235 treq->th_auth_mode); in tls_handshake_accept()
238 switch (treq->th_auth_mode) { in tls_handshake_accept()
289 treq->th_auth_mode = HANDSHAKE_AUTH_UNAUTH; in tls_client_hello_anon()
315 treq->th_auth_mode = HANDSHAKE_AUTH_X509; in tls_client_hello_x509()
349 treq->th_auth_mode = HANDSHAKE_AUTH_PSK; in tls_client_hello_psk()
378 treq->th_auth_mode = HANDSHAKE_AUTH_X509; in tls_server_hello_x509()
406 treq->th_auth_mode = HANDSHAKE_AUTH_PSK; in tls_server_hello_psk()

Completed in 190 milliseconds