]> git.proxmox.com Git - mirror_qemu.git/commit - tests/test-crypto-afsplit.c
crypto: add support for anti-forensic split algorithm
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 23 Oct 2015 15:14:25 +0000 (16:14 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 17 Mar 2016 14:41:14 +0000 (14:41 +0000)
commit5a95e0fccdad951d8779fca459c20649c8b0cbb4
treefcd700502387cce6fbaba2ad6489f18a74eaf7e9
parentcb730894ae284965e03a40eabbf623b87206777b
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>
crypto/Makefile.objs
crypto/afsplit.c [new file with mode: 0644]
include/crypto/afsplit.h [new file with mode: 0644]
tests/.gitignore
tests/Makefile
tests/test-crypto-afsplit.c [new file with mode: 0644]