netxduo
_nx_crypto_drbg_block_cipher_df()
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_block_cipher_df()
_nx_crypto_drbg_block_cipher_df() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_drbg.c:46
static
UINT
_nx_crypto_drbg_block_cipher_df
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
UINT
input_len
,
UCHAR
*
output
,
UINT
output_len
)
;
Implemented in
nx_crypto_drbg.c:744
Arguments
Argument
drbg_ptr
input_len
output
output_len
Related Functions
Found 4 other functions taking a
NX_CRYPTO_DRBG_STRUCT
argument:
Function
_nx_crypto_drbg_update()
_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_block_cipher_df
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
UINT
input_len
,
nx_crypto_drbg.c:744
static
UINT
_nx_crypto_drbg_block_cipher_df
(
NX_CRYPTO_DRBG
*
drbg_ptr
,
UINT
input_len
,
UCHAR
*
output
,
UINT
output_len
)
;
nx_crypto_drbg.c:46
_nx_crypto_drbg_block_cipher_df
(
drbg_ptr
,
entropy_len
+
nonce_len
+
personalization_string_len
,
seed_material
,
drbg_ptr
->
nx_crypto_drbg_seedlen
)
;
nx_crypto_drbg.c:319
_nx_crypto_drbg_instantiate()
_nx_crypto_drbg_block_cipher_df
(
drbg_ptr
,
entropy_len
+
additional_input_len
,
seed_material
,
drbg_ptr
->
nx_crypto_drbg_seedlen
)
;
nx_crypto_drbg.c:454
_nx_crypto_drbg_reseed()
_nx_crypto_drbg_block_cipher_df
(
drbg_ptr
,
additional_input_len
,
addition
,
drbg_ptr
->
nx_crypto_drbg_seedlen
)
;
nx_crypto_drbg.c:584
_nx_crypto_drbg_generate()
Call Tree
from
examples
_nx_crypto_drbg_block_cipher_df()
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_block_cipher_df()
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
All items filtered out
Data Use
from
examples
_nx_crypto_drbg_block_cipher_df()
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_df_key
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_seedlen
NX_CRYPTO_DRBG_STRUCT::nx_crypto_drbg_buffer
All items filtered out
_nx_crypto_drbg_block_cipher_df()
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