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

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

Completed in 68 milliseconds