Searched refs:nls_cp (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | sess.c | 81 unicode_oslm_strings(char **pbcc_area, const struct nls_table *nls_cp) in unicode_oslm_strings() argument 88 nls_cp); in unicode_oslm_strings() 91 32, nls_cp); in unicode_oslm_strings() 96 32, nls_cp); in unicode_oslm_strings() 104 const struct nls_table *nls_cp) in unicode_domain_string() argument 118 CIFS_MAX_DOMAINNAME_LEN, nls_cp); in unicode_domain_string() 127 const struct nls_table *nls_cp) in unicode_ssetup_strings() argument 147 CIFS_MAX_USERNAME_LEN, nls_cp); in unicode_ssetup_strings() 152 unicode_domain_string(&bcc_ptr, ses, nls_cp); in unicode_ssetup_strings() 153 unicode_oslm_strings(&bcc_ptr, nls_cp); in unicode_ssetup_strings() [all …]
|
D | cifsencrypt.c | 265 int setup_ntlm_response(struct cifs_ses *ses, const struct nls_table *nls_cp) in setup_ntlm_response() argument 281 ses->auth_key.response + CIFS_SESS_KEY_SIZE, nls_cp); in setup_ntlm_response() 288 rc = E_md4hash(ses->password, temp_key, nls_cp); in setup_ntlm_response() 347 build_avpair_blob(struct cifs_ses *ses, const struct nls_table *nls_cp) in build_avpair_blob() argument 386 cifs_strtoUTF16((__le16 *)blobptr, ses->domainName, dlen, nls_cp); in build_avpair_blob() 402 find_domain_name(struct cifs_ses *ses, const struct nls_table *nls_cp) in find_domain_name() argument 437 nls_cp, NO_MAP_UNI_RSVD); in find_domain_name() 490 const struct nls_table *nls_cp) in calc_ntlmv2_hash() argument 505 E_md4hash(ses->password, nt_hash, nls_cp); in calc_ntlmv2_hash() 529 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash() [all …]
|
D | ntlmssp.h | 138 const struct nls_table *nls_cp);
|
D | smb2proto.h | 105 const struct nls_table *nls_cp);
|
D | cifsproto.h | 128 const struct nls_table *nls_cp);
|
D | smb2pdu.c | 582 const struct nls_table *nls_cp) in SMB2_sess_setup() argument 726 nls_cp); in SMB2_sess_setup()
|