Searched refs:bcc_ptr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | sess.c | 715 char *bcc_ptr = *pbcc_area; in unicode_oslm_strings() local 719 bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32, in unicode_oslm_strings() 721 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings() 722 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release, in unicode_oslm_strings() 724 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings() 725 bcc_ptr += 2; /* trailing null */ in unicode_oslm_strings() 727 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS, in unicode_oslm_strings() 729 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings() 730 bcc_ptr += 2; /* trailing null */ in unicode_oslm_strings() 732 *pbcc_area = bcc_ptr; in unicode_oslm_strings() 738 char *bcc_ptr = *pbcc_area; unicode_domain_string() local 762 char *bcc_ptr = *pbcc_area; unicode_ssetup_strings() local 788 char *bcc_ptr = *pbcc_area; ascii_ssetup_strings() local 866 char *bcc_ptr = *pbcc_area; decode_ascii_ssetup() local 918 decode_ntlmssp_challenge(char * bcc_ptr,int blob_len,struct cifs_ses * ses) decode_ntlmssp_challenge() argument 1458 char *bcc_ptr; sess_auth_ntlmv2() local 1568 char *bcc_ptr; sess_auth_kerberos() local 1713 char *bcc_ptr; _sess_auth_rawntlmssp_assemble_req() local 1753 char *bcc_ptr; sess_auth_rawntlmssp_negotiate() local 1859 char *bcc_ptr; sess_auth_rawntlmssp_authenticate() local [all...] |
H A D | connect.c | 3795 unsigned char *bcc_ptr; in CIFSTCon() 3819 bcc_ptr = &pSMB->Password[0]; in CIFSTCon() 3822 *bcc_ptr = 0; /* password is null byte */ in CIFSTCon() 3823 bcc_ptr++; /* skip password */ in CIFSTCon() 3838 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon() 3841 bcc_ptr += 2 * length; /* convert num 16 bit words to bytes */ in CIFSTCon() 3842 bcc_ptr += 2; /* skip trailing null */ in CIFSTCon() 3844 strcpy(bcc_ptr, tree); in CIFSTCon() 3845 bcc_ptr += strlen(tree) + 1; in CIFSTCon() 3847 strcpy(bcc_ptr, " in CIFSTCon() 3787 unsigned char *bcc_ptr; CIFSTCon() local [all...] |
H A D | ntlmssp.h | 145 int decode_ntlmssp_challenge(char *bcc_ptr, int blob_len, struct cifs_ses *ses);
|