Cuberite
A lightweight, fast and extensible game server for Minecraft
src
mbedTLS++
EntropyContext.cpp
Go to the documentation of this file.
1
2
// EntropyContext.cpp
3
4
// Implements the cEntropyContext class representing a wrapper over entropy contexts in mbedTLS
5
6
#include "
Globals.h
"
7
#include "
EntropyContext.h
"
8
9
10
11
12
13
cEntropyContext::cEntropyContext
(
void
)
14
{
15
mbedtls_entropy_init(&
m_Entropy
);
16
}
17
18
19
20
21
22
cEntropyContext::~cEntropyContext
()
23
{
24
mbedtls_entropy_free(&
m_Entropy
);
25
}
26
27
28
29
Globals.h
EntropyContext.h
cEntropyContext::~cEntropyContext
~cEntropyContext()
Definition:
EntropyContext.cpp:22
cEntropyContext::m_Entropy
mbedtls_entropy_context m_Entropy
Definition:
EntropyContext.h:26
cEntropyContext::cEntropyContext
cEntropyContext(void)
Definition:
EntropyContext.cpp:13
Generated on Fri Oct 25 2024 05:01:15 for Cuberite by
1.9.1