Home
last modified time | relevance | path

Searched refs:cifs_strtoUTF16 (Results 1 – 7 of 7) sorted by relevance

/fs/cifs/
Dcifsencrypt.c391 cifs_strtoUTF16((__le16 *)blobptr, ses->domainName, dlen, nls_cp); in build_avpair_blob()
536 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash()
559 len = cifs_strtoUTF16((__le16 *)domain, ses->domainName, len, in calc_ntlmv2_hash()
579 len = cifs_strtoUTF16((__le16 *)server, ses->serverName, len, in calc_ntlmv2_hash()
Dsess.c365 bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32, in unicode_oslm_strings()
368 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release, in unicode_oslm_strings()
373 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS, in unicode_oslm_strings()
395 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->domainName, in unicode_domain_string()
424 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings()
743 len = cifs_strtoUTF16((__le16 *)tmp, ses->domainName, in build_ntlmssp_auth_blob()
759 len = cifs_strtoUTF16((__le16 *)tmp, ses->user_name, in build_ntlmssp_auth_blob()
Dcifs_unicode.c250 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16() function
468 return cifs_strtoUTF16(target, source, PATH_MAX, cp); in cifsConvertToUTF16()
Dsmbencrypt.c178 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
Dcifs_unicode.h97 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *);
Dsmb2pdu.c486 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt()
1738 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp) + 1; in SMB2_tcon()
2501 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
Dconnect.c4917 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon()