Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.h321 #define SMB2_ENCRYPTION_CAPABILITIES cpu_to_le16(2) macro
H A Dsmb2pdu.c459 pneg_ctxt->ContextType = SMB2_ENCRYPTION_CAPABILITIES; in build_encrypt_ctxt()
690 else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) in smb311_decode_neg_context()
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h438 #define SMB2_ENCRYPTION_CAPABILITIES cpu_to_le16(2) macro
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c622 pneg_ctxt->ContextType = SMB2_ENCRYPTION_CAPABILITIES; in build_encrypt_ctxt()
925 else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) in smb311_decode_neg_context()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c792 pneg_ctxt->ContextType = SMB2_ENCRYPTION_CAPABILITIES; in build_encrypt_ctxt()
852 "assemble SMB2_ENCRYPTION_CAPABILITIES context\n"); in assemble_neg_contexts()
915 pr_err("Invalid SMB2_ENCRYPTION_CAPABILITIES context size\n"); in decode_encrypt_ctxt()
1049 } else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) { in deassemble_neg_contexts()
1051 "deassemble SMB2_ENCRYPTION_CAPABILITIES context\n"); in deassemble_neg_contexts()

Completed in 31 milliseconds