Home
last modified time | relevance | path

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

/openbmc/linux/net/handshake/
H A Dtlshd.c34 int th_auth_mode; member
236 treq->th_auth_mode); in tls_handshake_accept()
239 switch (treq->th_auth_mode) { in tls_handshake_accept()
290 treq->th_auth_mode = HANDSHAKE_AUTH_UNAUTH; in tls_client_hello_anon()
316 treq->th_auth_mode = HANDSHAKE_AUTH_X509; in tls_client_hello_x509()
350 treq->th_auth_mode = HANDSHAKE_AUTH_PSK; in tls_client_hello_psk()
379 treq->th_auth_mode = HANDSHAKE_AUTH_X509; in tls_server_hello_x509()
407 treq->th_auth_mode = HANDSHAKE_AUTH_PSK; in tls_server_hello_psk()