Lines Matching refs:SecurityMode
1076 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_REQUIRED);
1078 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_ENABLED);
1080 req->SecurityMode = 0;
1158 cifs_dbg(FYI, "mode 0x%x\n", rsp->SecurityMode);
1194 server->sec_mode = le16_to_cpu(rsp->SecurityMode);
1292 pneg_inbuf->SecurityMode =
1295 pneg_inbuf->SecurityMode =
1298 pneg_inbuf->SecurityMode = 0;
1362 if (pneg_rsp->SecurityMode != cpu_to_le16(server->sec_mode))
1476 req->SecurityMode = SMB2_NEGOTIATE_SIGNING_REQUIRED;
1478 req->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED;
1480 req->SecurityMode = 0;