* Implement --use-random and --use-urandom for luksFormat to allow setting of RNG for volume key generator.

* Add crypt_set_rng_type() and crypt_get_rng_type() to API.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@354 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2010-10-27 15:35:23 +00:00
parent c3f3865485
commit dfe77be748
19 changed files with 345 additions and 79 deletions

View File

@@ -11,7 +11,6 @@
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <termios.h>
#include <sys/mman.h>
#include <sys/resource.h>