Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsess.c668 nls_cp); in unicode_oslm_strings()
671 32, nls_cp); in unicode_oslm_strings()
1014 nls_cp); in cifs_security_buffer_from_str()
1069 nls_cp); in build_ntlmssp_negotiate_blob()
1075 nls_cp); in build_ntlmssp_negotiate_blob()
1136 nls_cp); in build_ntlmssp_smb3_negotiate_blob()
1142 nls_cp); in build_ntlmssp_smb3_negotiate_blob()
1224 nls_cp); in build_ntlmssp_auth_blob()
1230 nls_cp); in build_ntlmssp_auth_blob()
1236 nls_cp); in build_ntlmssp_auth_blob()
[all …]
H A Dcifsencrypt.c273 build_avpair_blob(struct cifs_ses *ses, const struct nls_table *nls_cp) in build_avpair_blob() argument
313 cifs_strtoUTF16((__le16 *)blobptr, ses->domainName, dlen, nls_cp); in build_avpair_blob()
408 const struct nls_table *nls_cp, struct shash_desc *hmacmd5) in calc_ntlmv2_hash() argument
418 E_md4hash(ses->password, nt_hash, nls_cp); in calc_ntlmv2_hash()
439 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash()
461 nls_cp); in calc_ntlmv2_hash()
476 len = cifs_strtoUTF16((__le16 *)server, ses->ip_addr, len, nls_cp); in calc_ntlmv2_hash()
536 setup_ntlmv2_rsp(struct cifs_ses *ses, const struct nls_table *nls_cp) in setup_ntlmv2_rsp() argument
547 if (nls_cp == NULL) { in setup_ntlmv2_rsp()
579 rc = build_avpair_blob(ses, nls_cp); in setup_ntlmv2_rsp()
[all …]
H A Dntlmssp.h149 const struct nls_table *nls_cp);
153 const struct nls_table *nls_cp);
157 const struct nls_table *nls_cp);
H A Dsmb2proto.h150 const struct nls_table *nls_cp);
H A Dsmb2pdu.c1427 struct nls_table *nls_cp; member
1723 sess_data->nls_cp); in SMB2_sess_auth_rawntlmssp_negotiate()
1808 sess_data->nls_cp); in SMB2_sess_auth_rawntlmssp_authenticate()
1896 const struct nls_table *nls_cp) in SMB2_sess_setup() argument
1916 sess_data->nls_cp = (struct nls_table *) nls_cp; in SMB2_sess_setup()
H A Dcifsproto.h185 const struct nls_table *nls_cp);