Searched refs:bcc_ptr (Results 1 – 3 of 3) sorted by relevance
711 *bcc_ptr = 0; in unicode_domain_string()736 *bcc_ptr = 0; in ascii_domain_string()737 bcc_ptr++; in ascii_domain_string()753 *bcc_ptr = 0; in unicode_ssetup_strings()784 *bcc_ptr = 0; in ascii_ssetup_strings()1472 bcc_ptr++; in sess_auth_ntlmv2()1511 ++bcc_ptr; in sess_auth_ntlmv2()1597 bcc_ptr++; in sess_auth_kerberos()1647 ++bcc_ptr; in sess_auth_kerberos()1700 bcc_ptr++; in _sess_auth_rawntlmssp_assemble_req()[all …]
3992 unsigned char *bcc_ptr; in CIFSTCon() local4016 bcc_ptr = &pSMB->Password[0]; in CIFSTCon()4041 strcpy(bcc_ptr, tree); in CIFSTCon()4042 bcc_ptr += strlen(tree) + 1; in CIFSTCon()4044 strcpy(bcc_ptr, "?????"); in CIFSTCon()4045 bcc_ptr += strlen("?????"); in CIFSTCon()4046 bcc_ptr += 1; in CIFSTCon()4070 if ((bcc_ptr[0] == 'I') && (bcc_ptr[1] == 'P') && in CIFSTCon()4071 (bcc_ptr[2] == 'C')) { in CIFSTCon()4077 if ((bcc_ptr[0] == 'A') && (bcc_ptr[1] == ':')) { in CIFSTCon()[all …]
145 int decode_ntlmssp_challenge(char *bcc_ptr, int blob_len, struct cifs_ses *ses);