Lines Matching refs:SecurityMode
844 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_REQUIRED);
846 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_ENABLED);
848 req->SecurityMode = 0;
919 cifs_dbg(FYI, "mode 0x%x\n", rsp->SecurityMode);
954 server->sec_mode = le16_to_cpu(rsp->SecurityMode);
1052 pneg_inbuf->SecurityMode =
1055 pneg_inbuf->SecurityMode =
1058 pneg_inbuf->SecurityMode = 0;
1121 if (pneg_rsp->SecurityMode != cpu_to_le16(server->sec_mode))
1221 req->SecurityMode = SMB2_NEGOTIATE_SIGNING_REQUIRED;
1223 req->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED;
1225 req->SecurityMode = 0;