From 91f568d57728fb9fee22c8e663a17acbb29ffa55 Mon Sep 17 00:00:00 2001 From: Rik Snel Date: Sat, 2 Sep 2006 18:17:33 +1000 Subject: [PATCH] --- yaml --- r: 34261 b: refs/heads/master c: 3c164bd8153c4644a22dc2101b003c67cd2a0d0a h: refs/heads/master i: 34259: e5fd78b6e0c5876db75c64a6ce0f1dd0c092d36a v: v3 --- [refs] | 2 +- trunk/drivers/md/dm-crypt.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 891e9c9b7a8c..81f6d26a8527 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ad819c61f5f8347f39cdcbe652b3c60ec615888 +refs/heads/master: 3c164bd8153c4644a22dc2101b003c67cd2a0d0a diff --git a/trunk/drivers/md/dm-crypt.c b/trunk/drivers/md/dm-crypt.c index 73f8be837a45..bdbd34993a80 100644 --- a/trunk/drivers/md/dm-crypt.c +++ b/trunk/drivers/md/dm-crypt.c @@ -99,12 +99,12 @@ static kmem_cache_t *_crypt_io_pool; /* * Different IV generation algorithms: * - * plain: the initial vector is the 32-bit low-endian version of the sector + * plain: the initial vector is the 32-bit little-endian version of the sector * number, padded with zeros if neccessary. * - * ess_iv: "encrypted sector|salt initial vector", the sector number is - * encrypted with the bulk cipher using a salt as key. The salt - * should be derived from the bulk cipher's key via hashing. + * essiv: "encrypted sector|salt initial vector", the sector number is + * encrypted with the bulk cipher using a salt as key. The salt + * should be derived from the bulk cipher's key via hashing. * * plumb: unimplemented, see: * http://article.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt/454