Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h263 __le16 ContextType; member
460 __le16 ContextType; member
476 __le16 ContextType; /* 1 */ member
494 __le16 ContextType; /* 2 */ member
516 __le16 ContextType; /* 3 */ member
532 __le16 ContextType; /* 5 */ member
547 __le16 ContextType; /* 6 */ member
565 __le16 ContextType; /* 7 */ member
588 __le16 ContextType; /* 8 */ member
598 __le16 ContextType; /* 0x100 */ member
/linux-6.15/fs/smb/client/
H A Dsmb2pdu.c577 pneg_ctxt->ContextType = SMB2_PREAUTH_INTEGRITY_CAPABILITIES; in build_preauth_ctxt()
588 pneg_ctxt->ContextType = SMB2_COMPRESSION_CAPABILITIES; in build_compression_ctxt()
604 pneg_ctxt->ContextType = SMB2_SIGNING_CAPABILITIES; in build_signing_ctxt()
623 pneg_ctxt->ContextType = SMB2_ENCRYPTION_CAPABILITIES; in build_encrypt_ctxt()
647 pneg_ctxt->ContextType = SMB2_NETNAME_NEGOTIATE_CONTEXT_ID; in build_netname_ctxt()
658 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE; in build_posix_ctxt()
933 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES) in smb311_decode_neg_context()
936 else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) in smb311_decode_neg_context()
939 else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) in smb311_decode_neg_context()
944 else if (pctx->ContextType == SMB2_SIGNING_CAPABILITIES) in smb311_decode_neg_context()
[all …]
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c777 pneg_ctxt->ContextType = SMB2_PREAUTH_INTEGRITY_CAPABILITIES; in build_preauth_ctxt()
789 pneg_ctxt->ContextType = SMB2_ENCRYPTION_CAPABILITIES; in build_encrypt_ctxt()
799 pneg_ctxt->ContextType = SMB2_SIGNING_CAPABILITIES; in build_sign_cap_ctxt()
810 pneg_ctxt->ContextType = SMB2_POSIX_EXTENSIONS_AVAILABLE; in build_posix_ctxt()
1035 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES) { in deassemble_neg_contexts()
1046 } else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) { in deassemble_neg_contexts()
1055 } else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) { in deassemble_neg_contexts()
1063 } else if (pctx->ContextType == SMB2_NETNAME_NEGOTIATE_CONTEXT_ID) { in deassemble_neg_contexts()
1066 } else if (pctx->ContextType == SMB2_POSIX_EXTENSIONS_AVAILABLE) { in deassemble_neg_contexts()
1070 } else if (pctx->ContextType == SMB2_SIGNING_CAPABILITIES) { in deassemble_neg_contexts()