Passwordfile library  4.0.0
C++ library to read/write passwords from/to encrypted files
Classes | Namespaces | Functions
openssl.h File Reference
#include "../global.h"
#include <cstddef>
#include <cstdint>
Include dependency graph for openssl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Util::OpenSsl::Sha256Sum
 

Namespaces

 Util
 Contains utility classes and functions.
 
 Util::OpenSsl
 Contains functions utilizing the usage of OpenSSL.
 

Functions

void PASSWORD_FILE_EXPORT Util::OpenSsl::init ()
 Initializes OpenSSL. More...
 
void PASSWORD_FILE_EXPORT Util::OpenSsl::clean ()
 Cleans resources of OpenSSL. More...
 
Sha256Sum PASSWORD_FILE_EXPORT Util::OpenSsl::computeSha256Sum (const unsigned char *buffer, std::size_t size)
 Computes a SHA-256 sum using OpenSSL. More...
 
std::uint32_t PASSWORD_FILE_EXPORT Util::OpenSsl::generateRandomNumber (std::uint32_t min, std::uint32_t max)