secword            87 source3/smbd/negprot.c 	int secword=0;
secword            93 source3/smbd/negprot.c 		secword |= NEGOTIATE_SECURITY_USER_LEVEL;
secword            95 source3/smbd/negprot.c 		secword |= NEGOTIATE_SECURITY_CHALLENGE_RESPONSE;
secword           100 source3/smbd/negprot.c 	SSVAL(req->outbuf,smb_vwv1,secword);
secword           131 source3/smbd/negprot.c 	int secword=0;
secword           137 source3/smbd/negprot.c 		secword |= NEGOTIATE_SECURITY_USER_LEVEL;
secword           139 source3/smbd/negprot.c 		secword |= NEGOTIATE_SECURITY_CHALLENGE_RESPONSE;
secword           144 source3/smbd/negprot.c 	SSVAL(req->outbuf,smb_vwv1,secword);
secword           248 source3/smbd/negprot.c 	int secword=0;
secword           308 source3/smbd/negprot.c 		secword |= NEGOTIATE_SECURITY_USER_LEVEL;
secword           310 source3/smbd/negprot.c 		secword |= NEGOTIATE_SECURITY_CHALLENGE_RESPONSE;
secword           314 source3/smbd/negprot.c 			secword |= NEGOTIATE_SECURITY_SIGNATURES_ENABLED;
secword           318 source3/smbd/negprot.c 				secword |=NEGOTIATE_SECURITY_SIGNATURES_REQUIRED;
secword           329 source3/smbd/negprot.c 	SCVAL(req->outbuf,smb_vwv1,secword);
secword           127 source4/smb_server/smb/negprot.c 	int secword=0;
secword           133 source4/smb_server/smb/negprot.c 		secword |= NEGOTIATE_SECURITY_USER_LEVEL;
secword           136 source4/smb_server/smb/negprot.c 		secword |= NEGOTIATE_SECURITY_CHALLENGE_RESPONSE;
secword           147 source4/smb_server/smb/negprot.c 	SSVAL(req->out.vwv, VWV(1), secword); 
secword           185 source4/smb_server/smb/negprot.c 	int secword=0;
secword           191 source4/smb_server/smb/negprot.c 		secword |= NEGOTIATE_SECURITY_USER_LEVEL;
secword           194 source4/smb_server/smb/negprot.c 		secword |= NEGOTIATE_SECURITY_CHALLENGE_RESPONSE;
secword           201 source4/smb_server/smb/negprot.c 	SSVAL(req->out.vwv, VWV(1), secword); 
secword           252 source4/smb_server/smb/negprot.c 	int secword=0;
secword           309 source4/smb_server/smb/negprot.c 		secword |= NEGOTIATE_SECURITY_USER_LEVEL;
secword           313 source4/smb_server/smb/negprot.c 		secword |= NEGOTIATE_SECURITY_CHALLENGE_RESPONSE;
secword           317 source4/smb_server/smb/negprot.c 		secword |= NEGOTIATE_SECURITY_SIGNATURES_ENABLED;
secword           321 source4/smb_server/smb/negprot.c 		secword |= NEGOTIATE_SECURITY_SIGNATURES_REQUIRED;
secword           329 source4/smb_server/smb/negprot.c 	SCVAL(req->out.vwv, VWV(1), secword);