Searched refs:SecurityMode (Results 1 – 8 of 8) sorted by relevance
516 __le16 SecurityMode; member530 __le16 SecurityMode; member558 __u8 SecurityMode; member
420 __le16 SecurityMode; member428 __le16 SecurityMode; member
894 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_ENABLED); in SMB2_negotiate()896 req->SecurityMode = 0; in SMB2_negotiate()973 cifs_dbg(FYI, "mode 0x%x\n", rsp->SecurityMode); in SMB2_negotiate()1008 server->sec_mode = le16_to_cpu(rsp->SecurityMode); in SMB2_negotiate()1106 pneg_inbuf->SecurityMode = in smb3_validate_negotiate()1109 pneg_inbuf->SecurityMode = in smb3_validate_negotiate()1112 pneg_inbuf->SecurityMode = 0; in smb3_validate_negotiate()1176 if (pneg_rsp->SecurityMode != cpu_to_le16(server->sec_mode)) in smb3_validate_negotiate()1276 req->SecurityMode = SMB2_NEGOTIATE_SIGNING_REQUIRED; in SMB2_sess_alloc_buffer()1278 req->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED; in SMB2_sess_alloc_buffer()[all …]
510 __u8 SecurityMode; member
542 server->sec_mode = pSMBr->SecurityMode; in CIFSSMBNegotiate()
304 __le16 SecurityMode; member312 __le16 SecurityMode; member
202 __u8 SecurityMode; member
284 rsp->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED_LE; in init_smb2_neg_rsp()286 rsp->SecurityMode |= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE; in init_smb2_neg_rsp()1187 conn->cli_sec_mode = le16_to_cpu(req->SecurityMode); in smb2_handle_negotiate()1209 rsp->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED_LE; in smb2_handle_negotiate()1214 req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED_LE) in smb2_handle_negotiate()1218 rsp->SecurityMode |= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE; in smb2_handle_negotiate()1222 conn->srv_sec_mode = le16_to_cpu(rsp->SecurityMode); in smb2_handle_negotiate()1488 (req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED)) in ntlm_authenticate()1577 (req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED)) in krb5_authenticate()7364 if (le16_to_cpu(neg_req->SecurityMode) != conn->cli_sec_mode) { in fsctl_validate_negotiate_info()[all …]
Completed in 68 milliseconds