Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsess.c747 *bcc_ptr = 0; in unicode_domain_string()
770 *bcc_ptr = 0; in unicode_ssetup_strings()
801 *bcc_ptr = 0; in ascii_ssetup_strings()
811 *bcc_ptr = 0; in ascii_ssetup_strings()
812 bcc_ptr++; in ascii_ssetup_strings()
1503 bcc_ptr++; in sess_auth_ntlmv2()
1542 ++bcc_ptr; in sess_auth_ntlmv2()
1628 bcc_ptr++; in sess_auth_kerberos()
1678 ++bcc_ptr; in sess_auth_kerberos()
1731 bcc_ptr++; in _sess_auth_rawntlmssp_assemble_req()
[all …]
H A Dconnect.c3701 unsigned char *bcc_ptr; in CIFSTCon() local
3725 bcc_ptr = &pSMB->Password[0]; in CIFSTCon()
3750 strcpy(bcc_ptr, tree); in CIFSTCon()
3751 bcc_ptr += strlen(tree) + 1; in CIFSTCon()
3753 strcpy(bcc_ptr, "?????"); in CIFSTCon()
3754 bcc_ptr += strlen("?????"); in CIFSTCon()
3755 bcc_ptr += 1; in CIFSTCon()
3779 if ((bcc_ptr[0] == 'I') && (bcc_ptr[1] == 'P') && in CIFSTCon()
3780 (bcc_ptr[2] == 'C')) { in CIFSTCon()
3786 if ((bcc_ptr[0] == 'A') && (bcc_ptr[1] == ':')) { in CIFSTCon()
[all …]
H A Dntlmssp.h145 int decode_ntlmssp_challenge(char *bcc_ptr, int blob_len, struct cifs_ses *ses);