netxduo
_nx_crypto_drbg_reseed()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/7)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_drbg_reseed()
_nx_crypto_drbg_reseed() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_drbg.h:170
UINT
_nx_crypto_drbg_reseed
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
UCHAR
*
additional_input
,
UINT
additional_input_len
)
;
Implemented in
nx_crypto_drbg.c:417
Arguments
Argument
drbg_ptr
additional_input
additional_input_len
Related Functions
Found 4 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()
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_crypto_drbg_reseed
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
nx_crypto_drbg.c:417
UINT
_nx_crypto_drbg_reseed
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
nx_crypto_drbg.h:170
status
=
_nx_crypto_drbg_reseed
(
drbg_ptr
,
additional_input
,
additional_input_len
)
;
nx_crypto_drbg.c:563
_nx_crypto_drbg_generate()
status
=
_nx_crypto_drbg_reseed
(
drbg
,
input
,
input_length_in_byte
)
;
nx_crypto_drbg.c:1166
_nx_crypto_method_drbg_operation()
Call Tree
from
examples
_nx_crypto_drbg_reseed()
is called by 2 functions and calls 5 functions:
_nx_crypto_drbg_generate()
_nx_crypto_method_drbg_operation()
All items filtered out
_nx_crypto_drbg_reseed()
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_get_entropy
_nx_crypto_drbg_update()
_nx_crypto_drbg_block_cipher_df()
All items filtered out
Data Use
from
examples
_nx_crypto_drbg_reseed()
reads 5 variables and writes 1 variable:
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_use_df
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_security_strength
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_instantiated
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_buffer
All items filtered out
_nx_crypto_drbg_reseed()
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drgb_reseed_counter
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