netxduo
NX_CRYPTO_DRBG_OPTIONS
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_OPTIONS
NX_CRYPTO_DRBG_OPTIONS struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_drbg.h:147
typedef
struct
NX_CRYPTO_DRBG_OPTIONS_STRUCT
{
NX_CRYPTO_METHOD
*
crypto_method
;
VOID
*
crypto_metadata
;
UINT
(
*
entropy_input
)
(
UCHAR
*
entropy
,
UINT
*
entropy_len
,
UINT
entropy_max_len
)
;
UINT
use_df
;
UINT
prediction_resistance
;
UINT
security_strength
;
}
NX_CRYPTO_DRBG_OPTIONS
;
Fields
Field
Declared as
NX_CRYPTO_DRBG_OPTIONS_STRUCT::crypto_method
NX_CRYPTO_METHOD
*
NX_CRYPTO_DRBG_OPTIONS_STRUCT::crypto_metadata
VOID
*
NX_CRYPTO_DRBG_OPTIONS_STRUCT::entropy_input
UINT
(
*
)
(
UCHAR
*
entropy
,
UINT
*
entropy_len
,
UINT
entropy_max_len
)
NX_CRYPTO_DRBG_OPTIONS_STRUCT::use_df
UINT
NX_CRYPTO_DRBG_OPTIONS_STRUCT::prediction_resistance
UINT
NX_CRYPTO_DRBG_OPTIONS_STRUCT::security_strength
UINT
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
NX_CRYPTO_DRBG_OPTIONS_STRUCT
nx_crypto_drbg.h:147
}
NX_CRYPTO_DRBG_OPTIONS
;
nx_crypto_drbg.h:158
drbg
->
nx_crypto_drbg_security_strength
=
(
(
NX_CRYPTO_DRBG_OPTIONS
*
)
input
)
->
security_strength
;
nx_crypto_drbg.c:1143
_nx_crypto_method_drbg_operation()
drbg
->
nx_crypto_drbg_get_entropy
=
(
(
NX_CRYPTO_DRBG_OPTIONS
*
)
input
)
->
entropy_input
;
nx_crypto_drbg.c:1144
_nx_crypto_method_drbg_operation()
drbg
->
nx_crypto_drbg_use_df
=
(
(
NX_CRYPTO_DRBG_OPTIONS
*
)
input
)
->
use_df
;
nx_crypto_drbg.c:1145
_nx_crypto_method_drbg_operation()
drbg
->
nx_crypto_drbg_prediction_resistance
=
(
(
NX_CRYPTO_DRBG_OPTIONS
*
)
input
)
->
prediction_resistance
;
nx_crypto_drbg.c:1146
_nx_crypto_method_drbg_operation()
drbg
->
nx_crypto_drbg_crypto_method
=
(
(
NX_CRYPTO_DRBG_OPTIONS
*
)
input
)
->
crypto_method
;
nx_crypto_drbg.c:1147
_nx_crypto_method_drbg_operation()
drbg
->
nx_crypto_drbg_crypto_metadata
=
(
(
NX_CRYPTO_DRBG_OPTIONS
*
)
input
)
->
crypto_metadata
;
nx_crypto_drbg.c:1148
_nx_crypto_method_drbg_operation()
}
NX_CRYPTO_DRBG_OPTIONS
;
nx_crypto_drbg.h:158
NX_CRYPTO_DRBG_OPTIONS
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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