Searched refs:SMB2_PREAUTH_INTEGRITY_CAPABILITIES (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/common/
H A Dsmb2pdu.h447 #define SMB2_PREAUTH_INTEGRITY_CAPABILITIES cpu_to_le16(1) macro
/linux-master/fs/smb/client/
H A Dsmb2pdu.c588 pneg_ctxt->ContextType = SMB2_PREAUTH_INTEGRITY_CAPABILITIES;
944 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES)
/linux-master/fs/smb/server/
H A Dsmb2pdu.c760 pneg_ctxt->ContextType = SMB2_PREAUTH_INTEGRITY_CAPABILITIES;
823 "assemble SMB2_PREAUTH_INTEGRITY_CAPABILITIES context\n");
1018 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES) {
1020 "deassemble SMB2_PREAUTH_INTEGRITY_CAPABILITIES context\n");

Completed in 137 milliseconds