Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2pdu.c477 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()
564 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()
565 ctxt_len = ALIGN(sizeof(struct smb2_encryption_neg_context), 8); in assemble_neg_contexts()
661 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()
784 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c792 static void build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt, in build_encrypt_ctxt()
856 build_encrypt_ctxt((struct smb2_encryption_neg_context *) in assemble_neg_contexts()
860 ctxt_size += sizeof(struct smb2_encryption_neg_context) + 2; in assemble_neg_contexts()
911 struct smb2_encryption_neg_context *pneg_ctxt, in decode_encrypt_ctxt()
917 if (sizeof(struct smb2_encryption_neg_context) > ctxt_len) { in decode_encrypt_ctxt()
927 if (sizeof(struct smb2_encryption_neg_context) + cphs_size > in decode_encrypt_ctxt()
1059 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h480 struct smb2_encryption_neg_context { struct