netxduo
NX_CRYPTO_DRBG
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_DRBG
NX_CRYPTO_DRBG struct
Syntax
Show:
Summary
Declaration
from
nx_crypto_drbg.h:120
typedef
struct
NX_CRYPTO_DRBG_STRUCT
{
NX_CRYPTO_METHOD
*
nx_crypto_drbg_crypto_method
;
VOID
*
nx_crypto_drbg_crypto_metadata
;
UINT
(
*
nx_crypto_drbg_get_entropy
)
(
UCHAR
*
entropy
,
UINT
*
entropy_len
,
UINT
entropy_max_len
)
;
UINT
nx_crypto_drbg_use_df
;
UINT
nx_crypto_drbg_prediction_resistance
;
UINT
nx_crypto_drbg_security_strength
;
UINT
nx_crypto_drbg_instantiated
;
UCHAR
nx_crypto_drbg_key
[
NX_CRYPTO_DRBG_MAX_KEY_LENGTH
]
;
UCHAR
nx_crypto_drbg_v
[
NX_CRYPTO_DRBG_MAX_BLOCK_LENGTH
]
;
UINT
nx_crypto_drgb_reseed_counter
;
UINT
nx_crypto_drbg_seedlen
;
UCHAR
nx_crypto_drbg_buffer
[
NX_CRYPTO_DRBG_SEED_BUFFER_LEN
]
;
}
NX_CRYPTO_DRBG
;
Fields
Field
Declared as
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_crypto_method
NX_CRYPTO_METHOD
*
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_crypto_metadata
VOID
*
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
UINT
(
*
)
(
UCHAR
*
entropy
,
UINT
*
entropy_len
,
UINT
entropy_max_len
)
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_use_df
UINT
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_prediction_resistance
UINT
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_security_strength
UINT
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_instantiated
UINT
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_key
UCHAR
[
NX_CRYPTO_DRBG_MAX_KEY_LENGTH
]
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_v
UCHAR
[
NX_CRYPTO_DRBG_MAX_BLOCK_LENGTH
]
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drgb_reseed_counter
UINT
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
UINT
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_buffer
UCHAR
[
NX_CRYPTO_DRBG_SEED_BUFFER_LEN
]
Related Functions
Found 5 other functions taking a
NX_CRYPTO_DRBG_STRUCT
argument:
Function
_nx_crypto_drbg_update()
_nx_crypto_drbg_block_cipher_df()
_nx_crypto_drbg_instantiate()
_nx_crypto_drbg_generate()
_nx_crypto_drbg_reseed()
Examples
References
from
examples
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