netxduo
NX_CRYPTO_HMAC_STRUCT::output_length
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_HMAC_STRUCT::output_length
NX_CRYPTO_HMAC_STRUCT::output_length field
Syntax
Show:
Summary
Declaration
from
nx_crypto_hmac.h:76
UINT
output_length
;
Examples
References
from
examples
Code
Location
Referrer
UINT
output_length
;
nx_crypto_hmac.h:76
key_length
=
hmac_metadata
->
output_length
;
nx_crypto_hmac.c:158
_nx_crypto_hmac_initialize()
hmac_metadata
->
crypto_update
(
hmac_metadata
->
context
,
icv_ptr
,
hmac_metadata
->
output_length
)
;
nx_crypto_hmac.c:311
_nx_crypto_hmac_digest_calculate()
NX_CRYPTO_MEMCPY
(
digest_ptr
,
icv_ptr
,
(
digest_length
>
hmac_metadata
->
output_length
?
hmac_metadata
->
output_length
:
digest_length
)
)
;
/* Use case of memcpy is verified. */
nx_crypto_hmac.c:315
_nx_crypto_hmac_digest_calculate()
hmac_metadata
->
output_length
=
output_length
;
nx_crypto_hmac.c:390
_nx_crypto_hmac_metadata_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_HMAC_STRUCT::output_length
is written by 1 function and is read by 2 functions:
_nx_crypto_hmac_metadata_set()
All items filtered out
NX_CRYPTO_HMAC_STRUCT::output_length
_nx_crypto_hmac_initialize()
_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