netxduo
_nx_crypto_drbg_update()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_update()
_nx_crypto_drbg_update() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_drbg.c:45
static
UINT
_nx_crypto_drbg_update
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
UCHAR
*
provided_data
)
;
Implemented in
nx_crypto_drbg.c:145
Arguments
Argument
drbg_ptr
provided_data
Related Functions
Found 4 other functions taking a
NX_CRYPTO_DRBG_STRUCT
argument:
Function
_nx_crypto_drbg_block_cipher_df()
_nx_crypto_drbg_instantiate()
_nx_crypto_drbg_generate()
_nx_crypto_drbg_reseed()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
static
UINT
_nx_crypto_drbg_update
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
UCHAR
*
provided_data
)
nx_crypto_drbg.c:145
static
UINT
_nx_crypto_drbg_update
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
UCHAR
*
provided_data
)
;
nx_crypto_drbg.c:45
_nx_crypto_drbg_update
(
drbg_ptr
,
seed_material
)
;
nx_crypto_drbg.c:364
_nx_crypto_drbg_instantiate()
_nx_crypto_drbg_update
(
drbg_ptr
,
seed_material
)
;
nx_crypto_drbg.c:492
_nx_crypto_drbg_reseed()
_nx_crypto_drbg_update
(
drbg_ptr
,
addition
)
;
nx_crypto_drbg.c:586
_nx_crypto_drbg_generate()
_nx_crypto_drbg_update
(
drbg_ptr
,
additional_input
)
;
nx_crypto_drbg.c:598
_nx_crypto_drbg_generate()
_nx_crypto_drbg_update
(
drbg_ptr
,
addition
)
;
nx_crypto_drbg.c:609
_nx_crypto_drbg_generate()
_nx_crypto_drbg_update
(
drbg_ptr
,
addition
)
;
nx_crypto_drbg.c:687
_nx_crypto_drbg_generate()
_nx_crypto_drbg_update
(
drbg_ptr
,
additional_input
)
;
nx_crypto_drbg.c:691
_nx_crypto_drbg_generate()
Call Tree
from
examples
_nx_crypto_drbg_update()
is called by 3 functions and calls 5 functions:
_nx_crypto_drbg_instantiate()
_nx_crypto_drbg_reseed()
_nx_crypto_drbg_generate()
All items filtered out
_nx_crypto_drbg_update()
NX_CRYPTO_METHOD_STRUCT::nx_crypto_init
NX_CRYPTO_METHOD_STRUCT::nx_crypto_cleanup
NX_CRYPTO_METHOD_STRUCT::nx_crypto_operation
_nx_crypto_memcpy_ptr
_nx_crypto_drbg_ctr_add_one()
All items filtered out
Data Use
from
examples
_nx_crypto_drbg_update()
reads 10 variables:
NX_CRYPTO_METHOD_STRUCT::nx_crypto_key_size_in_bits
NX_CRYPTO_METHOD_STRUCT::nx_crypto_metadata_area_size
NX_CRYPTO_METHOD_STRUCT::nx_crypto_init
NX_CRYPTO_METHOD_STRUCT::nx_crypto_cleanup
zeroiv
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_crypto_method
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_crypto_metadata
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_key
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_v
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
All items filtered out
_nx_crypto_drbg_update()
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