Home
last modified time | relevance | path

Searched refs:bcc_ptr (Results 1 – 3 of 3) sorted by relevance

/linux/fs/cifs/
A Dsess.c413 *bcc_ptr = 0; in unicode_domain_string()
443 *bcc_ptr = 0; in unicode_ssetup_strings()
474 *bcc_ptr = 0; in ascii_ssetup_strings()
485 *bcc_ptr = 0; in ascii_ssetup_strings()
486 bcc_ptr++; in ascii_ssetup_strings()
1081 bcc_ptr++; in sess_auth_ntlmv2()
1120 ++bcc_ptr; in sess_auth_ntlmv2()
1205 bcc_ptr++; in sess_auth_kerberos()
1255 ++bcc_ptr; in sess_auth_kerberos()
1307 bcc_ptr++; in _sess_auth_rawntlmssp_assemble_req()
[all …]
A Dconnect.c3645 unsigned char *bcc_ptr; in CIFSTCon() local
3669 bcc_ptr = &pSMB->Password[0]; in CIFSTCon()
3695 strcpy(bcc_ptr, tree); in CIFSTCon()
3696 bcc_ptr += strlen(tree) + 1; in CIFSTCon()
3698 strcpy(bcc_ptr, "?????"); in CIFSTCon()
3699 bcc_ptr += strlen("?????"); in CIFSTCon()
3700 bcc_ptr += 1; in CIFSTCon()
3726 if ((bcc_ptr[0] == 'I') && (bcc_ptr[1] == 'P') && in CIFSTCon()
3727 (bcc_ptr[2] == 'C')) { in CIFSTCon()
3733 if ((bcc_ptr[0] == 'A') && (bcc_ptr[1] == ':')) { in CIFSTCon()
[all …]
A Dntlmssp.h121 int decode_ntlmssp_challenge(char *bcc_ptr, int blob_len, struct cifs_ses *ses);

Completed in 16 milliseconds