netxduo
_nx_crypto_hkdf_expand()
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_hkdf_expand()
_nx_crypto_hkdf_expand() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_hkdf.h:118
UINT
_nx_crypto_hkdf_expand
(
NX_CRYPTO_HKDF
*
hkdf
,
UCHAR
*
output
,
UINT
desired_length
)
;
Implemented in
nx_crypto_hkdf.c:575
Arguments
Argument
hkdf
output
desired_length
Related Functions
Found 1 other functions taking a
NX_CRYPTO_HKDF_STRUCT
argument:
Function
_nx_crypto_hkdf_extract()
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_crypto_hkdf_expand
(
NX_CRYPTO_HKDF
*
hkdf
,
UCHAR
*
output
,
UINT
desired_length
)
nx_crypto_hkdf.c:575
UINT
_nx_crypto_hkdf_expand
(
NX_CRYPTO_HKDF
*
hkdf
,
UCHAR
*
output
,
UINT
desired_length
)
;
nx_crypto_hkdf.h:118
status
=
_nx_crypto_hkdf_expand
(
hkdf
,
output
,
output_length_in_byte
)
;
nx_crypto_hkdf.c:379
_nx_crypto_method_hkdf_operation()
Call Tree
from
examples
_nx_crypto_hkdf_expand()
is called by 1 function and calls 4 functions:
_nx_crypto_method_hkdf_operation()
All items filtered out
_nx_crypto_hkdf_expand()
NX_CRYPTO_METHOD_STRUCT::nx_crypto_init
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_hkdf_expand()
reads 12 variables and writes 1 variable:
NX_CRYPTO_METHOD_STRUCT::nx_crypto_ICV_size_in_bits
NX_CRYPTO_METHOD_STRUCT::nx_crypto_init
NX_CRYPTO_METHOD_STRUCT::nx_crypto_cleanup
NX_CRYPTO_METHOD_STRUCT::nx_crypto_operation
NX_CRYPTO_HKDF_STRUCT::nx_crypto_hkdf_info
NX_CRYPTO_HKDF_STRUCT::nx_crypto_hkdf_info_size
NX_CRYPTO_HKDF_STRUCT::nx_crypto_hkdf_prk
NX_CRYPTO_HKDF_STRUCT::nx_crypto_hkdf_prk_size
NX_CRYPTO_HKDF_STRUCT::nx_crypto_hmac_method
NX_CRYPTO_HKDF_STRUCT::nx_crypto_hash_method
NX_CRYPTO_HKDF_STRUCT::nx_crypto_hkdf_temp_T
NX_CRYPTO_HKDF_STRUCT::nx_crypto_hmac_metadata
All items filtered out
_nx_crypto_hkdf_expand()
NX_CRYPTO_HKDF_STRUCT::nx_crypto_hkdf_prk_size
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