Passwordfile library  3.1.4
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 public:
13  uint32 operator()() const;
14  bool status() const;
15 };
16 }
17 
18 #endif // OPENSSLRANDOMDEVICE_H
Contains utility classes and functions.
Definition: openssl.h:6
#define PASSWORD_FILE_EXPORT
Marks the symbol to be exported by the passwordfile library.
Provides a random device using the OpenSSL function RAND_bytes().