Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsess.c394 rc = setup_ntlmv2_rsp(ses, nls_cp); in build_ntlmssp_auth_blob()
929 rc = setup_ntlmv2_rsp(ses, sess_data->nls_cp); in sess_auth_ntlmv2()
Dcifsproto.h470 extern int setup_ntlmv2_rsp(struct cifs_ses *, const struct nls_table *);
Dcifsencrypt.c648 setup_ntlmv2_rsp(struct cifs_ses *ses, const struct nls_table *nls_cp) in setup_ntlmv2_rsp() function