netxduo
_nx_crypto_hmac_digest_calculate()
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_hmac_digest_calculate()
_nx_crypto_hmac_digest_calculate() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_hmac.h:93
UINT
_nx_crypto_hmac_digest_calculate
(
NX_CRYPTO_HMAC
*
crypto_matadata
,
UCHAR
*
digest_ptr
,
UINT
digest_length
)
;
Implemented in
nx_crypto_hmac.c:299
Arguments
Argument
crypto_matadata
digest_ptr
digest_length
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()
_nx_crypto_hmac_metadata_set()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_hmac_digest_calculate
(
NX_CRYPTO_HMAC
*
hmac_metadata
,
UCHAR
*
digest_ptr
,
UINT
digest_length
)
nx_crypto_hmac.c:299
UINT
_nx_crypto_hmac_digest_calculate
(
NX_CRYPTO_HMAC
*
crypto_matadata
,
UCHAR
*
digest_ptr
,
UINT
digest_length
)
;
nx_crypto_hmac.h:93
_nx_crypto_hmac_digest_calculate
(
hmac_metadata
,
digest_ptr
,
digest_length
)
;
nx_crypto_hmac.c:84
_nx_crypto_hmac()
status
=
_nx_crypto_hmac_digest_calculate
(
hmac
,
output
,
nx_crypto_hmac.c:907
_nx_crypto_method_hmac_operation()
_nx_crypto_hmac_digest_calculate
(
hmac_metadata
,
output
,
nx_crypto_hmac_md5.c:289
_nx_crypto_method_hmac_md5_operation()
_nx_crypto_hmac_digest_calculate
(
hmac_metadata
,
output
,
nx_crypto_hmac_sha1.c:288
_nx_crypto_method_hmac_sha1_operation()
_nx_crypto_hmac_digest_calculate
(
hmac_metadata
,
output
,
nx_crypto_hmac_sha2.c:305
_nx_crypto_method_hmac_sha256_operation()
_nx_crypto_hmac_digest_calculate
(
hmac_metadata
,
output
,
nx_crypto_hmac_sha5.c:315
_nx_crypto_method_hmac_sha512_operation()
Call Tree
from
examples
_nx_crypto_hmac_digest_calculate()
is called by 6 functions and calls 4 functions:
_nx_crypto_hmac()
_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_digest_calculate()
_nx_crypto_memcpy_ptr
NX_CRYPTO_HMAC_STRUCT::crypto_initialize
NX_CRYPTO_HMAC_STRUCT::crypto_update
NX_CRYPTO_HMAC_STRUCT::crypto_digest_calculate
All items filtered out
Data Use
from
examples
_nx_crypto_hmac_digest_calculate()
reads 5 variables:
NX_CRYPTO_HMAC_STRUCT::context
NX_CRYPTO_HMAC_STRUCT::k_opad
NX_CRYPTO_HMAC_STRUCT::algorithm
NX_CRYPTO_HMAC_STRUCT::block_size
NX_CRYPTO_HMAC_STRUCT::output_length
All items filtered out
_nx_crypto_hmac_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