Searched refs:nls_cp (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | sess.c | 559 nls_cp); in unicode_oslm_strings() 562 32, nls_cp); in unicode_oslm_strings() 879 nls_cp); in cifs_security_buffer_from_str() 934 nls_cp); in build_ntlmssp_negotiate_blob() 940 nls_cp); in build_ntlmssp_negotiate_blob() 1001 nls_cp); in build_ntlmssp_smb3_negotiate_blob() 1007 nls_cp); in build_ntlmssp_smb3_negotiate_blob() 1081 nls_cp); in build_ntlmssp_auth_blob() 1087 nls_cp); in build_ntlmssp_auth_blob() 1093 nls_cp); in build_ntlmssp_auth_blob() [all …]
|
A D | cifsencrypt.c | 427 cifs_strtoUTF16((__le16 *)blobptr, ses->domainName, dlen, nls_cp); in build_avpair_blob() 478 nls_cp, NO_MAP_UNI_RSVD); in find_domain_name() 533 const struct nls_table *nls_cp) in calc_ntlmv2_hash() argument 548 E_md4hash(ses->password, nt_hash, nls_cp); in calc_ntlmv2_hash() 572 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash() 596 nls_cp); in calc_ntlmv2_hash() 616 nls_cp); in calc_ntlmv2_hash() 700 if (nls_cp == NULL) { in setup_ntlmv2_rsp() 708 rc = find_domain_name(ses, nls_cp); in setup_ntlmv2_rsp() 719 rc = build_avpair_blob(ses, nls_cp); in setup_ntlmv2_rsp() [all …]
|
A D | ntlmssp.h | 149 const struct nls_table *nls_cp); 153 const struct nls_table *nls_cp); 157 const struct nls_table *nls_cp);
|
A D | smb2proto.h | 117 const struct nls_table *nls_cp);
|
A D | smb2pdu.c | 1227 struct nls_table *nls_cp; member 1507 sess_data->nls_cp); in SMB2_sess_auth_rawntlmssp_negotiate() 1592 sess_data->nls_cp); in SMB2_sess_auth_rawntlmssp_authenticate() 1680 const struct nls_table *nls_cp) in SMB2_sess_setup() argument 1700 sess_data->nls_cp = (struct nls_table *) nls_cp; in SMB2_sess_setup()
|
A D | cifsproto.h | 172 const struct nls_table *nls_cp);
|
Completed in 18 milliseconds