Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dsmb2pdu.c777 static void build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt, in build_encrypt_ctxt()
841 build_encrypt_ctxt((struct smb2_encryption_neg_context *) in assemble_neg_contexts()
845 ctxt_size += sizeof(struct smb2_encryption_neg_context) + 2; in assemble_neg_contexts()
896 struct smb2_encryption_neg_context *pneg_ctxt, in decode_encrypt_ctxt()
902 if (sizeof(struct smb2_encryption_neg_context) > ctxt_len) { in decode_encrypt_ctxt()
912 if (sizeof(struct smb2_encryption_neg_context) + cphs_size > in decode_encrypt_ctxt()
1044 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()
/linux-6.12.1/fs/smb/client/
Dsmb2pdu.c638 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()
725 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()
726 ctxt_len = ALIGN(sizeof(struct smb2_encryption_neg_context), 8); in assemble_neg_contexts()
832 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()
955 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h490 struct smb2_encryption_neg_context { struct