Home
last modified time | relevance | path

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

/fs/ksmbd/
Dasn1.c185 int mech_type; in ksmbd_neg_token_init_mech_type() local
189 mech_type = KSMBD_AUTH_NTLMSSP; in ksmbd_neg_token_init_mech_type()
191 mech_type = KSMBD_AUTH_MSKRB5; in ksmbd_neg_token_init_mech_type()
193 mech_type = KSMBD_AUTH_KRB5; in ksmbd_neg_token_init_mech_type()
195 mech_type = KSMBD_AUTH_KRB5U2U; in ksmbd_neg_token_init_mech_type()
204 conn->auth_mechs |= mech_type; in ksmbd_neg_token_init_mech_type()
206 conn->preferred_auth_mech = mech_type; in ksmbd_neg_token_init_mech_type()