Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsproto.h470 extern int setup_ntlm_response(struct cifs_ses *, const struct nls_table *);
Dcifsencrypt.c265 int setup_ntlm_response(struct cifs_ses *ses, const struct nls_table *nls_cp) in setup_ntlm_response() function
Dsess.c820 rc = setup_ntlm_response(ses, sess_data->nls_cp); in sess_auth_ntlm()