Searched refs:SecurityMode (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/smb/common/
H A Dsmb2pdu.h408 /* SecurityMode flags */
605 __le16 SecurityMode; member in struct:smb2_negotiate_req
619 __le16 SecurityMode; member in struct:smb2_negotiate_rsp
647 __u8 SecurityMode; member in struct:smb2_sess_setup_req
1519 __le16 SecurityMode; member in struct:validate_negotiate_info_req
1527 __le16 SecurityMode; member in struct:validate_negotiate_info_rsp
/linux-master/fs/smb/client/
H A Dsmb2pdu.c1098 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_REQUIRED);
1100 req->SecurityMode = cpu_to_le16(SMB2_NEGOTIATE_SIGNING_ENABLED);
1102 req->SecurityMode = 0;
1180 cifs_dbg(FYI, "mode 0x%x\n", rsp->SecurityMode);
1216 server->sec_mode = le16_to_cpu(rsp->SecurityMode);
1314 pneg_inbuf->SecurityMode =
1317 pneg_inbuf->SecurityMode =
1320 pneg_inbuf->SecurityMode = 0;
1384 if (pneg_rsp->SecurityMode != cpu_to_le16(server->sec_mode))
1498 req->SecurityMode
[all...]
H A Dcifspdu.h498 __u8 SecurityMode; member in struct:negotiate_rsp
523 /* SecurityMode bits */
H A Dcifssmb.c466 server->sec_mode = pSMBr->SecurityMode;
/linux-master/fs/smb/server/
H A Dsmb2pdu.c294 rsp->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED_LE;
296 rsp->SecurityMode |= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE;
1205 conn->cli_sec_mode = le16_to_cpu(req->SecurityMode);
1225 rsp->SecurityMode = SMB2_NEGOTIATE_SIGNING_ENABLED_LE;
1230 req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED_LE)
1234 rsp->SecurityMode |= SMB2_NEGOTIATE_SIGNING_REQUIRED_LE;
1238 conn->srv_sec_mode = le16_to_cpu(rsp->SecurityMode);
1516 (req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED))
1603 (req->SecurityMode & SMB2_NEGOTIATE_SIGNING_REQUIRED))
7777 if (le16_to_cpu(neg_req->SecurityMode) !
[all...]

Completed in 196 milliseconds