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
STM32 Libraries and Samples
mbedTLS
mbedtls_entropy_context::source
mbedtls_entropy_context::source field
Syntax
Show:
Summary
Declaration
from
entropy.h:132
mbedtls_entropy_source_state
source
[
MBEDTLS_ENTROPY_MAX_SOURCES
]
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_entropy_source_state
source
[
MBEDTLS_ENTROPY_MAX_SOURCES
]
;
entropy.h:132
memset
(
ctx
->
source
,
0
,
sizeof
(
ctx
->
source
)
)
;
entropy.c:68
mbedtls_entropy_init()
mbedtls_platform_zeroize
(
ctx
->
source
,
sizeof
(
ctx
->
source
)
)
;
entropy.c:139
mbedtls_entropy_free()
ctx
->
source
[
idx
]
.
f_source
=
f_source
;
entropy.c:161
mbedtls_entropy_add_source()
ctx
->
source
[
idx
]
.
p_source
=
p_source
;
entropy.c:162
mbedtls_entropy_add_source()
ctx
->
source
[
idx
]
.
threshold
=
threshold
;
entropy.c:163
mbedtls_entropy_add_source()
ctx
->
source
[
idx
]
.
strong
=
strong
;
entropy.c:164
mbedtls_entropy_add_source()
if
(
ctx
->
source
[
i
]
.
strong
==
MBEDTLS_ENTROPY_SOURCE_STRONG
)
entropy.c:273
entropy_gather_internal()
if
(
(
ret
=
ctx
->
source
[
i
]
.
f_source
(
ctx
->
source
[
i
]
.
p_source
,
entropy.c:277
entropy_gather_internal()
ctx
->
source
[
i
]
.
size
+=
olen
;
entropy.c:291
entropy_gather_internal()
if
(
ctx
->
source
[
i
]
.
size
<
ctx
->
source
[
i
]
.
threshold
)
entropy.c:368
mbedtls_entropy_func()
ctx
->
source
[
i
]
.
size
=
0
;
entropy.c:425
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