netxduo
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_X
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_CCM_STRUCT::nx_crypto_ccm_X
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_X field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ccm.h:74
UCHAR
nx_crypto_ccm_X
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
nx_crypto_ccm_X
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
nx_crypto_ccm.h:74
ccm_metadata
->
nx_crypto_ccm_X
,
nx_crypto_ccm.c:327
_nx_crypto_ccm_encrypt_init()
ccm_metadata
->
nx_crypto_ccm_X
,
length
,
nx_crypto_ccm.c:409
_nx_crypto_ccm_encrypt_update()
ccm_metadata
->
nx_crypto_ccm_X
,
block_size
)
;
nx_crypto_ccm.c:410
_nx_crypto_ccm_encrypt_update()
ccm_metadata
->
nx_crypto_ccm_X
,
length
,
nx_crypto_ccm.c:441
_nx_crypto_ccm_encrypt_update()
ccm_metadata
->
nx_crypto_ccm_X
,
block_size
)
;
nx_crypto_ccm.c:442
_nx_crypto_ccm_encrypt_update()
NX_CRYPTO_MEMCPY
(
icv
,
ccm_metadata
->
nx_crypto_ccm_X
,
ccm_metadata
->
nx_crypto_ccm_icv_length
)
;
/* Use case of memcpy is verified. */
nx_crypto_ccm.c:515
_nx_crypto_ccm_encrypt_calculate()
if
(
NX_CRYPTO_MEMCMP
(
temp
,
ccm_metadata
->
nx_crypto_ccm_X
,
ccm_metadata
->
nx_crypto_ccm_icv_length
)
)
nx_crypto_ccm.c:607
_nx_crypto_ccm_decrypt_calculate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_X
is read by 4 functions:
All items filtered out
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_X
_nx_crypto_ccm_encrypt_init()
_nx_crypto_ccm_encrypt_update()
_nx_crypto_ccm_encrypt_calculate()
_nx_crypto_ccm_decrypt_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