Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dsmb2pdu.c620 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()
707 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()
708 ctxt_len = ALIGN(sizeof(struct smb2_encryption_neg_context), 8); in assemble_neg_contexts()
804 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()
927 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
/linux-6.6.21/fs/smb/server/
Dsmb2pdu.c789 static void build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt, in build_encrypt_ctxt()
853 build_encrypt_ctxt((struct smb2_encryption_neg_context *) in assemble_neg_contexts()
857 ctxt_size += sizeof(struct smb2_encryption_neg_context) + 2; in assemble_neg_contexts()
908 struct smb2_encryption_neg_context *pneg_ctxt, in decode_encrypt_ctxt()
914 if (sizeof(struct smb2_encryption_neg_context) > ctxt_len) { in decode_encrypt_ctxt()
924 if (sizeof(struct smb2_encryption_neg_context) + cphs_size > in decode_encrypt_ctxt()
1056 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()
/linux-6.6.21/fs/smb/common/
Dsmb2pdu.h480 struct smb2_encryption_neg_context { struct