mbedTLS
mbedtls_entropy_context::source
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_entropy_context::source
mbedtls_entropy_context::source field
Syntax
Show:
Summary
Declaration
from
entropy.h:111
mbedtls_entropy_source_state
MBEDTLS_PRIVATE
(
source
)
[
MBEDTLS_ENTROPY_MAX_SOURCES
]
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_entropy_source_state
MBEDTLS_PRIVATE
(
source
)
[
MBEDTLS_ENTROPY_MAX_SOURCES
]
;
entropy.h:111
memset
(
ctx
->
source
,
0
,
sizeof
(
ctx
->
source
)
)
;
entropy.c:30
mbedtls_entropy_init()
mbedtls_platform_zeroize
(
ctx
->
source
,
sizeof
(
ctx
->
source
)
)
;
entropy.c:82
mbedtls_entropy_free()
ctx
->
source
[
idx
]
.
f_source
=
f_source
;
entropy.c:104
mbedtls_entropy_add_source()
ctx
->
source
[
idx
]
.
p_source
=
p_source
;
entropy.c:105
mbedtls_entropy_add_source()
ctx
->
source
[
idx
]
.
threshold
=
threshold
;
entropy.c:106
mbedtls_entropy_add_source()
ctx
->
source
[
idx
]
.
strong
=
strong
;
entropy.c:107
mbedtls_entropy_add_source()
if
(
ctx
->
source
[
i
]
.
strong
==
MBEDTLS_ENTROPY_SOURCE_STRONG
)
{
entropy.c:214
entropy_gather_internal()
if
(
(
ret
=
ctx
->
source
[
i
]
.
f_source
(
ctx
->
source
[
i
]
.
p_source
,
entropy.c:219
entropy_gather_internal()
ctx
->
source
[
i
]
.
size
+=
olen
;
entropy.c:232
entropy_gather_internal()
if
(
ctx
->
source
[
i
]
.
size
<
ctx
->
source
[
i
]
.
threshold
)
{
entropy.c:315
mbedtls_entropy_func()
if
(
ctx
->
source
[
i
]
.
strong
==
MBEDTLS_ENTROPY_SOURCE_STRONG
)
{
entropy.c:318
mbedtls_entropy_func()
strong_size
+=
ctx
->
source
[
i
]
.
size
;
entropy.c:319
mbedtls_entropy_func()
ctx
->
source
[
i
]
.
size
=
0
;
entropy.c:363
mbedtls_entropy_func()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_entropy_context::source
is read by 5 functions:
All items filtered out
mbedtls_entropy_context::source
mbedtls_entropy_init()
mbedtls_entropy_free()
mbedtls_entropy_add_source()
entropy_gather_internal()
mbedtls_entropy_func()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out