netxduo
_nx_crypto_drbg_ctx
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_drbg_ctx
_nx_crypto_drbg_ctx variable
Syntax
Show:
Summary
Declaration
from
nx_crypto_drbg.c:35
static
NX_CRYPTO_DRBG
_nx_crypto_drbg_ctx
;
Examples
References
from
examples
Code
Location
Referrer
static
NX_CRYPTO_DRBG
_nx_crypto_drbg_ctx
;
nx_crypto_drbg.c:35
_nx_crypto_drbg_ctx
.
nx_crypto_drbg_get_entropy
=
NX_CRYPTO_DRBG_ENTROPY_INPUT_FUNC
;
nx_crypto_drbg.c:1226
_nx_crypto_drbg_initialize()
_nx_crypto_drbg_ctx
.
nx_crypto_drbg_use_df
=
NX_CRYPTO_DRBG_USE_DF
;
nx_crypto_drbg.c:1227
_nx_crypto_drbg_initialize()
_nx_crypto_drbg_ctx
.
nx_crypto_drbg_prediction_resistance
=
NX_CRYPTO_DRBG_PREDICTION_RESISTANCE
;
nx_crypto_drbg.c:1228
_nx_crypto_drbg_initialize()
_nx_crypto_drbg_ctx
.
nx_crypto_drbg_crypto_method
=
NX_CRYPTO_DRBG_CTR_CRYPTO_METHOD
;
nx_crypto_drbg.c:1229
_nx_crypto_drbg_initialize()
_nx_crypto_drbg_ctx
.
nx_crypto_drbg_crypto_metadata
=
NX_CRYPTO_DRBG_CTR_CRYPTO_METADATA
;
nx_crypto_drbg.c:1230
_nx_crypto_drbg_initialize()
_nx_crypto_drbg_ctx
.
nx_crypto_drbg_security_strength
=
_nx_crypto_drbg_ctx
.
nx_crypto_drbg_crypto_method
->
nx_crypto_key_size_in_bits
>
>
3
;
nx_crypto_drbg.c:1231
_nx_crypto_drbg_initialize()
status
=
_nx_crypto_drbg_instantiate
(
&
_nx_crypto_drbg_ctx
,
nx_crypto_drbg.c:1234
_nx_crypto_drbg_initialize()
if
(
!
_nx_crypto_drbg_ctx
.
nx_crypto_drbg_instantiated
)
nx_crypto_drbg.c:1252
_nx_crypto_drbg()
status
=
_nx_crypto_drbg_generate
(
&
_nx_crypto_drbg_ctx
,
result
,
bytes
,
NX_CRYPTO_NULL
,
0
)
;
nx_crypto_drbg.c:1257
_nx_crypto_drbg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_nx_crypto_drbg_ctx
is read by 2 functions:
All items filtered out
_nx_crypto_drbg_ctx
_nx_crypto_drbg_initialize()
_nx_crypto_drbg()
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