netxduo
NX_CRYPTO_HMAC_STRUCT::context
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::context
NX_CRYPTO_HMAC_STRUCT::context field
Syntax
Show:
Summary
Declaration
from
nx_crypto_hmac.h:71
VOID
*
context
;
Examples
References
from
examples
Code
Location
Referrer
VOID
*
context
;
nx_crypto_hmac.h:71
hmac_metadata
->
crypto_initialize
(
hmac_metadata
->
context
,
hmac_metadata
->
algorithm
)
;
nx_crypto_hmac.c:150
_nx_crypto_hmac_initialize()
hmac_metadata
->
crypto_update
(
hmac_metadata
->
context
,
key_ptr
,
key_length
)
;
nx_crypto_hmac.c:152
_nx_crypto_hmac_initialize()
hmac_metadata
->
crypto_digest_calculate
(
hmac_metadata
->
context
,
temp_key
,
hmac_metadata
->
algorithm
)
;
nx_crypto_hmac.c:154
_nx_crypto_hmac_initialize()
hmac_metadata
->
crypto_initialize
(
hmac_metadata
->
context
,
hmac_metadata
->
algorithm
)
;
nx_crypto_hmac.c:161
_nx_crypto_hmac_initialize()
hmac_metadata
->
crypto_update
(
hmac_metadata
->
context
,
hmac_metadata
->
k_ipad
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:189
_nx_crypto_hmac_initialize()
hmac_metadata
->
crypto_update
(
hmac_metadata
->
context
,
input_ptr
,
input_length
)
;
nx_crypto_hmac.c:247
_nx_crypto_hmac_update()
hmac_metadata
->
crypto_digest_calculate
(
hmac_metadata
->
context
,
icv_ptr
,
hmac_metadata
->
algorithm
)
;
nx_crypto_hmac.c:305
_nx_crypto_hmac_digest_calculate()
hmac_metadata
->
crypto_initialize
(
hmac_metadata
->
context
,
hmac_metadata
->
algorithm
)
;
nx_crypto_hmac.c:307
_nx_crypto_hmac_digest_calculate()
hmac_metadata
->
crypto_update
(
hmac_metadata
->
context
,
hmac_metadata
->
k_opad
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:309
_nx_crypto_hmac_digest_calculate()
hmac_metadata
->
crypto_update
(
hmac_metadata
->
context
,
icv_ptr
,
hmac_metadata
->
output_length
)
;
nx_crypto_hmac.c:311
_nx_crypto_hmac_digest_calculate()
hmac_metadata
->
crypto_digest_calculate
(
hmac_metadata
->
context
,
icv_ptr
,
hmac_metadata
->
algorithm
)
;
nx_crypto_hmac.c:313
_nx_crypto_hmac_digest_calculate()
hmac_metadata
->
context
=
context
;
nx_crypto_hmac.c:387
_nx_crypto_hmac_metadata_set()
hmac
->
context
=
hmac
;
nx_crypto_hmac.c:866
_nx_crypto_method_hmac_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_HMAC_STRUCT::context
is written by 2 functions and is read by 3 functions:
_nx_crypto_hmac_metadata_set()
_nx_crypto_method_hmac_operation()
All items filtered out
NX_CRYPTO_HMAC_STRUCT::context
_nx_crypto_hmac_initialize()
_nx_crypto_hmac_update()
_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