Home
last modified time | relevance | path

Searched refs:ct_hflags2 (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dnegprot.c132 ctx->ct_hflags2 = in smb_negprot()
146 ctx->ct_hflags2 |= SMB_FLAGS2_EXT_SEC; in smb_negprot()
301 ctx->ct_hflags2 &= ~SMB_FLAGS2_UNICODE; in smb_negprot()
320 ctx->ct_hflags2 &= ~SMB_FLAGS2_ERR_STATUS; in smb_negprot()
368 ctx->ct_hflags2 &= ~SMB_FLAGS2_EXT_SEC; in smb_negprot()
H A Dssnsetup.c137 (ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) == 0) { in smb_ssnsetup_ntlm1()
142 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE; in smb_ssnsetup_ntlm1()
193 (ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) == 0) { in smb_ssnsetup_ntlm2()
198 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE; in smb_ssnsetup_ntlm2()
300 uc = ctx->ct_hflags2 & SMB_FLAGS2_UNICODE; in smb__ssnsetup()
H A Dkrb5ssp.c272 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE; in krb5ssp_put_request()
409 if ((ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) && in krb5ssp_final()
H A Dntlmssp.c260 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE; in ntlmssp_put_type1()
632 if ((ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) && in ntlmssp_final()
H A Drq.c102 rqp->rq_hflags2 = ctx->ct_hflags2; in smb_rq_init()
/titanic_41/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h149 #define ct_hflags2 ct_work.wk_iods.is_hflags2 macro