diff options
| author | Daniel P. Berrange | 2015-10-23 17:14:25 +0200 |
|---|---|---|
| committer | Daniel P. Berrange | 2016-03-17 15:41:14 +0100 |
| commit | 5a95e0fccdad951d8779fca459c20649c8b0cbb4 (patch) | |
| tree | fcd700502387cce6fbaba2ad6489f18a74eaf7e9 /crypto/Makefile.objs | |
| parent | crypto: add support for generating initialization vectors (diff) | |
| download | qemu-5a95e0fccdad951d8779fca459c20649c8b0cbb4.tar.gz qemu-5a95e0fccdad951d8779fca459c20649c8b0cbb4.tar.xz qemu-5a95e0fccdad951d8779fca459c20649c8b0cbb4.zip | |
crypto: add support for anti-forensic split algorithm
The LUKS format specifies an anti-forensic split algorithm which
is used to artificially expand the size of the key material on
disk. This is an implementation of that algorithm.
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'crypto/Makefile.objs')
| -rw-r--r-- | crypto/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.objs b/crypto/Makefile.objs index f28b00e549..454f9dba39 100644 --- a/crypto/Makefile.objs +++ b/crypto/Makefile.objs @@ -17,6 +17,7 @@ crypto-obj-y += ivgen.o crypto-obj-y += ivgen-essiv.o crypto-obj-y += ivgen-plain.o crypto-obj-y += ivgen-plain64.o +crypto-obj-y += afsplit.o # Let the userspace emulators avoid linking gnutls/etc crypto-aes-obj-y = aes.o |
