Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dsmb2pdu.c451 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()
538 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()
539 ctxt_len = ALIGN(sizeof(struct smb2_encryption_neg_context), 8); in assemble_neg_contexts()
627 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()
735 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
/linux-6.3-rc2/fs/ksmbd/
A Dsmb2pdu.c740 static void build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt, in build_encrypt_ctxt()
821 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt, in assemble_neg_contexts()
824 ctxt_size += sizeof(struct smb2_encryption_neg_context) + 2; in assemble_neg_contexts()
827 round_up(sizeof(struct smb2_encryption_neg_context) + 2, in assemble_neg_contexts()
884 struct smb2_encryption_neg_context *pneg_ctxt, in decode_encrypt_ctxt()
892 if (sizeof(struct smb2_encryption_neg_context) + cphs_size > in decode_encrypt_ctxt()
1018 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()
/linux-6.3-rc2/fs/smbfs_common/
A Dsmb2pdu.h457 struct smb2_encryption_neg_context { struct

Completed in 29 milliseconds