Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsencrypt.c266 int setup_ntlm_response(struct cifs_ses *ses, const struct nls_table *nls_cp) in setup_ntlm_response() function
Dcifsproto.h478 extern int setup_ntlm_response(struct cifs_ses *, const struct nls_table *);
Dsess.c827 rc = setup_ntlm_response(ses, sess_data->nls_cp); in sess_auth_ntlm()