Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifs_unicode.h62 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *);
H A Dsmbencrypt.c74 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
H A Dcifsencrypt.c427 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 Dcifs_unicode.c248 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 Dsess.c719 bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32, in unicode_oslm_strings()
722 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release, in unicode_oslm_strings()
727 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS, in unicode_oslm_strings()
751 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->domainName, in unicode_domain_string()
773 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings()
1043 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
H A Dsmb2pdu.c661 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp)); in build_netname_ctxt()
2043 unc_path_len = cifs_strtoUTF16(unc_path, tree, strlen(tree), cp); in SMB2_tcon()
2789 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
H A Dconnect.c3744 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon()