Searched refs:cifs_strtoUTF16 (Results 1 – 7 of 7) sorted by relevance
/fs/cifs/ |
D | cifsencrypt.c | 297 cifs_strtoUTF16((__le16 *)blobptr, ses->domainName, dlen, nls_cp); in build_avpair_blob() 442 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash() 465 len = cifs_strtoUTF16((__le16 *)domain, ses->domainName, len, in calc_ntlmv2_hash() 485 len = cifs_strtoUTF16((__le16 *)server, ses->ip_addr, len, in calc_ntlmv2_hash()
|
D | sess.c | 379 bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32, in unicode_oslm_strings() 382 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release, in unicode_oslm_strings() 387 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS, in unicode_oslm_strings() 409 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->domainName, in unicode_domain_string() 438 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings() 757 len = cifs_strtoUTF16((__le16 *)tmp, ses->domainName, in build_ntlmssp_auth_blob() 773 len = cifs_strtoUTF16((__le16 *)tmp, ses->user_name, in build_ntlmssp_auth_blob()
|
D | smbencrypt.c | 81 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
|
D | cifs_unicode.c | 249 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16() function 467 return cifs_strtoUTF16(target, source, PATH_MAX, cp); in cifsConvertToUTF16()
|
D | cifs_unicode.h | 97 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *);
|
D | smb2pdu.c | 500 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt() 1804 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp) + 1; in SMB2_tcon() 2565 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
|
D | connect.c | 3678 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon()
|