netxduo
NX_CRYPTO_AES_STRUCT::
::ccm
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_AES_STRUCT::
::ccm
NX_CRYPTO_AES_STRUCT::
::ccm field
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.h:149
NX_CRYPTO_CCM
ccm
;
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_CCM
ccm
;
nx_crypto_aes.h:149
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data_len
>
0
&&
nx_crypto_aes.c:2274
_nx_crypto_method_aes_ccm_operation()
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data
==
NX_CRYPTO_NULL
)
)
nx_crypto_aes.c:2275
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_decrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2288
_nx_crypto_method_aes_ccm_operation()
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data
,
nx_crypto_aes.c:2290
_nx_crypto_method_aes_ccm_operation()
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data_len
,
nx_crypto_aes.c:2291
_nx_crypto_method_aes_ccm_operation()
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2302
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_decrypt_calculate
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2311
_nx_crypto_method_aes_ccm_operation()
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data_len
>
0
&&
nx_crypto_aes.c:2324
_nx_crypto_method_aes_ccm_operation()
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data
==
NX_CRYPTO_NULL
)
)
nx_crypto_aes.c:2325
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_encrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2337
_nx_crypto_method_aes_ccm_operation()
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data
,
nx_crypto_aes.c:2339
_nx_crypto_method_aes_ccm_operation()
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data_len
,
nx_crypto_aes.c:2340
_nx_crypto_method_aes_ccm_operation()
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2351
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_encrypt_calculate
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2360
_nx_crypto_method_aes_ccm_operation()
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data
=
(
VOID
*
)
input
;
nx_crypto_aes.c:2374
_nx_crypto_method_aes_ccm_operation()
ctx
->
nx_crypto_aes_mode_context
.
ccm
.
nx_crypto_ccm_additional_data_len
=
input_length_in_byte
;
nx_crypto_aes.c:2377
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_decrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2390
_nx_crypto_method_aes_ccm_operation()
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2403
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_decrypt_calculate
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2412
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_encrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2425
_nx_crypto_method_aes_ccm_operation()
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2439
_nx_crypto_method_aes_ccm_operation()
status
=
_nx_crypto_ccm_encrypt_calculate
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
ccm
)
,
nx_crypto_aes.c:2448
_nx_crypto_method_aes_ccm_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_AES_STRUCT::
::ccm
is read by 1 function:
All items filtered out
NX_CRYPTO_AES_STRUCT::
::ccm
_nx_crypto_method_aes_ccm_operation()
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