Searched refs:cifs_strtoUTF16 (Results 1 – 7 of 7) sorted by relevance
/linux/fs/cifs/ |
A 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()
|
A D | smbencrypt.c | 81 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
|
A 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()
|
A D | sess.c | 387 bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32, in unicode_oslm_strings() 390 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release, in unicode_oslm_strings() 395 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS, in unicode_oslm_strings() 417 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->domainName, in unicode_domain_string() 446 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings() 705 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
|
A D | cifs_unicode.h | 97 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *);
|
A D | smb2pdu.c | 491 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt() 1788 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp) + 1; in SMB2_tcon() 2529 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
|
A D | connect.c | 3689 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon()
|
Completed in 30 milliseconds