Searched refs:th_auth_mode (Results 1 – 1 of 1) sorted by relevance
34 int th_auth_mode; member235 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