Re: [patch] Add encryption key parameter to compress/decompressfunctions

From: Artem Bityutskiy
Date: Fri Mar 09 2012 - 02:16:01 EST


On Thu, 2012-02-23 at 16:29 +0100, Joel Reardon wrote:
> This patch extends to interface for compression and decompression of data
> nodes to take a cryptographic key
> as a parameter. If it is set to NULL, then the current behaviour persists.
> If it is non-null, then it is taken
> as a pointer to an array of length UBIFSEC_KEYSIZE (=16 bytes) which
> contains the key to use to encrypt
> the data node. Each data node should be encrypted with a separate key as
> it uses the same initialization vector (of 0).

This patch is also wrapped... Would you consider using git - commit your
patches, then git format-patch, then git send-email them - git tools
will take everything right. Use --dry-run with git send-email first to
check everything is right.

--
Best Regards,
Artem Bityutskiy

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/