/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbencrypt.c | 81 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
|
H A D | cifs_unicode.h | 62 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *);
|
H A D | cifs_unicode.c | 242 * NAME: cifs_strtoUTF16() 248 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16() function 466 return cifs_strtoUTF16(target, source, PATH_MAX, cp); in cifsConvertToUTF16()
|
H A D | cifsencrypt.c | 427 cifs_strtoUTF16((__le16 *)blobptr, ses->domainName, dlen, nls_cp); in build_avpair_blob() 572 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash() 595 len = cifs_strtoUTF16((__le16 *)domain, ses->domainName, len, in calc_ntlmv2_hash() 615 len = cifs_strtoUTF16((__le16 *)server, ses->ip_addr, len, in calc_ntlmv2_hash()
|
H A D | sess.c | 733 bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32, in unicode_oslm_strings() 736 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release, in unicode_oslm_strings() 741 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS, in unicode_oslm_strings() 763 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->domainName, in unicode_domain_string() 786 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings() 1051 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
|
H A D | smb2pdu.c | 649 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt() 2024 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp); in SMB2_tcon() 2753 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
|
H A D | connect.c | 3716 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_unicode.c | 244 * NAME: cifs_strtoUTF16() 250 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16() function 468 return cifs_strtoUTF16(target, source, PATH_MAX, cp); in cifsConvertToUTF16()
|
H A D | cifsencrypt.c | 391 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()
|
H A D | smbencrypt.c | 178 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
|
H A D | sess.c | 365 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()
|
H A D | cifs_unicode.h | 97 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *);
|
H A D | smb2pdu.c | 486 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() 2482 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
|
H A D | connect.c | 4917 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon()
|