Searched refs:ti_mbc (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | ssnsetup.c | 166 struct mbdata lm_mbc, nt_mbc, ti_mbc; in smb_ssnsetup_ntlm2() local 180 bzero(&ti_mbc, sizeof (ti_mbc)); in smb_ssnsetup_ntlm2() 183 err = ntlm_build_target_info(ctx, NULL, &ti_mbc); in smb_ssnsetup_ntlm2() 188 err = ntlm_put_v2_responses(ctx, &ti_mbc, &lm_mbc, &nt_mbc); in smb_ssnsetup_ntlm2() 210 mb_done(&ti_mbc); in smb_ssnsetup_ntlm2()
|
H A D | ntlmssp.c | 415 struct mbdata ti_mbc; /* target info */ in ntlmssp_put_type3() local 426 bzero(&ti_mbc, sizeof (ti_mbc)); in ntlmssp_put_type3() 464 ssp_st->ss_target_info, &ti_mbc); in ntlmssp_put_type3() 467 err = ntlm_put_v2_responses(ctx, &ti_mbc, in ntlmssp_put_type3() 577 mb_done(&ti_mbc); in ntlmssp_put_type3()
|