netxduo
_nx_crypto_drbg_generate()
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_generate()
_nx_crypto_drbg_generate() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_drbg.h:174
UINT
_nx_crypto_drbg_generate
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
UCHAR
*
output
,
UINT
output_length_in_byte
,
UCHAR
*
additional_input
,
UINT
additional_input_len
)
;
Implemented in
nx_crypto_drbg.c:543
Arguments
Argument
drbg_ptr
output
output_length_in_byte
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_reseed()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_drbg_generate
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
nx_crypto_drbg.c:543
UINT
_nx_crypto_drbg_generate
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
nx_crypto_drbg.h:174
status
=
_nx_crypto_drbg_generate
(
drbg
,
nx_crypto_drbg.c:1170
_nx_crypto_method_drbg_operation()
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
_nx_crypto_drbg_generate()
is called by 2 functions and calls 9 functions:
_nx_crypto_method_drbg_operation()
_nx_crypto_drbg()
All items filtered out
_nx_crypto_drbg_generate()
NX_CRYPTO_METHOD_STRUCT::nx_crypto_init
NX_CRYPTO_METHOD_STRUCT::nx_crypto_cleanup
NX_CRYPTO_METHOD_STRUCT::nx_crypto_operation
_nx_crypto_memset_ptr
_nx_crypto_memcpy_ptr
_nx_crypto_drbg_ctr_add_one()
_nx_crypto_drbg_reseed()
_nx_crypto_drbg_update()
_nx_crypto_drbg_block_cipher_df()
All items filtered out
Data Use
from
examples
_nx_crypto_drbg_generate()
reads 15 variables and writes 1 variable:
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_use_df
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_prediction_resistance
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_instantiated
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_key
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_v
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drgb_reseed_counter
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_seedlen
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_buffer
All items filtered out
_nx_crypto_drbg_generate()
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