netxduo
NX_CRYPTO_AES_STRUCT::
::gcm
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::
::gcm
NX_CRYPTO_AES_STRUCT::
::gcm field
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.h:148
NX_CRYPTO_GCM
gcm
;
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_GCM
gcm
;
nx_crypto_aes.h:148
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
>
0
&&
nx_crypto_aes.c:2573
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data
==
NX_CRYPTO_NULL
)
)
nx_crypto_aes.c:2574
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_decrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2589
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data
,
nx_crypto_aes.c:2591
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
,
nx_crypto_aes.c:2592
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_decrypt_update
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2600
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_decrypt_calculate
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2610
_nx_crypto_method_aes_gcm_operation()
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
>
0
&&
nx_crypto_aes.c:2619
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data
==
NX_CRYPTO_NULL
)
)
nx_crypto_aes.c:2620
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_encrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2634
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data
,
nx_crypto_aes.c:2636
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
,
nx_crypto_aes.c:2637
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_encrypt_update
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2645
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_encrypt_calculate
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2655
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_decrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2669
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_decrypt_update
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2678
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_decrypt_calculate
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2693
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_encrypt_init
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2707
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_encrypt_update
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2716
_nx_crypto_method_aes_gcm_operation()
status
=
_nx_crypto_gcm_encrypt_calculate
(
ctx
,
&
(
ctx
->
nx_crypto_aes_mode_context
.
gcm
)
,
nx_crypto_aes.c:2731
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data
=
(
VOID
*
)
input
;
nx_crypto_aes.c:2741
_nx_crypto_method_aes_gcm_operation()
ctx
->
nx_crypto_aes_mode_context
.
gcm
.
nx_crypto_gcm_additional_data_len
=
input_length_in_byte
;
nx_crypto_aes.c:2744
_nx_crypto_method_aes_gcm_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_AES_STRUCT::
::gcm
is read by 1 function:
All items filtered out
NX_CRYPTO_AES_STRUCT::
::gcm
_nx_crypto_method_aes_gcm_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