Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.c668 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()
755 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()
756 ctxt_len = ALIGN(sizeof(struct smb2_encryption_neg_context), 8); in assemble_neg_contexts()
862 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()
985 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
/linux/fs/smb/common/
H A Dsmb2pdu.h496 struct smb2_encryption_neg_context { struct
/linux/fs/smb/server/
H A Dsmb2pdu.c796 static void build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt, in build_encrypt_ctxt()
860 build_encrypt_ctxt((struct smb2_encryption_neg_context *) in assemble_neg_contexts()
864 ctxt_size += sizeof(struct smb2_encryption_neg_context) + 2; in assemble_neg_contexts()
915 struct smb2_encryption_neg_context *pneg_ctxt, in decode_encrypt_ctxt()
921 if (sizeof(struct smb2_encryption_neg_context) > ctxt_len) { in decode_encrypt_ctxt()
931 if (sizeof(struct smb2_encryption_neg_context) + cphs_size > in decode_encrypt_ctxt()
1063 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()