Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dssnsetup.c136 if ((ctx->ct_vcflags & SMBV_WILL_SIGN) != 0 && in smb_ssnsetup_ntlm1()
192 if ((ctx->ct_vcflags & SMBV_WILL_SIGN) != 0 && in smb_ssnsetup_ntlm2()
450 if (ctx->ct_vcflags & SMBV_WILL_SIGN) { in smb__ssnsetup()
H A Dprivate.h74 #define SMBV_WILL_SIGN 0x0100 /* negotiated signing */ macro
H A Dnegprot.c293 ctx->ct_vcflags |= SMBV_WILL_SIGN; in smb_negprot()
H A Dconnect.c482 ctx->ct_vcflags &= ~SMBV_WILL_SIGN; in smb_iod_connect()
H A Dkrb5ssp.c271 if (ctx->ct_vcflags & SMBV_WILL_SIGN) in krb5ssp_put_request()
H A Dntlmssp.c258 if (ctx->ct_vcflags & SMBV_WILL_SIGN) { in ntlmssp_put_type1()