netxduo
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_A
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_A
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_A field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ccm.h:73
UCHAR
nx_crypto_ccm_A
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
nx_crypto_ccm_A
[
NX_CRYPTO_CCM_BLOCK_SIZE
]
;
nx_crypto_ccm.h:73
UCHAR
*
A
=
ccm_metadata
->
nx_crypto_ccm_A
;
nx_crypto_ccm.c:309
_nx_crypto_ccm_encrypt_init()
NX_CRYPTO_MEMSET
(
A
,
0
,
sizeof
(
ccm_metadata
->
nx_crypto_ccm_A
)
)
;
nx_crypto_ccm.c:331
_nx_crypto_ccm_encrypt_init()
UCHAR
*
A
=
ccm_metadata
->
nx_crypto_ccm_A
;
nx_crypto_ccm.c:390
_nx_crypto_ccm_encrypt_update()
UCHAR
*
A
=
ccm_metadata
->
nx_crypto_ccm_A
;
nx_crypto_ccm.c:501
_nx_crypto_ccm_encrypt_calculate()
NX_CRYPTO_MEMCPY
(
temp
,
ccm_metadata
->
nx_crypto_ccm_A
,
block_size
)
;
/* Use case of memcpy is verified. */
nx_crypto_ccm.c:596
_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_A
is read by 4 functions:
All items filtered out
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_A
_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