commit | e3f950f66ee8f49bc7a5a1c24e76da2d3eb7e3f5 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Dec 12 21:13:59 2024 -0800 |
committer | Eric Biggers <ebiggers@google.com> | Thu Dec 12 21:13:59 2024 -0800 |
tree | 34ebe93c55f0f066b7ed00bd6f0653a9d2950e20 | |
parent | d53d291c0250e8d3c94cc5ca87502f6837cfcc2a [diff] |
generic: verify ciphertext with hardware-wrapped keys Add two tests which verify that encrypted files are encrypted correctly when a hardware-wrapped inline encryption key is used. The two tests are identical except that one uses FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64 and the other uses FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32. These cover both of the settings where hardware-wrapped keys may be used. Signed-off-by: Eric Biggers <ebiggers@google.com>