netxduo
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
is only used within netxduo.
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
netxduo
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy field
Syntax
Show:
Summary
Declaration
from
nx_crypto_drbg.h:126
UINT
(
*
nx_crypto_drbg_get_entropy
)
(
UCHAR
*
entropy
,
UINT
*
entropy_len
,
UINT
entropy_max_len
)
;
Examples
References
from
examples
Code
Location
Referrer
UINT
(
*
nx_crypto_drbg_get_entropy
)
(
UCHAR
*
entropy
,
UINT
*
entropy_len
,
UINT
entropy_max_len
)
;
nx_crypto_drbg.h:126
status
=
drbg_ptr
->
nx_crypto_drbg_get_entropy
(
df_input
,
&
entropy_len
,
NX_CRYPTO_DRBG_MAX_ENTROPY_LEN
)
;
nx_crypto_drbg.c:307
_nx_crypto_drbg_instantiate()
status
=
drbg_ptr
->
nx_crypto_drbg_get_entropy
(
drbg_ptr
->
nx_crypto_drbg_buffer
,
&
entropy_len
,
drbg_ptr
->
nx_crypto_drbg_seedlen
)
;
nx_crypto_drbg.c:341
_nx_crypto_drbg_instantiate()
status
=
drbg_ptr
->
nx_crypto_drbg_get_entropy
(
df_input
,
&
entropy_len
,
NX_CRYPTO_DRBG_MAX_ENTROPY_LEN
)
;
nx_crypto_drbg.c:444
_nx_crypto_drbg_reseed()
status
=
drbg_ptr
->
nx_crypto_drbg_get_entropy
(
drbg_ptr
->
nx_crypto_drbg_buffer
,
&
entropy_len
,
NX_CRYPTO_DRBG_MAX_ENTROPY_LEN
)
;
nx_crypto_drbg.c:472
_nx_crypto_drbg_reseed()
drbg
->
nx_crypto_drbg_get_entropy
=
(
(
NX_CRYPTO_DRBG_OPTIONS
*
)
input
)
->
entropy_input
;
nx_crypto_drbg.c:1144
_nx_crypto_method_drbg_operation()
_nx_crypto_drbg_ctx
.
nx_crypto_drbg_get_entropy
=
NX_CRYPTO_DRBG_ENTROPY_INPUT_FUNC
;
nx_crypto_drbg.c:1226
_nx_crypto_drbg_initialize()
Call Tree
from
examples
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
is called by 2 functions:
_nx_crypto_drbg_instantiate()
_nx_crypto_drbg_reseed()
All items filtered out
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
All items filtered out
Data Use
from
examples
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
is written by 2 functions:
_nx_crypto_method_drbg_operation()
_nx_crypto_drbg_initialize()
All items filtered out
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
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
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
implements 1 functions:
_nx_crypto_drbg_rnd_entropy_input()
All items filtered out
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out