Searched refs:smb2_encryption_neg_context (Results 1 – 3 of 3) sorted by relevance
674 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()761 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()762 ctxt_len = ALIGN(sizeof(struct smb2_encryption_neg_context), 8); in assemble_neg_contexts()888 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()1011 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
496 struct smb2_encryption_neg_context { struct
1332 static void build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt, in build_encrypt_ctxt() 1451 build_encrypt_ctxt((struct smb2_encryption_neg_context *) in assemble_neg_contexts() 1455 ctxt_size += sizeof(struct smb2_encryption_neg_context) + 2; in assemble_neg_contexts() 1529 struct smb2_encryption_neg_context *pneg_ctxt, in decode_encrypt_ctxt() 1535 if (sizeof(struct smb2_encryption_neg_context) > ctxt_len) { in decode_encrypt_ctxt() 1545 if (sizeof(struct smb2_encryption_neg_context) + cphs_size > in decode_encrypt_ctxt() 1775 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()