Passwordfile library  3.1.2
C++ library to read/write passwords from/to encrypted files
opensslrandomdevice.h
Go to the documentation of this file.
1 #ifndef OPENSSLRANDOMDEVICE_H
2 #define OPENSSLRANDOMDEVICE_H
3 
4 #include "../global.h"
5 
6 #include <c++utilities/conversion/types.h>
7 
8 namespace Util {
9 
11 {
12 public:
14  uint32 operator()() const;
15  bool status() const;
16 };
17 
18 }
19 
20 #endif // OPENSSLRANDOMDEVICE_H
Contains utility classes and functions.
Definition: openssl.h:6
#define PASSWORD_FILE_EXPORT
Definition: global.h:13
Provides a random device using the OpenSSL function RAND_bytes().