Searched refs:bcc_ptr (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/cifs/ | 
| D | sess.c | 83 	char *bcc_ptr = *pbcc_area;  in unicode_oslm_strings()  local87 	bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32,  in unicode_oslm_strings()
 89 	bcc_ptr += 2 * bytes_ret;  in unicode_oslm_strings()
 90 	bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release,  in unicode_oslm_strings()
 92 	bcc_ptr += 2 * bytes_ret;  in unicode_oslm_strings()
 93 	bcc_ptr += 2; /* trailing null */  in unicode_oslm_strings()
 95 	bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS,  in unicode_oslm_strings()
 97 	bcc_ptr += 2 * bytes_ret;  in unicode_oslm_strings()
 98 	bcc_ptr += 2; /* trailing null */  in unicode_oslm_strings()
 100 	*pbcc_area = bcc_ptr;  in unicode_oslm_strings()
 [all …]
 
 | 
| D | connect.c | 4952 	unsigned char *bcc_ptr;  in CIFSTCon()  local4976 	bcc_ptr = &pSMB->Password[0];  in CIFSTCon()
 4979 		*bcc_ptr = 0; /* password is null byte */  in CIFSTCon()
 4980 		bcc_ptr++;              /* skip password */  in CIFSTCon()
 4996 					 bcc_ptr);  in CIFSTCon()
 5000 					bcc_ptr, nls_codepage);  in CIFSTCon()
 5008 		bcc_ptr += CIFS_AUTH_RESP_SIZE;  in CIFSTCon()
 5011 			*bcc_ptr = 0; /* null byte password */  in CIFSTCon()
 5012 			bcc_ptr++;  in CIFSTCon()
 5028 		    cifs_strtoUTF16((__le16 *) bcc_ptr, tree,  in CIFSTCon()
 [all …]
 
 | 
| D | ntlmssp.h | 134 int decode_ntlmssp_challenge(char *bcc_ptr, int blob_len, struct cifs_ses *ses);
 |