Searched refs:ct_hflags2 (Results 1 – 6 of 6) sorted by relevance
132 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()
137 (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()
272 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE; in krb5ssp_put_request()409 if ((ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) && in krb5ssp_final()
260 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE; in ntlmssp_put_type1()632 if ((ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) && in ntlmssp_final()
102 rqp->rq_hflags2 = ctx->ct_hflags2; in smb_rq_init()
149 #define ct_hflags2 ct_work.wk_iods.is_hflags2 macro