Lines Matching defs:nls_cp
266 int setup_ntlm_response(struct cifs_ses *ses, const struct nls_table *nls_cp)
282 ses->auth_key.response + CIFS_SESS_KEY_SIZE, nls_cp);
289 rc = E_md4hash(ses->password, temp_key, nls_cp);
352 build_avpair_blob(struct cifs_ses *ses, const struct nls_table *nls_cp)
391 cifs_strtoUTF16((__le16 *)blobptr, ses->domainName, dlen, nls_cp);
407 find_domain_name(struct cifs_ses *ses, const struct nls_table *nls_cp)
442 nls_cp, NO_MAP_UNI_RSVD);
497 const struct nls_table *nls_cp)
512 E_md4hash(ses->password, nt_hash, nls_cp);
536 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp);
560 nls_cp);
580 nls_cp);
654 setup_ntlmv2_rsp(struct cifs_ses *ses, const struct nls_table *nls_cp)
667 rc = find_domain_name(ses, nls_cp);
678 rc = build_avpair_blob(ses, nls_cp);
724 rc = calc_ntlmv2_hash(ses, ntlmv2_hash, nls_cp);