[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170331063601.GB32409@zzz>
Date: Thu, 30 Mar 2017 23:36:01 -0700
From: Eric Biggers <ebiggers3@...il.com>
To: David Gstir <david@...ma-star.at>
Cc: tytso@....edu, jaegeuk@...nel.org, dwalter@...ma-star.at,
richard@...ma-star.at, herbert@...dor.apana.org.au,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-fscrypt@...r.kernel.org
Subject: Re: [PATCH] fscrypt: Add support for AES-128-CBC
On Thu, Mar 30, 2017 at 11:21:49PM -0700, Eric Biggers wrote:
>
> Something else to consider (probably for the future; this doesn't necessarily
> have to be done yet) is that you really only need one essiv_tfm per *key*, not
> one per inode. To deduplicate them you'd need a hash table or LRU queue or
> something to keep track of the keys in use.
>
Sorry, I screwed this up. This wouldn't work because the ESSIV key is being
derived from the per-file key, not the master key.
- Eric
Powered by blists - more mailing lists