Home
last modified time | relevance | path

Searched refs:SMB2_SIGNING_CAPABILITIES (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h324 #define SMB2_SIGNING_CAPABILITIES cpu_to_le16(8) macro
Dsmb2pdu.c441 pneg_ctxt->ContextType = SMB2_SIGNING_CAPABILITIES; in build_signing_ctxt()
739 else if (pctx->ContextType == SMB2_SIGNING_CAPABILITIES) in smb311_decode_neg_context()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h273 #define SMB2_SIGNING_CAPABILITIES cpu_to_le16(8) macro
Dsmb2pdu.c772 pneg_ctxt->ContextType = SMB2_SIGNING_CAPABILITIES; in build_sign_cap_ctxt()
1022 } else if (pctx->ContextType == SMB2_SIGNING_CAPABILITIES) { in deassemble_neg_contexts()