Cuberite
A lightweight, fast and extensible game server for Minecraft
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Variables
Typedefs
Enumerations
a
e
f
h
i
l
m
n
o
p
s
t
w
Enumerator
a
b
c
e
f
g
h
i
l
m
o
p
r
s
t
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
d
e
m
n
p
s
v
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Related Functions
:
b
c
d
e
f
h
i
l
m
n
p
r
s
t
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Variables
b
c
d
g
i
m
n
o
p
q
r
s
t
Typedefs
a
b
c
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
b
c
d
e
i
m
s
Enumerator
a
b
d
e
g
i
m
n
p
r
s
t
w
x
y
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
r
s
t
u
v
w
x
src
mbedTLS++
EntropyContext.h
Go to the documentation of this file.
1
2
// EntropyContext.h
3
4
// Declares the cEntropyContext class representing a wrapper over entropy contexts in mbedTLS
5
6
7
8
9
10
#pragma once
11
12
#include "mbedtls/entropy.h"
13
14
15
16
17
18
class
cEntropyContext
19
{
20
friend
class
cCtrDrbgContext
;
21
public
:
22
cEntropyContext
(
void
);
23
~cEntropyContext
();
24
25
protected
:
26
mbedtls_entropy_context
m_Entropy
;
27
} ;
28
29
30
31
cCtrDrbgContext
Definition:
CtrDrbgContext.h:26
cEntropyContext
Definition:
EntropyContext.h:19
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