Searched refs:bcc_ptr (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | sess.c | 361 char *bcc_ptr = *pbcc_area; in unicode_oslm_strings() local 365 bytes_ret = cifs_strtoUTF16((__le16 *)bcc_ptr, "Linux version ", 32, in unicode_oslm_strings() 367 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings() 368 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, init_utsname()->release, in unicode_oslm_strings() 370 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings() 371 bcc_ptr += 2; /* trailing null */ in unicode_oslm_strings() 373 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, CIFS_NETWORK_OPSYS, in unicode_oslm_strings() 375 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings() 376 bcc_ptr += 2; /* trailing null */ in unicode_oslm_strings() 378 *pbcc_area = bcc_ptr; in unicode_oslm_strings() [all …]
|
| H A D | connect.c | 4839 unsigned char *bcc_ptr; in CIFSTCon() local 4863 bcc_ptr = &pSMB->Password[0]; in CIFSTCon() 4866 *bcc_ptr = 0; /* password is null byte */ in CIFSTCon() 4867 bcc_ptr++; /* skip password */ in CIFSTCon() 4883 bcc_ptr); in CIFSTCon() 4887 bcc_ptr, nls_codepage); in CIFSTCon() 4895 bcc_ptr += CIFS_AUTH_RESP_SIZE; in CIFSTCon() 4898 *bcc_ptr = 0; /* null byte password */ in CIFSTCon() 4899 bcc_ptr++; in CIFSTCon() 4915 cifs_strtoUTF16((__le16 *) bcc_ptr, tree, in CIFSTCon() [all …]
|
| H A D | ntlmssp.h | 134 int decode_ntlmssp_challenge(char *bcc_ptr, int blob_len, struct cifs_ses *ses);
|