Home
last modified time | relevance | path

Searched refs:SMB2_SESSION_FLAG_ENCRYPT_DATA (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifs_debug.c112 (tcon->ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) || in cifs_debug_tcon()
522 if (ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) { in cifs_debug_data_proc_show()
H A Dsmb2pdu.c77 if ((tcon->ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) || in smb3_encryption_required()
1987 if (ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) in SMB2_logoff()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h661 #define SMB2_SESSION_FLAG_ENCRYPT_DATA 0x0004 macro