diff options
author | Eric Biggers <ebiggers@google.com> | 2020-09-23 21:26:23 -0700 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2020-09-23 21:29:49 -0700 |
commit | 70fb2612aab62d47e03f82eaa7384a8d30ca175d (patch) | |
tree | b5bb95edeeedc20ad954dc9c56d9285d6cb717df /certs | |
parent | 0c6a113b2446e7d4c6b8222fe63518dc2e01e8c1 (diff) |
fscrypt: don't call no-key names "ciphertext names"
Currently we're using the term "ciphertext name" ambiguously because it
can mean either the actual ciphertext filename, or the encoded filename
that is shown when an encrypted directory is listed without its key.
The latter we're now usually calling the "no-key name"; and while it's
derived from the ciphertext name, it's not the same thing.
To avoid this ambiguity, rename fscrypt_name::is_ciphertext_name to
fscrypt_name::is_nokey_name, and update comments that say "ciphertext
name" (or "encrypted name") to say "no-key name" instead when warranted.
Link: https://lore.kernel.org/r/20200924042624.98439-2-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions