Searched refs:SecurityMode (Results 1 – 4 of 4) sorted by relevance
610 __le16 SecurityMode; member624 __le16 SecurityMode; member652 __u8 SecurityMode; member1520 __le16 SecurityMode; member1528 __le16 SecurityMode; member
1159 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_REQUIRED); in SMB2_negotiate()1161 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_ENABLED); in SMB2_negotiate()1163 req->SecurityMode = 0; in SMB2_negotiate()1253 cifs_dbg(FYI, "mode 0x%x\n", rsp->SecurityMode); in SMB2_negotiate()1296 server->sec_mode = le16_to_cpu(rsp->SecurityMode); in SMB2_negotiate()1398 pneg_inbuf->SecurityMode = in smb3_validate_negotiate()1401 pneg_inbuf->SecurityMode = in smb3_validate_negotiate()1404 pneg_inbuf->SecurityMode = 0; in smb3_validate_negotiate()1474 u16 sec_mode = le16_to_cpu(pneg_rsp->SecurityMode); in smb3_validate_negotiate()1597 req->SecurityMode = SMB2_NEGOTIATE_SIGNING_REQUIRED; in SMB2_sess_alloc_buffer()[all …]
492 server->sec_mode = pSMBr->SecurityMode; in CIFSSMBNegotiate()
365 rsp->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED_LE; in init_smb2_neg_rsp()367 rsp->SecurityMode |= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE; in init_smb2_neg_rsp()1457 conn->cli_sec_mode = le16_to_cpu(req->SecurityMode); in smb2_handle_negotiate()1477 rsp->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED_LE; in smb2_handle_negotiate()1482 req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED_LE) in smb2_handle_negotiate()1486 rsp->SecurityMode |= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE; in smb2_handle_negotiate()1490 conn->srv_sec_mode = le16_to_cpu(rsp->SecurityMode); in smb2_handle_negotiate()1771 (req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED)) in ntlm_authenticate()1867 (req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED)) in krb5_authenticate()8700 if (le16_to_cpu(neg_req->SecurityMode) != conn->cli_sec_mode) { in fsctl_validate_negotiate_info()[all …]