netxduo
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_icv_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_CCM_STRUCT::nx_crypto_ccm_icv_length
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_icv_length field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ccm.h:71
USHORT
nx_crypto_ccm_icv_length
;
Examples
References
from
examples
Code
Location
Referrer
USHORT
nx_crypto_ccm_icv_length
;
nx_crypto_ccm.h:71
ccm_metadata
->
nx_crypto_ccm_icv_length
=
icv_len
;
nx_crypto_ccm.c:318
_nx_crypto_ccm_encrypt_init()
if
(
ccm_metadata
->
nx_crypto_ccm_icv_length
>
0
)
nx_crypto_ccm.c:404
_nx_crypto_ccm_encrypt_update()
if
(
ccm_metadata
->
nx_crypto_ccm_icv_length
>
0
)
nx_crypto_ccm.c:436
_nx_crypto_ccm_encrypt_update()
if
(
ccm_metadata
->
nx_crypto_ccm_icv_length
>
0
)
nx_crypto_ccm.c:511
_nx_crypto_ccm_encrypt_calculate()
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()
for
(
i
=
0
;
i
<
ccm_metadata
->
nx_crypto_ccm_icv_length
;
i
++
)
nx_crypto_ccm.c:522
_nx_crypto_ccm_encrypt_calculate()
if
(
ccm_metadata
->
nx_crypto_ccm_icv_length
>
0
)
nx_crypto_ccm.c:593
_nx_crypto_ccm_decrypt_calculate()
for
(
i
=
0
;
i
<
ccm_metadata
->
nx_crypto_ccm_icv_length
;
i
++
)
nx_crypto_ccm.c:601
_nx_crypto_ccm_decrypt_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_icv_length
is written by 1 function and is read by 3 functions:
_nx_crypto_ccm_encrypt_init()
All items filtered out
NX_CRYPTO_CCM_STRUCT::nx_crypto_ccm_icv_length
_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