Searched refs:SecurityMode (Results 1 – 4 of 4) sorted by relevance
605 __le16 SecurityMode; member619 __le16 SecurityMode; member647 __u8 SecurityMode; member1579 __le16 SecurityMode; member1587 __le16 SecurityMode; member
1098 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_REQUIRED); in SMB2_negotiate()1100 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_ENABLED); in SMB2_negotiate()1102 req->SecurityMode = 0; in SMB2_negotiate()1180 cifs_dbg(FYI, "mode 0x%x\n", rsp->SecurityMode); in SMB2_negotiate()1216 server->sec_mode = le16_to_cpu(rsp->SecurityMode); in SMB2_negotiate()1326 pneg_inbuf->SecurityMode = in smb3_validate_negotiate()1329 pneg_inbuf->SecurityMode = in smb3_validate_negotiate()1332 pneg_inbuf->SecurityMode = 0; in smb3_validate_negotiate()1396 if (pneg_rsp->SecurityMode != cpu_to_le16(server->sec_mode)) in smb3_validate_negotiate()1510 req->SecurityMode = SMB2_NEGOTIATE_SIGNING_REQUIRED; in SMB2_sess_alloc_buffer()[all …]
474 server->sec_mode = pSMBr->SecurityMode; in CIFSSMBNegotiate()
297 rsp->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED_LE; in init_smb2_neg_rsp()299 rsp->SecurityMode |= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE; in init_smb2_neg_rsp()1218 conn->cli_sec_mode = le16_to_cpu(req->SecurityMode); in smb2_handle_negotiate()1238 rsp->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED_LE; in smb2_handle_negotiate()1243 req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED_LE) in smb2_handle_negotiate()1247 rsp->SecurityMode |= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE; in smb2_handle_negotiate()1251 conn->srv_sec_mode = le16_to_cpu(rsp->SecurityMode); in smb2_handle_negotiate()1527 (req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED)) in ntlm_authenticate()1614 (req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED)) in krb5_authenticate()7880 if (le16_to_cpu(neg_req->SecurityMode) != conn->cli_sec_mode) { in fsctl_validate_negotiate_info()[all …]