mbedTLS
mbedtls_hmac_drbg_context::f_entropy
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_hmac_drbg_context::f_entropy
mbedtls_hmac_drbg_context::f_entropy field
entropy function
Syntax
Show:
Summary
Declaration
from
hmac_drbg.h:88
int
(
*
MBEDTLS_PRIVATE
(
f_entropy
)
)
(
void
*
,
unsigned
char
*
,
size_t
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
MBEDTLS_PRIVATE
(
f_entropy
)
)
(
void
*
,
unsigned
char
*
,
size_t
)
;
/*!< entropy function */
hmac_drbg.h:88
if
(
(
ret
=
ctx
->
f_entropy
(
ctx
->
p_entropy
,
hmac_drbg.c:161
hmac_drbg_reseed_core()
if
(
(
ret
=
ctx
->
f_entropy
(
ctx
->
p_entropy
,
hmac_drbg.c:177
hmac_drbg_reseed_core()
ctx
->
f_entropy
=
f_entropy
;
hmac_drbg.c:253
mbedtls_hmac_drbg_seed()
if
(
ctx
->
f_entropy
!=
NULL
&&
/* For no-reseeding instances */
hmac_drbg.c:327
mbedtls_hmac_drbg_random_with_add()
Call Tree
from
examples
mbedtls_hmac_drbg_context::f_entropy
is called by 1 function:
hmac_drbg_reseed_core()
All items filtered out
mbedtls_hmac_drbg_context::f_entropy
All items filtered out
Data Use
from
examples
mbedtls_hmac_drbg_context::f_entropy
is written by 1 function and is read by 1 function:
mbedtls_hmac_drbg_seed()
All items filtered out
mbedtls_hmac_drbg_context::f_entropy
mbedtls_hmac_drbg_random_with_add()
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