netxduo
_nx_crypto_hmac_metadata_set()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (5/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_hmac_metadata_set()
_nx_crypto_hmac_metadata_set() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_hmac.h:95
VOID
_nx_crypto_hmac_metadata_set
(
NX_CRYPTO_HMAC
*
hmac_metadata
,
VOID
*
context
,
UINT
algorithm
,
UINT
block_size
,
UINT
output_length
,
UINT
(
*
crypto_initialize
)
(
VOID
*
,
UINT
)
,
UINT
(
*
crypto_update
)
(
VOID
*
,
UCHAR
*
,
UINT
)
,
UINT
(
*
crypto_digest_calculate
)
(
VOID
*
,
UCHAR
*
,
UINT
)
)
;
Implemented in
nx_crypto_hmac.c:379
Arguments
Argument
hmac_metadata
context
algorithm
block_size
output_length
crypto_initialize
crypto_update
crypto_digest_calculate
Related Functions
Found 4 other functions taking a
NX_CRYPTO_HMAC_STRUCT
argument:
Function
_nx_crypto_hmac_initialize()
_nx_crypto_hmac_update()
_nx_crypto_hmac_digest_calculate()
_nx_crypto_hmac()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
VOID
_nx_crypto_hmac_metadata_set
(
NX_CRYPTO_HMAC
*
hmac_metadata
,
nx_crypto_hmac.c:379
VOID
_nx_crypto_hmac_metadata_set
(
NX_CRYPTO_HMAC
*
hmac_metadata
,
nx_crypto_hmac.h:95
_nx_crypto_hmac_metadata_set
(
hmac
,
hmac
,
nx_crypto_hmac.c:878
_nx_crypto_method_hmac_operation()
_nx_crypto_hmac_metadata_set
(
hmac_metadata
,
nx_crypto_hmac_md5.c:259
_nx_crypto_method_hmac_md5_operation()
_nx_crypto_hmac_metadata_set
(
hmac_metadata
,
nx_crypto_hmac_sha1.c:258
_nx_crypto_method_hmac_sha1_operation()
_nx_crypto_hmac_metadata_set
(
hmac_metadata
,
nx_crypto_hmac_sha2.c:275
_nx_crypto_method_hmac_sha256_operation()
_nx_crypto_hmac_metadata_set
(
hmac_metadata
,
nx_crypto_hmac_sha5.c:289
_nx_crypto_method_hmac_sha512_operation()
Call Tree
from
examples
_nx_crypto_hmac_metadata_set()
is called by 5 functions:
_nx_crypto_method_hmac_operation()
_nx_crypto_method_hmac_md5_operation()
_nx_crypto_method_hmac_sha1_operation()
_nx_crypto_method_hmac_sha256_operation()
_nx_crypto_method_hmac_sha512_operation()
All items filtered out
_nx_crypto_hmac_metadata_set()
All items filtered out
Data Use
from
examples
_nx_crypto_hmac_metadata_set()
writes 7 variables:
All items filtered out
_nx_crypto_hmac_metadata_set()
NX_CRYPTO_HMAC_STRUCT::context
NX_CRYPTO_HMAC_STRUCT::algorithm
NX_CRYPTO_HMAC_STRUCT::block_size
NX_CRYPTO_HMAC_STRUCT::output_length
NX_CRYPTO_HMAC_STRUCT::crypto_initialize
NX_CRYPTO_HMAC_STRUCT::crypto_update
NX_CRYPTO_HMAC_STRUCT::crypto_digest_calculate
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